Re: [kde-linux] Sound conversion from .rm to.mp3 (LM---)
- From: Sergey Kulikov <flux@xxxxxxxxx>
- Date: Thu, 24 Jan 2008 09:18:42 +0300
LM--- wrote:
Hello Sergey, hello James Richard, hello everyone,Hi Ludovic, hi 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.
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.
- References:
- Prev by Date: Re: [kde] Changing encoding in Dolphin
- Next by Date: Re: [kde-linux] Possibility of problems when copying files over?
- Previous by thread: Re: [kde-linux] Sound conversion from .rm to.mp3 (LM---)
- Next by thread: [kde-linux] Sound conversion from .rm to.mp3 (LM---)
- Index(es):
Relevant Pages
|