I'm converting mpeg-1 muxed files to DV or mpeg4 format so iMovie can read the soundtrack. It won't read the sound on muxed files. When I convert using ffmpegX, it appears successful,but importing to iMovie I get "Quicktime can't parse" errors.
Also, in finder, the converted files show 0 KB in size.
Can I get some advice?
Results 1 to 4 of 4
-
-
I suppose you know why applications would error out on trying to parse 0 KB files...
Please post the Process Information log to see what went wrong.
-
Here's what seems to be called the Terminal Bash:
Next to last line indicates "codec type mismatch"
Any help?
Thanks, Jeff
Last login: Sun Jun 22 10:18:50 on ttyp1
Welcome to Darwin!
iMac:~ admin$ /Applications/ffmpegX_0.0.9y/ffmpegX.app//Contents/Resources/pbpaste | sh
Encoding started on Sun Jun 22 10:18:53 CDT 2008
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
Mac OSX universal build for ffmpegX
configuration: --enable-mp3lame --enable-gpl --disable-vhook --disable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-pthreads --enable-x264
libavutil version: 49.0.0
libavcodec version: 51.9.0
libavformat version: 50.4.0
built on Apr 15 2006 08:41:02, gcc: 3.3 20030304 (Apple Computer, Inc. build 1666)
Input #0, mpeg, from '/Volumes/MacExternal1/MOVIES/FirstGradeLastDay/MOV03596.MPG':
Duration: 00:00:46.7, start: 0.070000, bitrate: 10483 kb/s
Stream #0.0[0x1c0]: Audio: mp2, 32000 Hz, mono, 64 kb/s
Stream #0.1[0x1e0], 30.00 fps(r): Video: mpeg1video, yuv420p, 640x480, 104857 kb/s
Codec type mismatch for mapping #0.0 -> #0.0
iMac:~ admin$
-
Your source file has the audio stream (#0.0) mapped before the video stream (#0.1). This is reverse from what the ffmpeg engine expects. You may fix this "Codec type mismatch for mapping"-error by indicating that the streams are reversed. To do so, check the "Invert mapping" checkbox in the audio tab.
Similar Threads
-
parse ts pcm stream
By niror in forum AudioReplies: 2Last Post: 2nd Oct 2011, 01:36 -
What does this .d2v parse tell me?
By fatcharlie in forum Newbie / General discussionsReplies: 54Last Post: 10th Mar 2011, 17:13 -
When does SUPER parse video files?
By yoda313 in forum Video ConversionReplies: 3Last Post: 28th Mar 2010, 18:16 -
MPEG 1 - Can't parse stream
By Fr3d in forum ProgrammingReplies: 0Last Post: 18th Oct 2009, 19:20 -
Quicktime parse error converting mpeg-1 muxed to DV or mpeg 4
By jglass in forum Newbie / General discussionsReplies: 0Last Post: 15th Jun 2008, 20:51