Re: [FFmpeg-user] Problem encoding raw data frames using libx264 on Mac OS

2015-01-13 Thread inge
Thanks a lot! That indeed fixed it. 2015-01-12 18:58 GMT+01:00 Lou-2 [via FFmpeg-users] ml-node+s933282n4668832...@n4.nabble.com: On Mon, 12 Jan 2015 08:53:29 -0800 (PST) inge [hidden email] http:///user/SendEmail.jtp?type=nodenode=4668832i=0 wrote: Everything seems to be working fine,

Re: [FFmpeg-user] Problem encoding raw data frames using libx264 on Mac OS

2015-01-12 Thread Lou
On Mon, 12 Jan 2015 08:53:29 -0800 (PST) inge inge.bech...@gmail.com wrote: Everything seems to be working fine, except the output is a video that only shows black, for the amount of time that has been encoded. I'm guessing you're playing it with QuickTime? Does anyone have an idea what the

[FFmpeg-user] Problem encoding raw data frames using libx264 on Mac OS

2015-01-12 Thread inge
I have written a program in which I call ffmpeg (the binary http://ffmpegmac.net/ for Snow Leopard) to encode raw data frames using the following command: ffmpeg -r 24 -pix_fmt rgba -s 1280x720 -f rawvideo -y -i - -vcodec libx264 -preset veryfast -y -crf 15 -vf vflip OutputFile.mp4 Ffmpeg