better way to extract dvd audio with ffmpeg
Linux for blind general discussion
blinux-list at redhat.com
Fri Oct 28 17:32:48 UTC 2022
I sent you a message on telegram about this. It gave me a segfault lol.
----- Original Message -----
From: Linux for blind general discussion <blinux-list at redhat.com>
To: Linux for blind general discussion <blinux-list at redhat.com>
Date: Fri, 28 Oct 2022 13:06:40 -0400
Subject: Re: better way to extract dvd audio with ffmpeg
> I just noticed that you are trying to extract only the audio, or
> possibly transcode it. I do believe vobcopy may still be able to help
> you, since you should be able to pipe the output to standard output and
> straight into ffmpeg, which can either copy the audio only or transcode
> it to the format you want, thereby saving space on your hard drive. This
> example worked for me to extract an mp3 version of the title I wanted
> from a DVD. You can adjust it to fit your specific needs.
>
> vobcopy -l -o - | ffmpeg -i - -vn -c:a libmp3lame -b:a 128K audio.mp3
>
> Hope this helps.
>
> ~Kyle
>
> _______________________________________________
> Blinux-list mailing list
> Blinux-list at redhat.com
> https://listman.redhat.com/mailman/listinfo/blinux-list
>
>
More information about the Blinux-list
mailing list