fongecore / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Custom encode option #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
How about in addition to flac, mp3, wav, etc to have a box to enter custom
encoding command?  Then a user (certainly not me :P) could encode with
whatever other strange format or options they may seek.

Original issue reported on code.google.com by mordbr...@gmail.com on 27 Nov 2006 at 4:37

GoogleCodeExporter commented 8 years ago
Fixed at revision 29. I bet no one codes as fast or as buggy as I do, right?

Original comment by rubyripp...@gmail.com on 27 Nov 2006 at 9:28

GoogleCodeExporter commented 8 years ago
Heh, that was fast.  Now I actually have to find another codec to test!  

Original comment by mordbr...@gmail.com on 29 Nov 2006 at 4:15

GoogleCodeExporter commented 8 years ago
You can also use the existing ones. I've tested it a bit with oggenc (vorbis).

Original comment by rubyripp...@gmail.com on 29 Nov 2006 at 9:03

GoogleCodeExporter commented 8 years ago
I want to rip files both as V0 MP3 and V2 MP3, so I added this as other:
lame -V 2 --id3v2-only --tt "%t" --ta "%a" --tl "%b" --ty "%y" --tn "%n" --tg 
"%g"
"%i" "%o"
When I use that in a command line, it works just fine, but in RR I get this for 
every
file:
WARNING: The 'other' codec exited with an error encoding track 1!
What's my mistake?

Original comment by Tjugo...@googlemail.com on 22 Aug 2008 at 9:06