I'm trying to use QuEnc to encode dv2 avi files. No matter what I do, it can't seem to read my AviScript file to start the encoding. I know that he last line needs to be ConvertToYV12() but it doesn't seem to get that far. I've tried frameserving files from VirtualDub and just using single avi files not frameserved. I've tried starting the first line with AviSource and DirectShowSource, Media Player Classic will read The script files that start with DirectShowSource. It's probably something simple I'm missing as I have been able to frameserve to other encoders with VirtualDub, but now I am determined to figure this out. Any suggestions would be appreciated.
Nyah Levi
+ Reply to Thread
Results 1 to 4 of 4
-
-
To use AviSource you need a codec for your avi file. I guess DV 2 is DV type 2 avi? You can use Canopus DV codec or mainconcept DV codec with avisynth. But directshowsource should work even if you don't have a DV codec.
Can you post your avisynth script?Ronny -
Yup, post your script.
QuEnc cant open virtualdub frameserver posts, you need to do it via AviSynth with a script like this:
AviSource("c:\VirtualdubFrameserver.vdr")
ConvertToYV12()
Similar Threads
-
AVISynth Question
By Alexstarfire in forum Newbie / General discussionsReplies: 6Last Post: 6th Jul 2010, 11:22 -
Avisynth Script Question
By MegaTonTerror in forum Video ConversionReplies: 4Last Post: 22nd Aug 2009, 21:28 -
Quenc Settings
By Maikeru-sama in forum Video ConversionReplies: 6Last Post: 14th Jun 2008, 19:57 -
Quenc Frontend
By Maikeru-sama in forum Video ConversionReplies: 5Last Post: 10th Jun 2008, 22:01 -
Quenc Question
By Maikeru-sama in forum Newbie / General discussionsReplies: 16Last Post: 3rd Jun 2008, 10:36