Problem with DVDs

5 replies [Last post]
obibon
Offline
Joined: 04/12/2012

Hi all.

I was just trying to watch some DVDs on my PC running trisquel 5.5, and with most of them I get a message saying that they are probably encrypted, so I can't play them.

On the other hand, with the ones I can play, I don't seem to be able to change language settings.

Any ideas?

Also I have this Eric Clapton concert DVD and I'd like to get the audio of the songs. Is this possible?

Thanks.

Chris

I am a member!

Offline
Joined: 04/23/2011

sudo apt-get install libdvdread4

sudo /usr/share/doc/libdvdread4/install-css.sh

Almost forgot to mention that there are laws that may be prohibiting the installation of this software in some countries.

Darksoul71
Offline
Joined: 01/04/2012

For extracting the audio track from the DVD you could use ffmpeg or mencoder. I use such a commandline to convert youtube files to MP3:
ffmpeg -i "$i" -acodec libmp3lame -ac 2 -ab 192k -vn -y "$target_file"
where $i is the input file and $target_file is the MP3 file.

obibon
Offline
Joined: 04/12/2012

Thanks a lot! libdvdread4 works perfectly.

As for extracting the audio of a file, the problem I have is that I don't get the filesystem on dvds (this is probably due to me not being very savvy), so I can't work it out, for now at least.

For youtube files, I use "easy youtube downloader".

Anyways, it was really helpful, thanks a lot!!!

Cyberhawk

I am a translator!

Offline
Joined: 07/27/2010

When I want to extract the audio part of a video file PiTiVi helps me out a lot.

I don't know if it can import directly from a DVD, but maybe some other video editor can. Just unlink the video and audio streams, delete the video, cut off parts of the audio you don't want and render the project as .flac or something that suits your needs.

lansburyslido
Offline
Joined: 08/29/2011

You should be able to use Audacity to load the vob file from the DVD. Audacity will drop the video part and just use the audio part which you can then process and save as you wish.