Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Extract audio files from DVD for Banshee (Read 5247 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Extract audio files from DVD for Banshee

Hi
First for audio files I'm a beginner, and English is not in my naturals languages.
Voila:
I use Banshee for my CD audio files, and now I will integrated also the audio files from my musicals DVDs.
I can extract the audio files from DVD with Devidyfi, with *.wav output. It's work fine.
I can read and play the file with Audacity
I can compress the *.wav files to *.wv files with wavpack, default settings, it's works fine also.
I can update the tags with Easy Tag, it's work fine.
I can import the files like "media" in Banshee, it's works ..
I can start to play the files in Banshee, but not sound , and sometime freezen.
When I take a look to the file description, i found a difference in the simple rate
banshee CD extractions are setting to 44100
my DVD extractions are setting to 48000.
With Google I found some problems with this rating Sample rate problems
I've play with the option
Quote
-bn = enable hybrid compression, n = 2.0 to 23.9 bits/sample, or
                                n = 24-9600 kbits/second (kbps)

but I don't found the solution.
Please can you tell me what I must do, to extract
wav files with simple rate 48000
to
*.wv files with simple rate 44100
Merci par avance
Michael



 

Extract audio files from DVD for Banshee

Reply #2
Please can you tell me what I must do, to extract
wav files with simple rate 48000
to
*.wv files with simple rate 44100
Merci par avance
Michael

To convert 48000 Hz WAV to 44100 Hz WV you can use SoX (http://sox.sourceforge.net/:

Code: [Select]
sox y.wav -r 44100 y.wv



Thank you very much, it's works fine.

Michael