Yep, that codec also is used in case of Quicktime 3ivx.
That codec for quicktime also is offered oficially, but most .mov files containing a stream done by a 3ivx are just a conversion mostly don by avi2mov
horrible!
I remember very well the time when I did all my things in the new OSx and that tool was very buggy.
There's also a tool called mov2avi :
http://www.divx-digest.com/articles/mov2avi.html
But here's the avisynth way:
Code:
LoadVFAPIPlugin("C:\The Path to\qtreader.vfp","QTReader")
QTReader("D:\xxxxx\.mov")
ChangeFPS(the FPS of the mov in here)
FlipVertical()
QTreader you find here (in the page below.. the last download)
http://www.digital-digest.com/dvd/do...s/tmpgenc.html
The link of avisynth.org:
http://www.avisynth.org/index.php?page=QuickTime
BUT 3vix to qtreader or mov2avi could be seen as a codec within a strange fileformat, so this could be still tricky.