Hey Gang,
I want to try encoding my Type II DV-AVI file that i capture from my DV camcorder via Firewire to my computer using QuEnc since I want to compare results from encoding with TMPGEnc Plus.
I record my video in 16:9 and capture the avi via Sony Vegas 5. When I use TMPGEnc I encode to NTSC 16:9.
Will the following AviSynth script suffice for inputing to QuEnc?
AviSource("J:\movies\clip1.avi")
or do I need to add other info to make it work the same as TMPGEnc? I don't add any editing/filters in TMPGEnc I just usually point it to the AVI file, encode DVD NTSC 16:9 29.97fps 2-pass VBR 5000/7000 and encode resulting in an m2v and wav and then I encode the wav to AC3 and then use TMPGEnc to make DVD.
I would also be interested in knowing about decent filters to apply to the script to improve video quality.
Thanks,
Lex
+ Reply to Thread
Results 1 to 11 of 11
-
-
Just curious. Why don't you try it and find out for yourself if it will work?
Then you can ask for help if you encounter problems.
Dan -
Roger that guys...just doing a little research from work first to help speed up the process. In reality I think I want to ultmately find a good DV script for watching encoded avi-mpeg-2 on TV and use if most often.
Thanks again!
Lex -
Doesn't the later versions of Quenc support direct loading of avi/wav files (by creating a temp avs file)? I think so... if your Quenc version won't take it directly the make sure that you get one of the latest versions.
So try to load the avi directly in Quenc.
Else check out the www.doom9.org forum.
Tin2tin -
Okay I finally used Quenc with Avisynth. My script looks like this:
AviSource("c:\folder\myclip.avi")
ConvertToYV12(interlaced=true)
Now after encoding wth Quenc for DVD high quality the result was good on still footage be everything that moved created horrible footage (macro blocks etc.). Should I add or change my avs script?
Thanks,
Lex -
Try changing your field settings in Quenc to the opposite of what they were on the bad looking encode.
Read this thread as well (long, but informative)
https://www.videohelp.com/forum/viewtopic.php?t=264730 -
Abond,
No, I don't have Interlaced encoding checked nor to I have TopFieldFirst checked. I also only have 16:9 checked and not Scene detection. Which ones should I use?
Thanks,
Lex
Soopafresh...I'll start reading -
Carefull with filters. You should be sure they support interlaced material, otherwise the output will be horrible. If you want to use a filter that doesn't support interlaced material, you must separate fields , apply the filter and weave the fields back.
Similar Threads
-
HC Encoder input file challenge/ AVIsynth script?
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 16Last Post: 10th Jan 2014, 13:02 -
Certain d2v file causing problems with MeGUI Avisynth Script Creator.
By Simcut in forum Newbie / General discussionsReplies: 5Last Post: 30th Jul 2012, 16:57 -
Lost ability to use Avisynth script to open .flv file with virtualdub.
By DaneClark in forum Video ConversionReplies: 4Last Post: 20th Feb 2011, 11:33 -
Saving AviSynth script to file
By Leo48 in forum Newbie / General discussionsReplies: 6Last Post: 24th Jun 2008, 14:35 -
avisynth script
By magenta2007 in forum SVCD2DVD & VOB2MPGReplies: 7Last Post: 25th Sep 2007, 11:29