View Full Version : Open quicktime movies?
kagoru
9th March 2002, 17:05
Is there any way to have an quicktime file as source, so that I can convert it to divx?
hakko504
9th March 2002, 19:12
DirectShowSource! See the reference docs at Videotools (http://www.videotools.net)
kagoru
9th March 2002, 21:01
unfortunately it doesn't work! Avisynth says that it can't open the file!
Another suggestion?
omol
9th March 2002, 21:42
Originally posted by kagoru
unfortunately it doesn't work! Avisynth says that it can't open the file!
Another suggestion?
Get this VFAPIPlugin http://doom9.org/Soft21/Encoders/MPEG4/QTReader.zip then use LoadVFAPIPlugin in Avisynth. For LoadVFAPIPlugin syntax, do a search in the forum.
Hope this help.
regards,
omol
kagoru
9th March 2002, 23:19
Damn! It DOES WORK very well !!! Thank you sooooo much! It saves me so much time having avisynth read my .mov-files: before that I always exported them as uncompressed avi and then converted them to divx. Now I can work on them directly!
When I use LoadVFAPIPlugin do I need to use ConvertToYUY2() necessarily, or is the avisynth file by default YUY2-format?
Thanks again for your help!
kagoru
10th March 2002, 00:30
Oops! I have a problem with fps. I get 600 (!) fps when I use the script:
LoadVFAPIPlugin("d:\divx\vdub\plugins\QTReader.vfp", "QTReader")
QTReader("g:\movies\Trailer.mov")
ConvertToYUY2()
FlipVertical()
How do I get the same fps as the org. .mov-file?
kagoru
10th March 2002, 00:42
Never mind. I found the answer myself: I just use SelectEvery(25,1) and get 24 fps!
omol
10th March 2002, 03:59
Originally posted by kagoru
Damn! It DOES WORK very well !!! Thank you sooooo much! It saves me so much time having avisynth read my .mov-files: before that I always exported them as uncompressed avi and then converted them to divx. Now I can work on them directly!
When I use LoadVFAPIPlugin do I need to use ConvertToYUY2() necessarily, or is the avisynth file by default YUY2-format?
Thanks again for your help!
VFAPI's data is in RGB I believe.
regards,
omol
movmasty
11th March 2002, 07:14
you could use the qtplugin from inside tmpg.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.