Hi All,
How can I check to see what the current color space is of a video file?
Thanks.
+ Reply to Thread
Results 1 to 2 of 2
-
-
ffmpeg -i input.ext
or info() in avisynth
But avisynth results will depend on how you've loaded the video; some decoders may output different colorspace . ffmpeg will always use libav for decoding
If you know some details about the file, you can often determine the result just by that knowledge (e.g. DVD will always be YV12)
mediainfo can provide some details as well, but it's not always correct
Similar Threads
-
cant determine missing codec for wmv file
By brdhsby5 in forum Newbie / General discussionsReplies: 1Last Post: 19th Nov 2009, 00:50 -
Ulead Video Studio 9 - colorspace
By Froddy1 in forum EditingReplies: 0Last Post: 2nd Feb 2009, 10:49 -
How to determine a file type?
By surfcaster in forum Newbie / General discussionsReplies: 2Last Post: 28th Nov 2008, 18:50 -
How do I determine the framerate of an FLV file??
By lurky in forum Video ConversionReplies: 2Last Post: 13th Aug 2008, 00:13 -
how to determine file size in megui
By scorpio1959 in forum Blu-ray RippingReplies: 2Last Post: 30th May 2008, 08:39