On Tue, Nov 10, 2015 at 06:12:49 -0800, Student_M wrote:
> yes I have. If I use -colorspace YUV I get the same image, just with
> different colors.
Okay.
Firstly, could you share the complete console output of your ffmpeg
command? Secondly, can you share a sample input file where this happens
(e.
Hi Moritz,
yes I have. If I use -colorspace YUV I get the same image, just with
different colors.
--
View this message in context:
http://ffmpeg-users.933282.n4.nabble.com/tiff-to-yuv-tp4672993p4673018.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
__
Hallo Theresa,
On Mon, Nov 09, 2015 at 06:58:17 -0800, Student_M wrote:
> 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.
>
> display -size 1920x1080 -sample-factor 4:2:2 -depth 10 -colorspace RGB
> -int
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 out