ffmpeg ·· extract the audio track from a dvd

First published at 20:58 UTC on January 30th, 2018.
subscribers

cd /path/to/mounted-dvd
cat $(ls|grep VOB) | ffmpeg -i - -vn -b:a 192k OUTPUT

check track info:
ffmpeg - i file
ffprobe file
ffprobe -show-streams file
ffprobe -show_streams -select_streams a file

Thanks for watching! I hope you enjoyed :)

Recorded wi…

MORE
CategoryNone
SensitivityNormal - Content that is suitable for ages 16 and over
DISCUSS THIS VIDEO