Hi all,
I need to edit a series of low quality .mp4 files so preserving the quality is very important. The way I am trying to do this is by creating an avs file using the QTReader plugin, then opening the file with VFAPIConv to create an avi pseudofile, edit with Vegas and return an uncompressed avi.
The problems I am facing are the following:
1) Video File comes upside down - (The solution I have found to his is frameserve from Vegas to VDub and use the flip vertical filter but ideally this should not arise from the start).
2) Video comes with no audio. I have not found a solution to this problem yet. I tried to serve it from AviSynth to VDub in order to save the audio and import into Vegas but even though VDub opens the video fine (upside down), and can use the slider to preview it I cannot play it. I get an error message (Couldn't initilize timer, maybe a framerate problem??)
The Avisynth script I am using is:
LoadVFAPIPlugin("C:\QTReader.vfp", "QTReader")
QTReader("C:\myvideo.mp4")
Any suggestion, feedback is highly appreciated.
Thanks in advance
+ Reply to Thread
Results 1 to 4 of 4
-
-
I would open the avisynth script in virtualdubmpeg2 (or whichever virtualdub you favour) using fast recompress mode and save it to a lossless format such as lagarith or huffyuv, then edit in Vegas. No quality loss, and no performance issues.
Read my blog here.
-
Why didn't I find this? Once again I was thinking too complicated... Oh you know what? I was testing you!
Thanks BJ!
Similar Threads
-
Frameserving from Sony Vegas into MXF format
By 24fps in forum Video ConversionReplies: 5Last Post: 8th Feb 2012, 08:57 -
Best Video Editing Program ? Powerdirector or Sony vegas ?
By dudeme13 in forum Newbie / General discussionsReplies: 2Last Post: 31st Jul 2011, 09:42 -
Introducing Celluloid: The World's First Avisynth-based NLE
By Tab in forum Latest Video NewsReplies: 16Last Post: 26th Jan 2010, 01:26 -
programm which can make frameserving for Avisynth script
By Yury Perschin in forum Capturing and VCRReplies: 0Last Post: 20th Jan 2009, 11:19 -
frameserving movie from premiere pro cs3 to avisynth
By colin66 in forum Newbie / General discussionsReplies: 10Last Post: 29th Oct 2007, 07:47