LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-21-2011, 12:23 PM   #16
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled

Side note:
The usage of pacpl is straight forward.
It seems to be able to convert .rm, files, but i am not used to them (So am not 100% and can't test it).
One example of usage is:
Code:
pacpl --outdir . --to mp3 *flac
which, in my eyes, is easy to remember.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 09-22-2011, 02:38 PM   #17
dgoddard
Member
 
Registered: Jan 2007
Posts: 105

Original Poster
Rep: Reputation: 15
So this is what happened

Quote:
Originally Posted by H_TeXMeX_H View Post
Try:

ffmpeg -i input.rm -ab 160k test.mp3
I tried that with my file named 040516dg-a.rm

I took a screen shot of the results. (I added a couple of line breaks between my command and the results)

Any ideas what ffmpeg wants different on the command line?
Attached Thumbnails
Click image for larger version

Name:	Screenshot-of_results.png
Views:	11
Size:	79.8 KB
ID:	8038  
 
Old 09-22-2011, 02:54 PM   #18
dgoddard
Member
 
Registered: Jan 2007
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by j1alu View Post
Side note:
The usage of pacpl is straight forward.
It seems to be able to convert .rm, files, but i am not used to them (So am not 100% and can't test it).
One example of usage is:
Code:
pacpl --outdir . --to mp3 *flac
which, in my eyes, is easy to remember.
Is that line of code supposed to be complete? I don't understand it. are the dashes supposed to represent something. The file I am trying to convert is designated 050416dg-a.rm and I am trying to create the mp3 version in the same directory.
 
Old 09-22-2011, 03:23 PM   #19
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Yeah, it means that it doesn't support rm input.

You'll have to compile it with rm support.

I don't exactly know how, but the codec is non-free. I compiled my ffmpeg with non-free and it can convert them.
 
Old 09-23-2011, 02:23 PM   #20
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
Quote:
Originally Posted by dgoddard View Post
Is that line of code supposed to be complete? I don't understand it. are the dashes supposed to represent something. The file I am trying to convert is designated 050416dg-a.rm and I am trying to create the mp3 version in the same directory.
The dashes show that it is an argument or option to a command, like in
Code:
ls -l
ls is a command, -l is an argument or option to that command.
While for a single-character argument one (often) uses one hyphen, for a full word one (often) uses two hyphen.


So, the full command does:
pacpl # is the command called pacpl
--outdir . # --outdir is the argument which tells pacpl where to put the result, the dot . is the current directory
--to mp3 # --to is the argument which tells pacpl to which codec to convert, in this case to mp3
*flac # means to convert all files (*) which end with "flac" in the current directory.

As i said i don't know rm-files. The man page and page of pacpl says it would support rm files, but i can't test it.
A similar command would be
Code:
pacpl --outdir . --to mp3 *rm
which does this:
use the command pacpl to convert all files which end with rm to mp3 and put the resulting files in the current/working directory.
but without being able to test it, it's a shot in the dark.
For a single file you need to replace "*rm" with the exact name of the file.
(i guess that others adviced to use ffmpeg for a reason).

Last edited by j1alu; 09-23-2011 at 02:33 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Audio File conversion .m4a to .mpeg inspiron_Droid Linux - Software 1 09-25-2008 10:23 AM
mp2 audio file conversion and burn to CD for car Slowbey Linux - Newbie 4 01-13-2007 04:11 PM
audio conversion problems,,, Armon Linux - General 4 06-13-2005 03:51 PM
clustering audio conversion? e1000 Linux - Software 2 06-15-2004 06:33 PM
Audio conversion tools bulliver Linux - Software 8 04-03-2003 02:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration