Re: transcode replacement to rip audio from video dvd

2017-05-30 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, May 30, 2017 at 12:24:53AM +0100, Brian wrote: > On Mon 29 May 2017 at 21:38:53 +0200, to...@tuxteam.de wrote: [...] > > You can try (caution: untested!) something like > > > > ffmpeg -i -vn -acodec copy > > > > This would leave the aud

Re: transcode replacement to rip audio from video dvd

2017-05-29 Thread Brian
On Mon 29 May 2017 at 21:38:53 +0200, to...@tuxteam.de wrote: > On Mon, May 29, 2017 at 09:25:53PM +0200, hob...@poukram.net wrote: > > 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

Re: transcode replacement to rip audio from video dvd

2017-05-29 Thread songbird
hob...@poukram.net wrote: ... > I have searched a lot, but I can't find a tool to just rip the audio > part of dvd chapters. ffmpeg is more than capable to do the encoding > part, but it lacks dvd ripping capabilities. HandbrakeCli could be a > contender, but it absolutely wants to rip and encode v

Re: transcode replacement to rip audio from video dvd

2017-05-29 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, May 29, 2017 at 04:36:49PM -0400, The Wanderer wrote: > On 2017-05-29 at 16:25, hob...@poukram.net wrote: > > > writes: > > > >> You can try (caution: untested!) something like > >> > >> ffmpeg -i -vn -acodec copy > >> > >> This would le

Re: transcode replacement to rip audio from video dvd

2017-05-29 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, May 29, 2017 at 10:25:05PM +0200, hob...@poukram.net wrote: > writes: > > > You can try (caution: untested!) something like > > > > ffmpeg -i -vn -acodec copy > > > > This would leave the audio format unchanged. By playing with the > > "-

Re: transcode replacement to rip audio from video dvd

2017-05-29 Thread The Wanderer
On 2017-05-29 at 16:25, hob...@poukram.net wrote: > 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 o

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.

Re: transcode replacement to rip audio from video dvd

2017-05-29 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, May 29, 2017 at 09:25:53PM +0200, hob...@poukram.net wrote: > 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 l

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