Is there a program that can convert divx to quicktime? I tried quicktime pro but it couldn't play divx files when I already have the codec installed =[.
+ Reply to Thread
Results 1 to 9 of 9
-
-
Try FFmpeg.
Simple example:
Code:ffmpeg.exe -i test0.avi -f mov -vcodec svq1 -sameq -acodec pcm_alaw test0.mov
Code:ffmpeg.exe -i test1.avi -f mov -vcodec mpeg4 -sameq -acodec mp3 test1.mov
Code:ffmpeg.exe -i test2.avi -f mov -vcodec h264 -sameq -acodec aac test2.mov
---
Or try SUPER. -
I tried using Mpeg StreamClip but I have a problem. Any codec I use will not play the video but it plays the audio. I also noticed if I play it inside Mpeg StreamClip it doesn't show the video at all but I can hear the audio. Why is that?
-
Originally Posted by Shaorin
Used only QT codecs.
Not use VfW codecs and DirectShow filters.
Can't read DivX, Xvid (and many other) wideo streams.
Can read AVI with Cinepak, Indeo (3 & 4, but not 5), MS Video 1, MJPEG, DV-AVI (DVSD, but not CDVC), uncompressed RGB (but not YV12). -
I already have Quicktime Player installed. Is Apple Motion JPEG A a QT codec? cause I already tried that. If the input can't read divx then why did Baldrick mentioned it =[
-
I think you need the 3ivx codec to be able decode divx/xvid in mpeg streamclip.
-
Originally Posted by Baldrick
It work for QuickTime Player and of course Mpeg StreamClip.
Similar Threads
-
Quicktime to flv convert with ffmpeg
By ades567 in forum Video ConversionReplies: 2Last Post: 27th Jul 2009, 08:41 -
Quicktime and ffdshow can't convert some files.
By joecanada in forum Video ConversionReplies: 0Last Post: 15th May 2009, 17:30 -
How to convert rmvb files to QuickTime?
By oicram in forum ffmpegX general discussionReplies: 6Last Post: 12th Sep 2008, 13:56 -
Best program to convert Youtube to Quicktime
By Soccerman77 in forum Video ConversionReplies: 2Last Post: 24th Oct 2007, 02:53 -
trying to convert from quicktime to FLV using ffmpegX
By gokes in forum Newbie / General discussionsReplies: 1Last Post: 10th Jun 2007, 10:03