Haven't used FFMPEGX for a while, since then Leopard came out and the 10.5.1 update.
Previously working presets now give two output files:
movie.mpg.ff.mov.audio.mp4
movie.mpg.ff.mov.video.mp4.
Not a clue as to why nor how to fix it. Has 10.5 changed the behavior and caused this issue or am I somehow inadvertantly doing something wrong?
Results 1 to 7 of 7
-
-
The failure to recognize the audio is an important clue. It could very well be that you need to install/update an audio codec.
Again, the Progress logfile will likely be instructive in narrowing down the suspects. Also, when you drop the source file into the summary window, what does ffmpegx say are its characteristics?
-
strangely enough it only happens (so far) when I try either of the H.264 encoding options. If I use the MP4 preset it works fine. Here's the log from an H.264 encode:
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
Mac OSX universal build for ffmpegX
configuration: --enable-memalign-hack --enable-mp3lame --enable-gpl --disable-vhook --disable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --enable-pthreads --enable-x264
libavutil version: 49.0.0
libavcodec version: 51.9.0
libavformat version: 50.4.0
built on Apr 15 2006 04:58:19, gcc: 4.0.1 (Apple Computer, Inc. build 5250)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
mp4 [info]: initial delay 0 (scale 30000)
Input #0, mpeg, from '/Users/steve/Desktop/t/BSG.mpg':
Duration: 01:59:57.4, start: 0.989500, bitrate: 3500 kb/s
Stream #0.0[0x1c0]: Audio: mp2, 48000 Hz, stereo, 192 kb/s
Stream #0.1[0x1e0], 29.97 fps(r): Video: mpeg2video, yuv420p, 480x480, 5800 kb/s
Tue Nov 27 06:21:28 CST 2007
mpegpipe, to 'pipe:':
Stream #0.0, 29.97 fps(c): Video: rawvideo, yuv420p, 464x256, q=2-31, 200 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Press [q] to stop encoding
-
Originally Posted by amigasteve
Then the audio tool says something like "The file is not a valid ISO file" and refuses to mux them together.
For now I am attempting to use Quicktime pro to import the audio and then passthrough export to mp4 and see if that works.
Not sure if the 2G limit is what it really is, but files that are 1.2G are fine, files that are 2.4G fail.
-
add this to the top field in the advanced options box to get rid of the out of sync audio:
-async 1
and if that does not work try
-async 0
The latter was first recommended to me and did not work, the former worked like a charm. Don't know what it does (anybody?) but id did fix my out of sync audio prob.
Similar Threads
-
FCP MOV to x264 produces separate Audio and Video MP4 output files?
By skywriter in forum ffmpegX general discussionReplies: 3Last Post: 10th Feb 2010, 15:49 -
HELP! This is all new for me. Edit 2 separate minidv audio/video files.
By nexgraphics in forum Newbie / General discussionsReplies: 3Last Post: 17th Oct 2009, 09:45 -
Sample error on separate source means video & audio out of sync!
By christowe in forum MacReplies: 3Last Post: 13th Jan 2009, 13:22 -
Extracting/demuxing a .TS into separate video and audio files?
By mkvbob in forum DVB / IPTVReplies: 10Last Post: 25th Jul 2008, 02:15 -
converting format using separate video and audio files
By joshua4 in forum Video ConversionReplies: 4Last Post: 11th Jun 2008, 03:09