digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   open 3ivx quicktime file in avisynth? (http://www.digitalfaq.com/archives/avisynth/7846-open-3ivx-quicktime.html)

J-Wo 01-22-2004 01:08 PM

open 3ivx quicktime file in avisynth?
 
I am trying to convert a movie which has been encoded in 3ivx format with the extension .mov. Anyone know a way to handle this with avisynth?

Dialhot 01-22-2004 03:03 PM

I think there is an error somewhere : 3ivx is an avi codec similar to divx and xvid (2 codecs than it can handle anyway).
I don't think 3ivx produces Quicktime compatible streams.

Btw you can use directshowsource I think.

incredible 01-22-2004 03:29 PM

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 :arrow: 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.


All times are GMT -5. The time now is 09:06 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.