Hi, I got this doubt from a reader of my post at http://goinggnu.wordpress.com/2007/02/13/convert-avi-to-3gp-using-ffmpeg
He has a problem with the h263 codecs. Which package is to be installed to get these codecs? I think ubuntu-restricted-extras. Am I right? Thanks. ---------- Forwarded message ---------- E-mail : [EMAIL PROTECTED] Comment: Hi all, I'm rather new to Linux and using the Ubuntu Intrepid Ibex system. Now I tried to convert an avi - file to 3gp using ffmpeg and following the suitable instructions. I have the following problem(s): Error01: [EMAIL PROTECTED]:~/Desktop# ffmpeg -i "Otto.avi" -s qcif -vcodec h263 -acodec aac -ac 1-ar -r 25 -ab 32 -y "Otto.3gp" FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl --enable-pp --enable-swscaler --enable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbis --enable-pthreads --disable-strip --enable-libfaad --enable-libfaadbin --enable-liba52 --enable-liba52bin --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-altivec --disable-vis --enable-shared --disable-static libavutil version: 49.6.0 libavcodec version: 51.50.0 libavformat version: 52.7.0 libavdevice version: 52.0.0 built on Oct 3 2008 22:40:31, gcc: 4.3.2 [theora @ 0xb7ec42f0]Theora bitstream version 30201 [theora @ 0xb7ec42f0]344 bits left in packet 81 [theora @ 0xb7ec42f0]7 bits left in packet 82 Input #0, ogg, from 'Otto.avi': Duration: 00:01:18.1, start: 0.000000, bitrate: 188 kb/s Stream #0.0: Video: theora, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 25.00 tb(r) Stream #0.1: Audio: vorbis, 44100 Hz, stereo, 112 kb/s WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s Unknown encoder 'h263' ---------------------------------------------------------------------------- Error02: [EMAIL PROTECTED]:~/Desktop# ffmpeg -i "Otto.avi" -s qcif -vcodec h263 -acodec aac -ac 1-ar 8000 -r 25 -ab 32 -y "Otto.3gp" FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl --enable-pp --enable-swscaler --enable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbis --enable-pthreads --disable-strip --enable-libfaad --enable-libfaadbin --enable-liba52 --enable-liba52bin --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-altivec --disable-vis --enable-shared --disable-static libavutil version: 49.6.0 libavcodec version: 51.50.0 libavformat version: 52.7.0 libavdevice version: 52.0.0 built on Oct 3 2008 22:40:31, gcc: 4.3.2 [theora @ 0xb7ef22f0]Theora bitstream version 30201 [theora @ 0xb7ef22f0]344 bits left in packet 81 [theora @ 0xb7ef22f0]7 bits left in packet 82 Input #0, ogg, from 'Otto.avi': Duration: 00:01:18.1, start: 0.000000, bitrate: 188 kb/s Stream #0.0: Video: theora, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 25.00 tb(r) Stream #0.1: Audio: vorbis, 44100 Hz, stereo, 112 kb/s Unable to find a suitable output format for '8000' Can someone help me?? Thank you in advance! Martin ------------------------------------- -- dear, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
