Hello again,

One more question. Trying to squeeze every ounce of performance out I realized that it would be somewhat faster to use the ffmpeg libs directly rather than piping the output of my program to ffmpeg, as it would be one less copy. I've started looking at the devel libs, but am a little overwhelmed. How hard would it be to implement the following commandline in c/c++? Anyone have any same code to get me started? Thanks again so much!!!

./gen-vid | ffmpeg -f rawvideo -pixel_format bgra -video_size 1920x1080 
-framerate 30 -i - -vcodec utvideo out.avi

Josh
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to