There seems to be no appropriate forum for this question, so I'll just post it here.
Is there any way I can use a MOV as a source file for either VirtualDub or AviSynth?
Isn't there some kind of plug-in that would allow VirtualDub or AviSynth to recognize MOV? It seems like the only encoding program that recognizes MOV is TMPGEnc via the MOV Plug-in...but how can I encode to xvid using TMPGEnc?
+ Reply to Thread
Results 1 to 7 of 7
-
-
This works for me when converting those bloody awkward MOV files....
Setup
====
1) Install QuickTime
2) Install QuickTime Alternative
Installing QuickTime Alternative seems to unlock some options in QuickTime v6.4, such as the abiltiy to import & export to different types of Movie File (Such as AVI or MPEG-4)! However, installing QuickTime alternative may bugger the audio output of QuickTime.
To resolve this try:
Control Panel -> Double click QuickTime icon -> Sound Output:
Select 'Windows Preferred Device'
[Or via QuickTime menus: Edit -> Preferences -> QuickTime Preferences...]
To get .MOV movie properties:
====================
Start QuickTime v6.4 and open required .MOV movie file.
Select Movies -> Get Movie Properties:
Left hand box, select :
'Video Track' or 'Audio Track'
Right Hand Box select various information such as:
'Format' gives movie frame size 'Frame Rate' gives movie frame rate.
Converting a .MOV movie file (Video & Audio Simultaneously)
=======================================
Open .MOV movie file in QuickTime v6.4 but don't play it.
Get movie properties (see above) and note Frame rate and Audio sample rates etc.
File -> Export as AVI Set settings for AVI export:
Options -> Video Settings:
Compression: None
Depth: Thousands of colours
Quality: Best
Frames Per Sec: 23.98 (as original)
Options -> Audio Settings:
Comperssor: None
Rate: 44.1Khz (as original)
Size: 16 bit
Use: Sterio (as original)
Choose a file name and click save to export. Will now get the exporting movie progress bar. Note exported AVI movie may not be unplayable - don't worry about this!
Open VirtualDub and open newly created AVI file.
VirtualDub may then automatically reconstruct the AVI file by "reconstucting the missing index block (aggressive mode)". This process takes about 1 minute per Gb of AVI data.
Now using VirtualDub set up compression formats for video (e.g. XviD) and Audio (e.g. MPEG Layer 3):
Video -> Select 'Full processing mode'
Compression: Select codec (e.g. XviD)):
MPEG-4 Fast Motion
Configure -> Keyframe every 1sec
Audio -> Select 'Full processing mode'
Compression: (e.g. MPEG Layer 3):
Select 128k bits 44.1KHz sterio (as original)
Options:
Deselect Display input video
Deselect Display output video
Select Sync to Audio
File -> Save as AVI.. choose File name then Save.
AnXviD movie will now be created.
Once done, don't forget to delete the huge exported AVI movie file used to created the compressed AVI movie file!
Good luck
Andy.Work you bloody thing.... -
Thanks so much, underwurlde! I had used QT's export before, but didn't realize that the default export was some crappy cinepak compression....the results were very bad....I just never explored all the export options before!
-
you can use screenblast or vegas (or many other programs maybe) and encode it to xvid or load it into tmpgenc (with mov plug in) and frame serve it to v-dub from tmpgenc via
vfapiCONV.exe"Each problem that I solved became a rule which served afterwards to solve other problems." - Rene Descartes (1596-1650) -
Buy Quicktime Pro. It allows export to AVI. You may not have many options though; if that is the case have it output an uncompressed (or huffyuv compressed, if you don't have the room) AVI and do what you want to it in Virtualdub.
-
If you still want to use VirtualDub / AviSynth...
LoadVFAPIPlugin ("C:\VFAPI_Plug-Ins\QTReader\QTReader.vfp","QTReader")
QTReader ("C:\Temp\Example.mov")
ChangeFPS (25)
FlipVertical
Similar Threads
-
Explaine difference, VLC vs. VDUB xvid plyback performance ?
By vhelp in forum Newbie / General discussionsReplies: 2Last Post: 12th Jun 2010, 09:52 -
Can't get XVID to work, Vdub+Moviemaker errors
By nhgawe in forum Newbie / General discussionsReplies: 1Last Post: 10th Apr 2010, 19:39 -
No video when MPEG-1 saved to XVID with Vdub
By headless chicken in forum Video ConversionReplies: 16Last Post: 13th May 2009, 20:33 -
Resize Divx/Xvid For Portable With VDub: Artifacts/blur
By gordonliu in forum Video ConversionReplies: 6Last Post: 4th Apr 2009, 08:42 -
Odd Problem, vDub doesn't see my xVid ???
By DW in forum Newbie / General discussionsReplies: 9Last Post: 22nd Jan 2008, 00:38