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.
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
2 matches
Mail list logo