Quantcast Open 3ivx Quicktime File in Avisynth? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
01-22-2004, 01:08 PM
J-Wo J-Wo is offline
Free Member
 
Join Date: Nov 2002
Location: Toronto, Canada
Posts: 454
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
01-22-2004, 03:03 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3  
01-22-2004, 03:29 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Script problem, unable to open d2v file khusru Avisynth Scripting 0 02-13-2006 09:48 PM
TMPGEnc: Problem conversion 3ivx Quicktime movie Uruk-hai Video Encoding and Conversion 1 05-10-2004 08:09 AM
KVCD: TMPGEnc doesn't open Quicktime videos? serrabastien Video Encoding and Conversion 3 05-16-2003 02:27 AM
VirtualDub: Open video file via Avisynth rendalunit Video Encoding and Conversion 2 02-14-2003 01:50 PM
How do I open an MPEG file with avisynth for kvcd? telemike Avisynth Scripting 2 02-09-2003 04:51 PM




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