I had this problem with mp2 audio. This happens because dvd-slideshow provides 
the sample rate in kHz, but twolame expects it in Hz.
Solution is to edit /usr/bin/dvd-slideshow
Search for "twolame -s" in the file, and replace "twolame -s 44.1" with 
"twolame -s 44100", and replace "twolame -s 48" with "twolame -s 48000". Both 
appear 3 times. After this modification it worked for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/601580

Title:
  twolame_get_version_for_samplerate: 44 is not a legal sample rate

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to