I cannot seem to get 'qt-faststart' working for streaming videos.
The code below creates an mp4 file that downloads progressively and is of the correct file size and duration, but there is no visual or audio...
What is wrong here?
Code:exec(escapeshellcmd('ffmpeg -i '.$filename.' -an -pass 1 -vcodec libx264 -vpre fastfirstpass -b 2048k -bt 2048k -threads 0 NUL')); exec(escapeshellcmd('ffmpeg -i '.$filename.' -acodec libfaac -ab 128k -pass 2 -vcodec libx264 -vpre hq -b 2048k -bt 2048k -threads 0 '.$source)); exec(escapeshellcmd('qt-faststart '.$source.' '.$source));
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Need to batch-convert videos to MP4 using same bitrate as source videos
By BLboy in forum Video ConversionReplies: 7Last Post: 26th Jan 2011, 21:25 -
How to open a x264 encoded mp4 in VirtualDubMod?
By Sedoc94 in forum Newbie / General discussionsReplies: 27Last Post: 1st Jun 2010, 17:36 -
Watermark on H264 encoded mp4
By Sedoc94 in forum Newbie / General discussionsReplies: 3Last Post: 2nd May 2010, 08:26 -
Have expirence with AVI, never encoded in MP4 before
By Cyber Akuma in forum Newbie / General discussionsReplies: 8Last Post: 11th Jul 2009, 06:33 -
x264 encoded mkv/mp4 transcode to xvid encoded avi
By graysky in forum Video ConversionReplies: 4Last Post: 9th Aug 2008, 18:55