I have some real *.rm files, which are video files. Can I burn only the audio portion to CD? If so, how and what software do I need?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Originally Posted by Victor Hen
-
More than likely, I will only do this once. The Total Recorder worked great except that it put a squeal every minute on the output. A “trial software” feature. Mplayer looks like a command line program that has way too many command line switches to make it user friendly. I didn’t want to spend weeks learning switches. That leaves EO Video. Hope that works. If not, is there another one to try?
-
I wouldn't say that is that complicated or that it takes weeks to learn.
mplayer.exe -ao pcm:file=output.wav -vo null -vc dummy input.rm
You can leave out the file= part and it will create by default audiodump.wav in the current dir.
You could create a batch file with say %1 for input and drop the rm files or use for %%f in (*.rm) DO (mplayer.exe -ao pcm:file="%%~nf.wav" -vo null -vc dummy "%%f") to process all rm files in a given dir.
Similar Threads
-
Can Real Media files (.rm, .rmvb) be demuxed?
By Huh...What? in forum Video ConversionReplies: 5Last Post: 4th Mar 2010, 10:06 -
A simple trimmer for real media files
By kutchbhi in forum Newbie / General discussionsReplies: 7Last Post: 22nd Sep 2009, 07:29 -
converting .rm real media files to .avi or .mpeg
By tilopa88 in forum Video ConversionReplies: 5Last Post: 25th Jul 2009, 09:45 -
Real noob question about DVD Movie files
By Thom Yorke in forum Newbie / General discussionsReplies: 3Last Post: 25th Feb 2009, 11:50 -
Getting 0KB files when trying to convert Real Video to other formats
By j1201 in forum ffmpegX general discussionReplies: 1Last Post: 13th May 2007, 04:34