On Fri, Jan 30, 2009 at 10:19:55AM +0100, markus schnalke wrote: > Package: dir2ogg > Version: 0.11.6-1 > Severity: normal > > The option `-p' (`--preserve-wav') does not work for WMA input files. It does > not matter if single files or whole directories are used as input. > It generally won't work for anything using mplayer. dir2ogg uses temp.wav as the temporary filename here, whereas for other decoders, the name of the input file, the suffix replaced with .wav, is used.
The reason is that for mplayer, you have to give the option like -ao pcm:file=temp.wav, and using the real filename here leads to problems if there are spaces in the filename, or something else. And encoding the filenames is no option. I could still patch it to rename the temp.wav to the correct filename afterwards. -- Julian Andres Klode - Free Software Developer Debian Developer - Contributing Member of SPI Ubuntu Member - Fellow of FSFE Website: http://jak-linux.org/ XMPP: [email protected] Debian: http://www.debian.org/ SPI: http://www.spi-inc.org/ Ubuntu: http://www.ubuntu.com/ FSFE: http://www.fsfe.org/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

