- Code: Select all
trythil@lothlann media $ transcode -i example.mov -o example.avi -z -k -w 3000,750,100 -x mov,mp3 -y divx5,toolame
If I can do it, so can you.
-z: flip video frame upside down
-k: swap red/blue in video frame
-w: bitrate, keyframes, crispness encoder parameters
-x: video/audio input type (or autodetect)
-y: video/audio output type
Any sort of transcoder utility can do this kind of conversion. VirtualDub would be a good bet, assuming that you have a DirectShow filter for Quicktime files (if they even exist, I don't know.)
Of course, this assumes that the codec used in the Quicktime file you're using is readable by your filter. If the compressor is something like Sorenson Vision, you're SOL, unless you're willing to output the Quicktime file through video out, capture that, and convert.
This is a block of text that can be added to posts you make. There is a 512 character limit.