FFMPEG running on MAC OSX PPC through terminal:
Anyone tell me what I''m doing wrong? When i check ffmpeg -formats I see h264 listed...Code:$ ./ffmpeg -y -i source.avi -title "Title" -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 480x272 -r 29.97 -b 768kb -acodec aac -ac 2 -ar 48000 -ab 128 -f psp MAQ10001.MP4 ffmpeg version 0.4.9-pre1, build 4752, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-a52 --enable-gpl --disable-ffserver --disable-ffplay --enable-memalign-hack --disable-vhook --extra-cflags=-mtune=970 --enable-pthreads --enable-xvid --enable-faac --disable-mmx --disable-audio-oss --disable-audio-beos --disable-v4l --disable-debug --disable-pp --enable-g726 --disable-network --disable-gprof --extra-cflags=-force_cpusubtype_ALL built on Apr 12 2005 19:44:09, gcc: 3.3 20030304 (Apple Computer, Inc. build 1666) Input #0, avi, from 'source.avi': Duration: 00:00:00.5, start: 0.000000, bitrate: 1583847 kb/s Stream #0.0: Video: mpeg4, 480x272, 29.97 fps Stream #0.1: Audio: mp3, 48000 Hz, stereo, 128 kb/s Output #0, psp, to 'MAQ10001.MP4': Stream #0.0: Video: , 480x272, 29.97 fps, q=2-31, 768 kb/s Stream #0.1: Audio: aac, 48000 Hz, stereo, 128 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Unsupported codec for output stream #0.0
+ Reply to Thread
Results 1 to 2 of 2
-
-
For a start i would compile the latest version - yours is nearly 2 years old. Can you show the output of -formats?
I suspect you need to configure the following:
Code:--enable-x264 enable H.264 encoding via x264 [default=no]
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
Similar Threads
-
Unsupported codec (id=86021) for input stream #0.1
By noctrine in forum ffmpegX general discussionReplies: 3Last Post: 9th Feb 2012, 09:13 -
FFMPEG Unsupported codec (id=86018) [i.e. AAC]
By kdigit in forum Video ConversionReplies: 10Last Post: 1st Mar 2011, 10:01 -
Unsupported codec (id = 0) in ffmpeg
By Nightslk in forum Video ConversionReplies: 3Last Post: 10th Nov 2009, 17:17 -
Getting FFmpeg to use XviD codec with 4:3 instead of 1:1 pixel output?
By PBear in forum Video ConversionReplies: 7Last Post: 10th Jul 2008, 15:03