Am 29.3.2011 05:55, schrieb Victor Zhang:
Hi,
I using ffmpeg to record video to a FLV file, but my recorded FLV file looks green. Anyone has any experiences?
all the bests
Weizhan Zhang


_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Hi,

if your video is always green, the picture buffer is empty (all 0x00), so no data is stored there. The video is green because in the YUV pixel format all 0x00 results in this color.

For more help, its recommend that you give a overview about your code, or sequence of functions you use.


_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to