Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] dvd rip - solved
- Date: Sat, 15 Oct 2011 12:56:07 +0200
- From: Michal Hajek <hajek1@example.com>
- Subject: Re: [tlug] dvd rip - solved
- References: <20111014065124.GZ18647@example.com>
- User-agent: Mutt/1.5.21 (2010-09-15)
Hi, here is one (simplish) solution with vlc and ffmpeg, hth:#!/bin/bash for i in $(seq 30) do# rips the movies 1-30 from title 2 on dvd # no compression at all, basicaly big files # cvlc = command (line) vlccvlc /dev/dvd@example.com:$i --sout "#standard{access=file,mux=ps,dst=$i.mpeg}" vlc://quit# compress riped movies, requires libx264 # if you want higher quality, set "crf" to _smaller_ numberffmpeg -i $i.mpeg -acodec libfaac -ab 128k -ac 2 -vcodec libx264 -preset slow -crf 22 -threads 0 $i.mp4 done exit 0
- References:
- [tlug] dvd rip
- From: Michal Hajek
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] I'm moving to new apartment
- Next by Date: Re: [tlug] I'm moving to new apartment
- Previous by thread: Re: [tlug] dvd rip
- Next by thread: [tlug] Computer won't boot after upgrade to Ubuntu 11.10
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links