lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
***BOGO*** Re: [kde-linux] Sound conversion from .rm to.mp3 (LM---)
- Date: Thu, 24 Jan 2008 09:18:42 +0300
- From: Sergey Kulikov <flux@xxxxxxxxx>
- Subject: ***BOGO*** Re: [kde-linux] Sound conversion from .rm to.mp3 (LM---)
LM--- wrote:
> Hello Sergey, hello James Richard, hello everyone,
>
> @ flux@xxxxxxxxx
> and
> @ tyrerj@xxxxxxx
>
> I've just tried Sergey's command line instructions, i.e.
> mplayer file.rm -ao pcm && lame -m s --cbr -b 320 -s 44.1 audiodump.wav
> file.mp3 && rm -f audiodump.wav
> converted three files (however I did the three steps separately, to
> watch if things go well, and check in between, you know... a beginner...
> and also to try different settings, for lame operation), and it all
> worked perfectly fine.
>
> The only thing is I was unable to give any other name to the output file
> produced by mplayer and was forced to accept what obviously is the
> default name (audiodump.wav). I checked the (yes, indeed, pretty long)
> man pages of mplayer and tried everything (with and without <...> , with
> and without .wav) nothing doing, I didn't get any other name than
> audiodump.wav.
> well I just checked the console again and read this:
> [AO PCM] Info: To write WAVE files use -ao pcm:waveheader (default).
> Does it mean I should formulate the syntax for mplayer like this:
> mplayer file.rm -ao pcm:waveheader file=xyz.wav
> ?
>
> @ Emanoil Kotsev <a9706152@xxxxxxxxxxxxxxxxx>
> I will also try your suggestion:
>
> mencoder <filename.rm> -oac mp3lame -o <output.mp3>
>
> for it seems to save one step - I'll let you all know.
>
> Thanks for your help.
>
> Best regards
>
> Ludovic
>
> ___________________________________________________
> This message is from the kde-linux mailing list.
> Account management: https://mail.kde.org/mailman/listinfo/kde-linux.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.
>
>
>
>
>
Hi Ludovic, hi everyone!
It's easy to override the default file name which mplayer produces with
-ao pcm option.
$ mplayer file.rm -ao pcm:file=ANY_DESIRED_FILENAME.wav
That will force mplayer to write ANY_DESIRED_FILENAME.wav instead of
audiodump.wav
HTH.
Best wishes,
flux
___________________________________________________
This message is from the kde-linux mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde-linux.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.