[Fwd: Re: [MPlayer-users] Video stream mandatory while converting .rm to .mp3. Bug?]
Abraham S. Lin
mplayer-users at vmstat.org
Fri Mar 5 18:16:34 CET 2004
Kevin DeKorte wrote:
>Here is script I use to extract the audio off an mms stream and then convert
>it to mp3
>
>mplayer -ao pcm -aofile $2.pcm -vo null -cache 2048 "$1"
>lame $2.pcm $2.mp3
>rm $2.pcm
>
>Perhaps something similar will work for you.
>
>Kevin
>
>
>On Thursday 04 March 2004 05:38 pm, Abraham S. Lin wrote:
>
>
>>Hi, dear mplayer-users,
>>
>>Tried a lot of stuff to convert .rm to .mp3 and finally trying the most
>>promising
>>mplayer to no avail. Give me a hand?
>>
>>Thanks a lot,
>>Shuo
>>
>>
Kevin
First thanks for your quick response.
My original commandline goes:
mencoder -oac lavc 1.rm -oac mp3lame -o 1.mp3
or
mencoder -v -v -v -ac lavc 1.rm -of mpeg -o 1.mp3
The output that I have from trying something similar is:
[shuo at quicksilver@Fri12:05:38:~/Desktop/Reflets]$ mencoder -v -v -v
-ac lavc 1.rm -aofile 1.pcm -vo null -cache 2048 cache.txt
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/local/share/locale
MEncoder dev-CVS-040304-17:35-2.95.4 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium 4/Xeon/Celeron Foster 2394 MHz (Family: 8,
Stepping: 9)
Detected cache-line size is 64 bytes
CPUflags: Type: 8 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Reading /home/shuo/.mplayer/codecs.conf: 61 audio & 169 video codecs
File not found: 'frameno.avi'
Failed to open frameno.avi
Reading config file /home/shuo/.mplayer/mencoder: No such file or
directory
aofile is not an MEncoder option
Exiting... (error parsing cmdline)
aofile seems not to be an option for the CVS version. Then I tried these
commands:
mencoder -v -v -v -ac lavc 1.rm -ofile 1.pcm -vo null -cache 2048
cache.txt
mencoder -v -v -v -ac lavc 1.rm -o 1.pcm -vo null -cache 2048 cache.txt
mencoder -v -v -v -ac lavc 1.rm -o 1.pcm -cache 2048 cache.txt
The first two complains about ofile and vo not being an MEncoder option.
The last one returns the same output like my original commandline
(Video steam mandatory etc..)
Thanks you!
Shuo
More information about the MPlayer-users
mailing list