[Mp4-tech] YUV viewer for Linux
Tuukka Toivonen
tuukkat ee.oulu.fi
Tue Jul 19 21:04:18 EDT 2005
On Mon, 18 Jul 2005, viraj ambetkar wrote:
>Does anyone know of a YUV viewer for Linux? I have seen plenty of YUV
>viewers for Windows, but am I am unable to find one for Linux.
Yes, you can user mplayer for this (like for pretty much anything
--it's the swiss knife for video processing).
mplayer -rawvideo on:w=<width>:h=<height>:fps=15:format=i420 -vo x11 \
<filename.yuv>
-vo x11 disables hardware scaling which might produce small distortions
to the image.
Press key "." to advance frame-by-frame.
Should be available from http://www.mplayerhq.hu
but there seems to be a problem with the site at the moment...
try after a few hours/days again if it doesn't work.
Or find a copy elsewhere.
More information about the Mp4-tech
mailing list