[FFmpeg-user] tiff to yuv
Student_M
theresa.b.baier at student.hs-rm.de
Mon Nov 9 15:58:17 CET 2015
Hi all,
I'm trying to convert tiff's to 10bit 4:2:2 YUV- Images, using this line:
ffmpeg -i input.tiff -s hd1080 -pix_fmt yuv422p10le output.yuv.
To display the Image I use ImageMAgick with this command:
display -size 1920x1080 -sample-factor 4:2:2 -depth 10 -colorspace RGB
-interlace plane output.yuv
But the results always look like these:
<http://ffmpeg-users.933282.n4.nabble.com/file/n4672993/output.png>
Can you tell me what I'm doing wrong?
Best Regards.
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/tiff-to-yuv-tp4672993.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list