Hi all, I'm trying to extract YUV-Images from H.264 Videos with this Code:
ffmpeg -i in.h264 -c:v rawvideo -pix_fmt yuv422p10le -s 1920x1080 -f image2 out-%03d.yuv When I do this I always get Pictures looking like this <http://ffmpeg-users.933282.n4.nabble.com/file/n4672967/Untitled_2.jpg> Can you tell me what I'm doing wrong? Best regards. -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/H-264-to-YUV-tp4672967.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
