[MPlayer-users]Dumping DVD audio

AlannY 2big4mail at gmail.com
Sun Feb 25 19:34:17 CET 2007


Jonny Barnes wrote:
> How would I dump the audio stream of a DVD into audio files so that each
> chapter is in its own file.
>
> Thanks
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>
you can try to create some script, that will read each chapter, and from
mencoder you can:
mencoder dvd://1 -chapter 1-1 -ovc frameno -oac copy -o <file>
mplayer <file> -dumpaudio
.
.
.
and so on.



More information about the MPlayer-users mailing list