[FFmpeg-user] New FFmpeg Wrapper, Hammurabi II, released today

2017-04-16 Thread Gil Yoder
of the program. You can also download the latest release there, and get support if something isn't clear in the documentation provided. This is a free open source program, so there is no cost for using it. Enjoy! Gil Yoder ___ ffmpeg-user mailing list

[FFmpeg-user] Question about CBR bit rate settings

2017-04-15 Thread Gil Yoder
_size qvga -i video="HP Deluxe Webcam KQ246AA":audio="Microphone (Logitech USB Headset)" -f flv -r 15 -c:v libx264 -crf 30 -preset veryfast -maxrate 96k -minrate 96k -b:v 96k -bufsize 198k -pix_fmt yuv420p -g 30 -c:a aac -b:a 24k -metadata copyright="Copyright 2017 OABS&

Re: [FFmpeg-user] Using SDL with live stream

2017-04-01 Thread Gil Yoder
I was able to resolve this issue myself by finding a little info in FFmpeg Basics. Adding "-pix_fmt yuv420p -f sdl bla" to the end of the line does the trick. -Original Message----- From: Gil Yoder [mailto:gil.yo...@oabs.org] Sent: Saturday, April 1, 2017 5:04 PM To: 'FFmpeg user

Re: [FFmpeg-user] Using SDL with live stream

2017-04-01 Thread Gil Yoder
Moritz, Thanks for responding to my question, and please accept my apologies for not being clear. You wrote, "Wouldn't it be interesting for us to know what that error message is? In other words, command line and complete, uncut console output missing. (And, when producing that for us, please

[FFmpeg-user] Using SDL with live stream

2017-04-01 Thread Gil Yoder
-hide_banner -f dshow -sample_rate 11025 -video_size qvga -i video="HP Deluxe Webcam KQ246AA":audio="Microphone (Logitech USB Headset)" -f flv -b:v 96K -b:a 16K -vf fps=fps=15 rtmp://***.*.***/live/yoder How can I modify the arguments to see the video with SDL? T