mshoward82
30th November 2010, 23:41
Ok this is my first time posting on Doom9. But not my first time reading the posts.
Anyway, I have a question about how to tell what the actual color space is for the my videos that i'm converting.
I am using MeGUI to convert videos and have been playing around with different color space settings. I have been using the Avisynth's ConvertToYV12() and YUY2(), but after encoding the file and check the information for each, i get the same results.
It shows the color space as just YUV.
-(from my understanding YV12 and YUY2 fall under YUV. I think???)
And it also says that its still 4:2:0.
-(Also from what I have gathered, YV12 is 4:2:0 and YUY2 is 4:2:2)
So is my video color actually changing?
FYI... - x264 codec @ 1280x720
I don't know anything about this subject. I just discovered color spaces and just experimenting/playing around.
Thanks for any help.
AVS Script:
LoadPlugin("C:\Program Files\megui\tools\dgavcindex\DGAVCDecode.dll")
AVCSource("C:\video.dga")
ConvertToYV12()
Anyway, I have a question about how to tell what the actual color space is for the my videos that i'm converting.
I am using MeGUI to convert videos and have been playing around with different color space settings. I have been using the Avisynth's ConvertToYV12() and YUY2(), but after encoding the file and check the information for each, i get the same results.
It shows the color space as just YUV.
-(from my understanding YV12 and YUY2 fall under YUV. I think???)
And it also says that its still 4:2:0.
-(Also from what I have gathered, YV12 is 4:2:0 and YUY2 is 4:2:2)
So is my video color actually changing?
FYI... - x264 codec @ 1280x720
I don't know anything about this subject. I just discovered color spaces and just experimenting/playing around.
Thanks for any help.
AVS Script:
LoadPlugin("C:\Program Files\megui\tools\dgavcindex\DGAVCDecode.dll")
AVCSource("C:\video.dga")
ConvertToYV12()