I have two DVDs of my own material which I have to shrink down and put onto one.
It's important to keep the best possible quality, so rather than use DVD Shrink, Instant Copy etc, I thought I would have my first try at frameserving and use AviSynth and CCE basic.
The .avs file I created says:-
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
mpeg2source("E:\BS\BS.d2v")
When I came to load it into CCE I either got a file 240 frames long or it said the size was wrong (it reported it as something like 840x50, which it isn't).
So I tried to open the .avs file in Windows Media Player and this is the error message I got (by the way the .vob files open fine in WMP):-
LoadPlugin: unable to load "C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3"
(E:\BS\BS.avs, line 1)
I assume it means there is something wrong with line 1, but I have checked the path several times and it is OK. Is AviSynth or the plugin not installed properly?
Any help would be really appreciated.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Something more to report. I realised that I hadn't put the letters "dg" after "MPEG2Dec3".
So I tried that. For a short while I thought my troubles were over - the file loaded and was the right duration. But when I tried to encode it an error message appeared saying "Could not find appropriate video codec for YV12".
Does anyone know what that means and what to do about it? -
Try putting "ConvertToRGB24" at the end of your script.
TMPGEnc doesn't like YUY2, i don't know about CCE. -
If your frameserving to cce the last line of your script must be:
converttoyuy2() -
Many thanks for the suggestions. From information picked up elsewhere I tried adding "ConvertToRGB" and that seems to work.
However I will try both of your suggestions, but does anyone know whether there will be any quality difference between RGB and YUY2.
Thanks again for the information.
Similar Threads
-
Frameserving From VirtualDub to MainConcept
By hech54 in forum Video ConversionReplies: 0Last Post: 8th Mar 2012, 09:24 -
frameserving, from premiere to autogk
By codemaster in forum EditingReplies: 0Last Post: 26th Dec 2010, 19:57 -
FrameServing from Vegas 9 to MeGUI
By Kit-10 in forum Newbie / General discussionsReplies: 8Last Post: 4th Dec 2009, 17:12 -
Frameserving Options?
By echo1434 in forum ProgrammingReplies: 0Last Post: 9th Sep 2007, 21:31 -
Frameserving with Adobe Premiere to Procoder?
By Soulman in forum Newbie / General discussionsReplies: 3Last Post: 19th May 2007, 06:01