Can someone tell me how I can resize and crop Quicktime video?
I would normally use Virtualdubmod: but my current configuration cant read it.
How can I get it to read Quicktime?
Also:
- Can I use Virtualdubmod to convert video to FLV?
(I just kinda like using it!)
- What other programs are there that allow me to crop video?
Thanks.
OM
+ Reply to Thread
Results 1 to 7 of 7
-
-
AviSynth is a script-based frameserver. AviSynth has a Quicktime plug-in called QTSource (separate download - Google is your friend) that can frameserve Quicktime files to apps such as VDub that normally wouldn't accept them. I would also strongly recommend downloading Quicktime Alternative if you don't already have Quicktime 7 installed. It would go like this:
Create a new notepad file and type:
Substitute "movie.file" with the full path and filename of your clip. Save the notepad file and name it with an .avs extension, not .txt. This simple one-line script might at least open the Quicktime file in VDub for you. Cropping and resizing will be up to you. AviSynth is a powerhouse once you take the time to read about it.Code:qtinput("movie.file.mov",audio=true) -
This thread will apply as well
https://www.videohelp.com/forum/archive/t313020.html
Similar Threads
-
should i recapture or crop with virtualdubmod is enough ?
By smartel in forum Newbie / General discussionsReplies: 1Last Post: 3rd Jul 2011, 18:50 -
will crop and resize lose too much video quality?
By kopmjj in forum RestorationReplies: 5Last Post: 15th Jun 2010, 12:48 -
Can I crop and resize video?
By maldb in forum EditingReplies: 6Last Post: 13th Jun 2009, 20:06 -
Video Crop and resize
By quxote in forum EditingReplies: 4Last Post: 27th Feb 2009, 12:48 -
crop video using virtualdubmod
By mridang_agarwal in forum Newbie / General discussionsReplies: 2Last Post: 10th May 2007, 11:04



Quote