Hello everybody!
I've got a problem with my ffmpegx.
I want to convert a .mov movie to an .mp4 (by the way, is it possible to simply change the ending of the file or something as easy as that, because the mov-codec is also based on mp4 or am I wrong?)
everytime I click on "convert", it creates a 0kb file and tells me "finished" after one second.
The strange thing is, that I had this problem with other files before, but everytime after reinstalling ffmpegx it worked! until I quit the programm...
Heres what it says about my last try:
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
Mac OSX universal build for ffmpegX
libavutil version: 49.0.0
libavcodec version: 51.9.0
libavformat version: 50.4.0
Thu Apr 12 18:32:24 CEST 2012
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/xxx/Desktop/The English Patient.mov':
Duration: 02:41:44.4, start: 0.000000, bitrate: 1948 kb/s
Stream #0.0(und), 23.98 fps(r): Video: h264, yuv420p, 1280x688
Stream #0.1(und): Audio: aac, 48000 Hz, 5:1
Resampling with input channels greater than 2 unsupported.Abort at ffmpeg.c:1628
Can't resample. Aborting.
/bin/sh: line 1: 8361 Abort trap /Applications/ffmpegX.app//Contents/Resources/ffmpeg -i /Users/xxx/Desktop/The\ English\ Patient.mov -y -threads 2 -map 0.0:0.0 -f mp4 -vcodec mpeg4 -b 3000 -aspect 4:3 -s 1280x720 -r ntsc-film -g 12 -me epzs -qmin 2 -qmax 9 -acodec aac -ab 196 -ar 48000 -ac 2 -map 0.1:0.1 -benchmark /Users/xxx/Desktop/The\ English\ Patient.mov.ff.mp4
Can you please help me? I dont get it!
thx a lot
-ShadeChar
Results 1 to 8 of 8
-
-
MP4 is a "fork" of QT/MOV. Based on, but with modifications. They are NOT identical. Sometimes the "file extension rename" works, sometimes not.
Not sure about the CLI switches as I rarely use ffmpeg, but I do notice that you're source is 1280x688 and you're telling it to output 1280x720 with 4:3 DAR?? (1280x720 is supposted to be 16:9 DAR under most usual circumstances).
That could be affecting what's going on.
Scott
-
Resampling with input channels greater than 2 unsupported.Abort at ffmpeg.c:1628
your output: -acodec aac -ab 196 -ar 48000 -ac 2
-> seems like the ffmpeg version is to old to properly handle 5.1 aac and reencode it to 2.0 aac.
-
Yes, I thought too that the version could be too old, but there is no newer version besides the one for OS Lion which I dont have.
I dont get the presets work like I wish. When I tell the program to make a 16:9 video, it still says, that it tried to make a 4:3 and it doesnt work. Also with the soundpresets, how can I tell it not to encode the audiotrack at all?
thx for answering
-
The application ffmpegX uses various unix tools in the background, one of them being ffmpeg. The Lion version of ffmpegX uses the same 2006 build of ffmpeg that previous versions used.
For conversions using newer versions of ffmpeg, you'll have to go command line or use different apps for now.
Originally Posted by ShadeChar
For output with audio copied from the source (no re-encoding), set the Audio codec to "Passthrough" in the Audio tab.
Similar Threads
-
M2TS to MOV/MP4
By thunderclap82 in forum Video ConversionReplies: 2Last Post: 25th Mar 2010, 09:02 -
MOV to MP4
By nextoss in forum Video ConversionReplies: 3Last Post: 11th Jan 2010, 15:50 -
Error when converting to MOV, MP4, h.264
By marcoscabral in forum ffmpegX general discussionReplies: 1Last Post: 12th Jun 2009, 13:00 -
HD .mp4 and .mov to xvid
By capo327 in forum Video ConversionReplies: 2Last Post: 17th Jan 2009, 17:44 -
WMP and mov,mp4,etc
By rock.freak667 in forum Software PlayingReplies: 3Last Post: 20th Apr 2008, 04:04