[FFmpeg-user] Blue images from raw capture
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Nov 20 10:45:22 CET 2012
Yan Seiner <yan <at> seiner.com> writes:
> >> ffmpeg version 0.11.2
> >
> > This is old.
> >
> It's the newest I can build for the embedded system.
So far, you provided neither backtrace nor bisect
result, so there is not much I can do to help you.
[...]
> Using the raw video I grabbed, ffplay plays it perfectly.
>
> ffplay -f rawvideo -pix_fmt yuyv422 -s 512x384 -i anchor
>
> If I try
>
> ffplay -f rawvideo -pix_fmt uyvy422 -s 512x384 -i anchor
>
> it looks like one of those postarized images.
Then please try:
$ ffmpeg -f rawvideo -pix_fmt uyvy422 -s 512x384 -i anchor out.png
(or out.jpg)
Carl Eugen
More information about the ffmpeg-user
mailing list