I dont know what is the problem with my ffmpeg conversion of an input
video to YUV. Because when i want to play the generated yuv file (with
Mplayer . or YUV player software), i cant see the video correctly.
<br clear="all">the commands which i used are :<br>
1- ffmpeg -i my.flv out.yuv<br>
2- ffmpeg -v -10 -i my.flv -threads 8 -vsync 0 -an -pix_fmt yuv420p -f rawvideo out.yuv<br>
<br>
What is the problem?
<br><br>