[AuckLUG] The ffmpeg thing...
Nevyn
nevynh at gmail.com
Mon Jun 11 18:26:16 NZST 2007
On 6/11/07, Ron Johns <ronaldj at orcon.net.nz> wrote:
> Hi again,
> Thanks all for taking the time to help me out with this ffmpeg
> stuff.
> In answer to points raised and questions asked...
>
> Billy (Post us the output from this command: ffmpeg -formats|grep mp3)
>
>
>
> [gaspode at localhost ~]$ ffmpeg -formats|grep mp3
> FFmpeg version SVN-r6005, Copyright (c) 2000-2004 Fabrice Bellard
> configuration: --prefix=/usr --incdir=/usr/include/ffmpeg
> --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --cpu=x86
> --extra-cflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
> -mtune=generic -fasynchronous-unwind-tables --enable-mp3lame
> --enable-libogg --enable-vorbis --enable-faad --enable-faac
> --enable-libgsm --enable-xvid --enable-a52 --enable-a52bin --enable-pp
> --disable-static --enable-shared --enable-gpl --disable-debug
> --disable-opts --disable-strip
> libavutil version: 49.0.0
> libavcodec version: 51.11.0
> libavformat version: 50.5.0
> built on Aug 18 2006 08:11:51, gcc: 4.1.1 20060525 (Red Hat 4.1.1-1)
> DE mp3 MPEG audio layer 3
> DEA mp3
> D A mp3adu
> D A mp3on4
>
> Nevyn
>
> Yes , all the files are playable , both on my computer and on CDs which
> I have copied straight to CD with Fedora cd/dvd creator. They will play
> on my Mpeg capable CD player.
>
> Bit confused by what you mean by...
>
> Quote
> "Basically - Ron, it's so much easier to help you troubleshoot when you
> post accurate information. I've had a look at ffmpeg in Ubuntu and
> this error doesn't appear to exist - it has a "I/O error occurred"
> message. The same message happens if you mistype the input files
> path/name. "
>
> The error message which I posted initally was cut and pasted straight
> from the terminal.
> Thus...
> [gaspode at localhost ~]$ ffmpeg
> /home/gaspode/Music/KitaroEssential/AsTheWindBlows.mp3
> /home/gaspode/Music/Converted/out.wav
> FFmpeg version SVN-r6005, Copyright (c) 2000-2004 Fabrice Bellard
> configuration: --prefix=/usr --incdir=/usr/include/ffmpeg
> --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --cpu=x86
> --extra-cflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
> -mtune=generic -fasynchronous-unwind-tables --enable-mp3lame
> --enable-libogg --enable-vorbis --enable-faad --enable-faac
> --enable-libgsm --enable-xvid --enable-a52 --enable-a52bin --enable-pp
> --disable-static --enable-shared --enable-gpl --disable-debug
> --disable-opts --disable-strip
> libavutil version: 49.0.0
> libavcodec version: 51.11.0
> libavformat version: 50.5.0
> built on Aug 18 2006 08:11:51, gcc: 4.1.1 20060525 (Red Hat 4.1.1-1)
> Could not open '/home/gaspode/Music/KitaroEssential/AsTheWindBlows.mp3'
> [gaspode at localhost ~]$
>
> This is the output on Fedora C6 I'm afraid no matter what Ubuntu might
> have to say about it.The output is repeatable at will.any time.
>
> Chill
>
> Thanks for your pointers on alternatives.I will check them all out the
> minute
> I'm over my breakdown :-)
>
> Thank you all once again for pitching in to help a learner.Much
> appreciated as usual.
> Regards
> Ron.
Hi Ron,
You don't have lots of users on your machine do you? I.e. it's not
possible that you're playing the mp3 file as one user and trying to
encode it as another?
Otherwise the only thing I can suggest is using a tested syntax (I've
tried this on my machine). The -i might make all the difference. So
try:
ffmpeg -i\
/home/gaspode/Music/KitaroEssential/AsTheWindBlows.mp3\
/home/gaspode/Music/Converted/out.wav
(You should be able to just copy and paste that command without fear
of line breaks)
More information about the AuckLUG
mailing list