I have a mkv video h264 with resolution 1280x720, After Convert it to AVI, the color depth changed to 12 bit(like in the circle), I'm using Xvid4psp. In Avisynth editor I add at the last row ConvertToRGB24() but it still won't change(still 12bit), then I use VirtualDubMod, with no compression it make 24bit colordepth but the size became 2giga (from 230mb), if I use compression ffds it size around 231 mb but the quality very drop.
What I have to do to convert from the mkv to avi with color depth 24bit ? and the tools that i must use ?[/img]
+ Reply to Thread
Results 1 to 5 of 5
-
-
h.264 as well as all other MPEG family codecs (like MPEG 1, MPEG 2, Xvid and Divx) is always 12 bit internally (YUV 4:2:0). That's all that is telling you. (Actually, MPEG 2 supports YUV 4:2:2 (16 bit) encoding but it's virtually never used and isn't DVD compatible.) You get 24 bit with uncompressed RGB because there is no subsampling (RGB 4:4:4) but your source is 12 bit to start with.
-
"video sample size" isn't the same thing as color depth or bit depth
The 24 bit color depth is 8 bits per channel (8 red, 8 green, 8 blue)
Open the file in mediainfo and you can see the reported bit depth and colorimetry (which refers to the chroma sampling)
Resolution : 24 bits
Colorimetry : 4:2:0 -
Originally Posted by gingka
Depending on what software you are using you can get that report to say 24 bit by converting your source to 24 bit RGB then passing that to your encoder. But the encoder will convert it back to YV12 for compression. The conversion to RGB and back to YV12 will decrease the quality of your video.
Similar Threads
-
How can I change the color depth of an AVI file? 32-bit to 24-bit
By evansste in forum Newbie / General discussionsReplies: 0Last Post: 10th Jun 2011, 01:17 -
Thin depth of field...?
By thiskey in forum Newbie / General discussionsReplies: 8Last Post: 19th Oct 2010, 12:12 -
Increasing color depth and sampling for color correction
By poisondeathray in forum Newbie / General discussionsReplies: 17Last Post: 17th Oct 2009, 09:06 -
Change Color Depth 24bits to 12bits
By PBoy in forum Video ConversionReplies: 6Last Post: 6th Jul 2009, 13:05 -
Xvid 8 bit color depth resoultion problem
By afcoff in forum Video ConversionReplies: 4Last Post: 23rd Feb 2009, 23:50