View Full Version : MOV conversion
deXtoRious
3rd August 2003, 23:40
I didn't really know where to put this, MOV isn't really a "new" video format, but since it isn't xvid, divx, etc., I decided to put it here. I downloaded the ultra-high quality Matrix Reloaded theatrical trailer and wanted to do some tests with it. Could anybody suggest any tools for converting MOV to AVI with lossless quality?
Sagittaire
3rd August 2003, 23:50
With TMPEG
open mov and Files > save projet trp
With VfapiCon
trp file > avi frameserveur
With AviSynth or Vdub
avi edition > encoding with XviD quant2 or DivX quality 100% for exemple ...
celtic_druid
4th August 2003, 01:46
You can use the quicktime VFAPI plugin directly with AVISynth although that would involve converting to RGB, which isn't exactly lossless.
multicone
4th August 2003, 01:54
Quicktime Pro allows you to export the file to an AVI compressed with lossless DV codec, Vdub can open this file fine, sound will be PCM WAV ....
Sirber
4th August 2003, 02:40
Originally posted by deXtoRious
I downloaded the ultra-high quality Matrix Reloaded theatrical trailerThe same clip that uses 100% CPU on a 2000+?
Animaniac
4th August 2003, 04:11
Use QTReader (http://www.digital-digest.net/downloads/files/encode/QTReader.zip) with AviSynth
LoadVFAPIPlugin("C:\QTReader\QTReader.vfp", "QTReader")
QTReader("C:\quicktime.mov")
ConvertToYV12()
FlipVertical()
SelectEvery(25,1)
deXtoRious
4th August 2003, 10:52
The same clip that uses 100% CPU on a 2000+?
It runs well on my 2000+...
2 multicone, celtic_druid and Sagittaire
Thanks to you all for giving advice on such short notice, I'll try to convert through QuickTime Pro to HuffYuv...
deXtoRious
4th August 2003, 10:55
Use QTReader with AviSynth
code:
LoadVFAPIPlugin("C:\QTReader\QTReader.vfp", "QTReader")
QTReader("C:\quicktime.mov")
ConvertToYV12()
FlipVertical()
SelectEvery(25,1)
Thanks, I'll try that too... BTW, what format does QuickTime video use (YV12, YUV2, RGB...)?
EDIT: The link directs me to the anti-leeching page even after disabling my download accelerator, could you please give me the link to the web page containing the link? Thanx.
Didée
4th August 2003, 11:23
here (http://www.digital-digest.com/dvd/downloads/tmpgenc.html).
deXtoRious
4th August 2003, 12:42
Thanks :D
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.