How to extract the audio from a DVD without interruptions

Support questions for Neutron Player only.
Post Reply
blaubär
Posts: 3313
Joined: Tue Apr 02, 2019 6:48 am

How to extract the audio from a DVD without interruptions

Post by blaubär » Thu Dec 03, 2020 10:08 am

I spent some time finding out how to extract the audio from a DVD without interruptions between chapters and without having to install dubious windows apps. Here's how. If you know something better, feedback would be nice !

1. Using the vlc media player extract not single chapter from the DVD but the complete title. The following example is suitable for a PCM-audio-track and transfers its contents into a big wav file:

vlc -I dummy --no-sout-video --sout-audio --audio-track=<audio track number> --no-sout-rtp-sap --no-sout-standard-sap --no-sout-all --ttl=1 --sout-keep --sout #transcode{acodec=s16l}:std{access=file,mux=wav,dst=<output file>} dvdsimple:///<windows drive>:#<DVD title number> vlc://quit

2. Using ffmpeg split the big extract file into the parts you need:

ffmpeg -i <big input file> -ss <start time> -to <end time> <small output file>

3. Encode the parts as you see fit and listen with Neutron's gapless playback.

Good luck !

Post Reply

Who is online

Users browsing this forum: No registered users and 33 guests