chros
14th September 2006, 12:33
I have a trailer in SVQ3+QDM2+mov format and I wanted to convert into x264+aac.
I have managed to do so with graphedit, gabest's external mp4splitter, ffdshow, and avisynth.
the avs script:
V = DirectShowSource("3v.grf", audio=False, fps=23.96)
A = DirectShowSource("3a.grf", video=False)
AudioDub(V, A)
the 3v.grf file:
1.mov -> MP4splitter -> ffdshow-video-decoder
the 3a.grf file:
1.mov -> MP4splitter -> ffdshow-audio--decoder
There is only 1 problem which I don't understand: the video colorspaces. Avisynth is only connected to ffdshow if I uncheck "Connect to compatible filters only".
I saw (within the OSD feature of ffdshow) that weather I check or uncheck this option the output colorspace is always "YV12,adj". And I saw that "DirectShowSource only accepts YV12, YUY2, ARGB, RGB32 and RGB24 video formats ...".
So what is going on? Or how should I check the output colorspace when it doesn't connect?
Thanks
Ps: the SQV3 (Sorenson 3) codec is in what group of codecs ? (eg. MPEG4 ASP ? )
I have managed to do so with graphedit, gabest's external mp4splitter, ffdshow, and avisynth.
the avs script:
V = DirectShowSource("3v.grf", audio=False, fps=23.96)
A = DirectShowSource("3a.grf", video=False)
AudioDub(V, A)
the 3v.grf file:
1.mov -> MP4splitter -> ffdshow-video-decoder
the 3a.grf file:
1.mov -> MP4splitter -> ffdshow-audio--decoder
There is only 1 problem which I don't understand: the video colorspaces. Avisynth is only connected to ffdshow if I uncheck "Connect to compatible filters only".
I saw (within the OSD feature of ffdshow) that weather I check or uncheck this option the output colorspace is always "YV12,adj". And I saw that "DirectShowSource only accepts YV12, YUY2, ARGB, RGB32 and RGB24 video formats ...".
So what is going on? Or how should I check the output colorspace when it doesn't connect?
Thanks
Ps: the SQV3 (Sorenson 3) codec is in what group of codecs ? (eg. MPEG4 ASP ? )