[FFmpeg-user] Blue images from raw capture
Yan Seiner
yan at seiner.com
Tue Nov 20 00:29:41 CET 2012
On Mon, November 19, 2012 3:17 pm, Roger Pack wrote:
>> ***************************************************
>> Step 2: break up video into individual frames
>>
>> ffmpeg -f rawvideo -pix_fmt yuyv422 -s $SIZE -i /tmp/video.raw -vf yadif
>> -f image2 /tmp/road%02d.png
>
> What if you play back the rawvideo in ffplay?
I'll check when I get to a place where I can play it back.
I'm going on the fmt:gray in the playback.... Somewhere ffmpeg is
thinking this is a grayscaled format.
[scale @ 0xaf2c30] w:512 h:384 fmt:yuyv422 sar:0/1 -> w:512 h:384 fmt:gray
sar:0/1 flags:0x4
I'll do some testing with ffplay.
More information about the ffmpeg-user
mailing list