Hi guys
To rip DVDs to VCDs, I decided to mix and match my favourite programs
1- FlaskMpeg for parsing IFO and VOBs
2- VirtualDub for preprocessing the video, resizing and applying subs the way I like
3- TMPGEnc for coding to MPEG, for its speed and quality.
I have found a way that works perfectly (well, almost).
I use the Avisynth Premiere plugin which I relocate to FlaskMpeg's directory.
I then frameserve from Flask 0.594 to VirtualDub 1.4.10 using the Avisynth Premiere plugin v 0.28 beta 37
After reprocessing in VDub, I again frameserve the result to TMPGEnc 2.56.
Might sound complicated, but once you get the hang of it it s real easy.
This method gives me better results and more control than using say Flastk + Panasonic Encoder, plus it s much faster.
Problem, however: The AVISynth Premiere plugin is not picking up the length of the movie. No matter how long it is, it always passes the argument Endframe as 300,000, which is roughly 3.5 hours. So my encoding always adds a padding of black screen at the end of my movie.
Question: is there a way to pass an argument to the plugin indicating the exact number of frames? Any step I am missing?
Any contribution welcome.
Cheers
Arnaud
+ Reply to Thread
Results 1 to 2 of 2
-
-
You may repeat the framerange in the Avisynth script.
IPCSource("c:\filename.avi").Trim(0,last frame)
Similar Threads
-
Best AviSynth plugin for deinterlacing? (general consensus) ...
By takearushfan in forum Video ConversionReplies: 5Last Post: 28th Apr 2011, 23:59 -
SupTitle: an AviSynth PGS (.SUP) Subtitle Plugin
By ZachSaw in forum SubtitleReplies: 6Last Post: 11th Feb 2011, 12:03 -
Which Avisynth deinterlace plugin provides the best result?
By Mdoodm1000 in forum Video ConversionReplies: 7Last Post: 21st Jun 2010, 18:41 -
Some cool Avisynth effects from EffectsMany plugin.
By racer-x in forum EditingReplies: 1Last Post: 28th Oct 2007, 06:33 -
New Avisynth Plugin for Ffmpeg Compatible sources
By Soopafresh in forum Video ConversionReplies: 2Last Post: 25th Jun 2007, 18:49