Todd7
12th February 2005, 16:33
I have been reading so much on colorspace that I am now totally confused. I understand that converting colorspace degrades quality so you don't want to do it more than you have to. I want to take dv clips transferred by firewire from my minidv camcorder and put it to dvd. I do not need to do editing other than splicing the clips together.
I understand ntsc minidv has colorspace of YUV. I understand dvd compliant mpeg2 has YV12 colorspace. So there will be at least one conversion of colorspace from YUV to YV12.
I know that avisynth will work on YUV without having to convert it to RGB. But when I do 'avisource("dv.avi").Info()' it tells me the colorspace is RGB. I am using the panasonic dv codec, which I believe only does RGB colorspace.
Should I use a different codec that works in YUV or YV12 colorspace? If so which one does?
Or if I run avisynth directly into my mpeg2 encoder will it bypass the codec and be feeding yuv to the encoder?
Or am I just getting too hung up on the colorspace thing and it doesn't really have a noticeable effect on quality?
Thanks in advance.
I understand ntsc minidv has colorspace of YUV. I understand dvd compliant mpeg2 has YV12 colorspace. So there will be at least one conversion of colorspace from YUV to YV12.
I know that avisynth will work on YUV without having to convert it to RGB. But when I do 'avisource("dv.avi").Info()' it tells me the colorspace is RGB. I am using the panasonic dv codec, which I believe only does RGB colorspace.
Should I use a different codec that works in YUV or YV12 colorspace? If so which one does?
Or if I run avisynth directly into my mpeg2 encoder will it bypass the codec and be feeding yuv to the encoder?
Or am I just getting too hung up on the colorspace thing and it doesn't really have a noticeable effect on quality?
Thanks in advance.