Home
RecentChanges

Search:

» AviSynth is a powerful video FrameServer for Win32.

AviSynth Links:
»Download
»Learn to script
»FAQ
»Manual
»Discussion fora
»Project page
»External filters
»FeedBack

» You can add pages to this website immediately. No login required.
Edit this document

» AboutAviSynth

 

Avisynth 
Logo

QuickTime

Quicktime Does not seem to work for me using DirectshowSource with the FPS function.

But it at least loads, here is how. You will need to use the VFAPI Plugin called QTReader.vfp

(Just search for it in Google.com or which ever search site you prefer.)

You then use it like this:

LoadVFAPIPlugin("c:\****\QTReader.vfp","QTReader")# **** = the location of QTReader.vfp

QTReader("**.mov")# ** = location of the file and filename

I'm still working to keep it from displaying 600 fps in Vdub but it at least loads.

(this info was submitted by 007-Bond)

[edit] I gave up and used Tmpg to do QT.. AviSynth seamed to work ok, just couldn't get the right FPS..

Edited 10 Dec 2003 by AniFarsh?

I found that if I want to convert Avid (DV Xpress in this case) sequences into SVCD/DVD using Tmpeg or CCE I need to take the following steps:

1. Export the sequence as QT reference file

2. Write the following AVS script:

LoadVFAPIPlugin("*:\***\qtreader.vfp","QTReader")

video = QTReader("***.mov")

video = video.ChangeFPS?(25) #PAL

video.FlipVertical #For some reason I got it flipped

3. Then use VFAPI-CONV (the reader) to convert the avs to avi

4. Use CCE or Tmpeg to convert the files

SourceForge Logo

 


Edit this document | View document history
Document last modified Tue, 09 Dec 2003 20:20:45