pccasto / rubyripper

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

RubyRipper fails to encode to OggVorbis due to invalid command argument #256

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. in codecs, select vorbis -q 10

What is the expected output? What do you see instead?
an ogg/voribis encoded file should be produced at quality 10, instead
encoding fails because of an invalid passed argument

rubyripper: 0.5.4
OS: Gentoo GNU/Linux / x86_64

output from STDOUT
oggenc: invalid option -- 'p'
WARNING: Unknown option specified, ignoring->
ERROR: Multiple input files with specified output filename: suggest using -n
command = oggenc -o "/home/dubkat/UNSORTED/KMFDM (0) Nihil/10 - Trust.ogg"
-p 4 -q10 -c DATE="0" -c TRACKNUMBER="10" -c TITLE="Trust" -c ALBUM="Nihil"
-c ARTIST="KMFDM" -c GENRE="Industrial" -c TRACKTOTAL="10"
"/home/dubkat/UNSORTED/temp/track10_1.wav" 

Original issue reported on code.google.com by dubkat on 8 Nov 2008 at 7:26

Attachments:

GoogleCodeExporter commented 8 years ago
You might wanna try to put a space between -q and 10. In your settings file is 
no
space between those.

Original comment by rubyripp...@gmail.com on 9 Nov 2008 at 2:49

GoogleCodeExporter commented 8 years ago
I'm using oggenc from vorbis-tools 1.3.0b2 and have the same problem. Seems the
padding option -p 4 don't exist any longer with this oggenc.

Original comment by Xeno...@gmail.com on 11 Nov 2008 at 4:05

GoogleCodeExporter commented 8 years ago
the '-q10' or '-q 10' have the same effect. but i did use both "just in case".
unfortunatly, this does not solve the problem. as someone else posted, i think 
this
is an issue with newer vorbis-tools.

Original comment by dubkat on 12 Nov 2008 at 1:31

GoogleCodeExporter commented 8 years ago
Thanks for your feedback. I've removed the -p 4 part from the encoding line. See
latest git.

Original comment by rubyripp...@gmail.com on 12 Nov 2008 at 5:58