dvd::rip

->ABOUT / NEWS

->DOCUMENTATION
-TABLE OF CONTENTS
-INSTALLATION
-USING THE GUI
-CLUSTER MODE
-FAQ

->KEY FEATURES

->DOWNLOAD

->SUPPORT

->TRANSLATIONS

->MAILING LIST
-SEARCH ARCHIVE

->CHANGE LOG

->CREDITS

->TODO

->LINKS

http://www.exit1.org/


Re: [dvd::rip] Problem with VOBU in files ripped by dvd::rip

Subject: Re: [dvd::rip] Problem with VOBU in files ripped by dvd::rip
From: Jörn Reder <joern@xxxxxx>
Date: Sun, 27 May 2007 00:50:39 +0200
Marcin Zaj?czkowski wrote:

> I can transcode it to be in a "proper" format (and then it works fine), 
> but I don't want to lose quality (source and destination formats are VOB 
> and should be compatible).
> Could it be a problem with dvd::rip that ripped files have problem with 
> VOBU and aren't directly usable by dvdauthor?

You can try to demux and mux the VOB files to get a proper MPEG2 program
stream which is compatible with dvdauthor.

Something like this:

  % cat *.vob | tcextract -a 1 -x ac3 -t vob > audio.ac3
  % cat *.vob | tcextract -x mpeg2 -t vob > video.m2v
  % mplex -f 8 -o av.mpg video.m2v audio.ac3

You can use FIFO's instead of the video.m2v and audio.ac3 files and 
start the processes in parallel for better performance. I attached a 
small (quick and dirty) shell script for this purpose. It grabs all 
*.vob files in the current working directory and remuxes them into a 
single .mpg file.

Pass filename, audio track number and codec as command line options:

  % cd /path/to/vob/files
  % remux-vob /tmp/test.mpg 0 ac3

Hope this helps,

Regards,

Jörn

-- 
LINUX - Linux Is Not gnU linuX

Attachment: remux-vob
Description: Binary data

Attachment: pgppO80U0j5fy.pgp
Description: PGP signature

<Prev in Thread] Current Thread [Next in Thread>
 

Archive powered by MHonArc. Search powered by ht://dig.

[ top ]