Hi, newb to file conversion so please excuse any obvious retardedness..
I have a large volume of video files recorded on a surveillance style DVR box in H.264 format. I need them in an AVI format that will play with QuickTime. I need to use QuickTime as I’m going to analyse the video with logger pro.
I have muxed the H.264 file to AVI using "AVC2AVI2 which produce a file that plays in MPC and Ifranview (i know strange) but is poorly displayed in VLC and won't load in QuickTime. I converted the new AVI file again using MeGui (XVid encoder) to another .avi file and i produced a nice file that plays in all players smoothly and loads quickly but when i load it in QuickTime it loads and plays but the screen is blank. I don't know why this is!!?
Help please?
Jim
+ Reply to Thread
Results 1 to 4 of 4
-
-
1st Quicktime only supports a subsection of the MPEG-4 ASP and AVC Standard, so only H.264 and Xvid streams that follow the Quicktime restrictions will be playable by quicktime (there's also a DivX and a Xvid Component for Quicktime and both might help with the playback of Xvid MPEG-4 ASP streams)
2nd better mux to mov or mp4 than avi since they are both better supported through Quicktime -
ffmpeg should be able to do it:
Code:ffmpeg.exe -i "path to input file" -vcodec copy -acodec copy -f mov "path to output file"
also don't forget the audio,.. neither mov nor Quicktime do support a lot of audio formats
http://en.wikipedia.org/wiki/QuickTime might help a bit,..
Cu Selur
Similar Threads
-
How to play H.264 avi in Windows Media Player?
By TheMoreYouKnow in forum Newbie / General discussionsReplies: 2Last Post: 21st Sep 2009, 02:47 -
data avi .hdtv.avi-fqm.wont play on set top recrder
By xbill in forum Newbie / General discussionsReplies: 3Last Post: 15th Jul 2009, 14:55 -
How to convert a H.264 avi to play on PS3?
By fwtong in forum Video ConversionReplies: 7Last Post: 30th Jul 2008, 01:04 -
avi won't play on quicktime
By crazymf2788 in forum MacReplies: 2Last Post: 30th Aug 2007, 08:36 -
Problem exporting AVI to H.264 in Quicktime Pro
By newsclips in forum Video ConversionReplies: 2Last Post: 31st May 2007, 00:46