Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
VOB encoding has stopped working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
growse
Apprentice
Apprentice


Joined: 24 Jan 2003
Posts: 154
Location: Sunny UK

PostPosted: Tue Feb 22, 2005 3:44 pm    Post subject: VOB encoding has stopped working Reply with quote

I used to have a script which ripped the vobs from a dvd and encoded them to divx 5. The script was simply:

Code:

!/bin/bash
rm -f /usr2/dvdstore/*
vobcopy -o /usr2/dvdstore/
transcode -i /usr2/dvdstore -x vob -o temp.avi -y divx5 -w 1000 -I 3 -C 2 -B 1,0 &
eject


After reinstalling gentoo, and running it now, it rips the vobs, and then says:
Code:

transcode v0.6.11 (C) 2001-2003 Thomas Oestreich, 2003 T. Bitterberg
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Couldn't find device name.
libdvdread: Can't open file VIDEO_TS.IFO.
[transcode] (probe) suggested AV correction -D 2 (80 ms) | AV 80 ms | 0 ms
[transcode] auto-probing source /usr2/dvdstore/ (ok)
[transcode] V: import format    | MPEG-2  (V=vob|A=vob)
[transcode] V: AV demux/sync    | (1) sync AV at initial MPEG sequence
[transcode] V: import frame     | 720x576  1.25:1  encoded @ 4:3
[transcode] V: de-interlace     | (mode=3) zoom to full frame (slow)
[transcode] V: new aspect ratio | 720x544  1.32:1 (-B)
[transcode] V: bits/pixel       | 0.102 (low)
[transcode] V: anti-alias       | (mode=2|0.33|0.50) resize effects only
[transcode] V: decoding fps,frc | 25.000,3
[transcode] A: import format    | 0x2001  AC3/A52      [48000,16,2]  192 kbps
[transcode] A: export format    | 0x55    MPEG layer-3 [48000,16,2]  128 kbps
[transcode] V: encoding fps,frc | 25.000,3
[transcode] A: bytes per frame  | 7680 (7680.000000)
[transcode] A: adjustment       | 0@1000
[transcode] V: IA32 accel mode  | 3dnow (3dnow mmxext mmx asm)
[transcode] V: video buffer     | 10 @ 720x576
[import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[export_divx5.so] v0.1.8 (2003-07-24) (video) DivX 5.xx | (audio) MPEG/AC3/PCM
[import_vob.so] tccat -i "/usr2/dvdstore/" -t vob -d 0 -S 0 | tcdemux -a 0 -x ac3 -S 0 -M 1 -d 0 | tcextract -t vob -a 0 -x ac3 -d 0 | tcdecode -x a52 -d 0 -A 0
[import_vob.so] tccat -i "/usr2/dvdstore/" -t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S 0 -M 1 -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0
No accelerated IMDCT transform found
Audio: using new version
Audio: using lame-3.96.1

It then sits there loading both cpus up to 100% and not apparently writing anything to disk, for a long long time. Is it actually doing anything?
_________________
Getting there....
Back to top
View user's profile Send private message
elsphinc
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2002
Posts: 139
Location: Lake Tahoe

PostPosted: Fri Mar 11, 2005 6:25 pm    Post subject: mount Reply with quote

dont you have to mount the disk first
_________________
elsphinc # kickin_ass &
mysql> create database namesdb;
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum