Re: transcode replacement to rip audio from video dvd

2017-05-29 Thread hobbes
writes: > You can try (caution: untested!) something like > > ffmpeg -i -vn -acodec copy > > This would leave the audio format unchanged. By playing with the > "-acodec copy" you can change the output audio format. > > I'm sure other programs, like mplayer are also capable to do the > trick.

transcode replacement to rip audio from video dvd

2017-05-29 Thread hobbes
Hello, in the past I used a nice little script to rip the audio part of video dvds (mostly concerts) to mp3 files. That script used the tool transcode, here is the main line: for i in {1..$NUM}; do transcode -x null,dvd -y null,tcaud -i $DEVICE -T $TITLE,$i,$ANGLE -a $AUDIO --lame_preset standa