Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dvdrip transcodes to /dev/null ?
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
cjensen
n00b
n00b


Joined: 17 Aug 2003
Posts: 5

PostPosted: Sun Aug 17, 2003 4:21 pm    Post subject: dvdrip transcodes to /dev/null ? Reply with quote

Hi,
i used to be able to rip+transcode dvd using dvd::rip, however since i reinstalled gentoo on my box dvdrip has been transcoding to /dev/null. the ripping works fine, i get all the vobs. when i launch the transcoding....nothing.
its weird cause the preview option works fine, but nothing gets written to the disk.

here's the command line from the "show transcode commands":

Code:

Transcode Command:
==================
mkdir -m 0775 -p '/home/movies/db/lordoftherings/tmp' && cd /home/movies/db/lordoftherings/tmp && dr_exec transcode -H 10 -a 0 -x vob,null -i /home/movies/db/lordoftherings/vob/001 -w 942 -b 128,0,0 -s 1.001 --a52_drc_off -V  -f 24,1 -g 720x480 -M 2 -Y 50,0,54,0 -B 15,10,8 -R 1 -y xvid,null -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS

mkdir -m 0775 -p '/home/movies/db/lordoftherings/tmp' && cd /home/movies/db/lordoftherings/tmp && dr_exec transcode -H 10 -a 0 -x vob -i /home/movies/db/lordoftherings/vob/001 -w 942 -b 128,0,0 -s 1.001 --a52_drc_off -V  -f 24,1 -g 720x480 -M 2 -Y 50,0,54,0 -B 15,10,8 -R 2 -y xvid -o /home/movies/db/lordoftherings/avi/001/lordoftherings-001.avi --print_status 20 && echo DVDRIP_SUCCESS


notice the -o /dev/null. but i see 2 commands there, i noticed from the logs that only the first one is used. i tried running the exact command line and substituing the /dev/null for a file and that worked but with no sound! if i run the second command line, seems to work but the pictures are horrible with pixels the size of .25 inch tiles.

can someone help me out?
Back to top
View user's profile Send private message
Coogee
Apprentice
Apprentice


Joined: 23 Apr 2002
Posts: 184
Location: E.U.

PostPosted: Sun Aug 17, 2003 6:36 pm    Post subject: Reply with quote

Is it the first time you enabled "multi-pass"? (The "-R" option shows me that it is enabled)

In multi-pass mode the first run only generates a divx4.log. The output is not needed and therefore re-directed to /dev/null.
In the 2nd run this divx4.log is used for the real divx-output.
The "null" in "-y xvid,null" says that there will be no sound in the output file.

The output of the second command is probably this horrible, because it expects a divx4.log ("-R 2").

For more information: see "man transcode"

Solution for your problem: just let dvd::rip finish its job ;-)
Back to top
View user's profile Send private message
cjensen
n00b
n00b


Joined: 17 Aug 2003
Posts: 5

PostPosted: Mon Aug 18, 2003 11:18 pm    Post subject: Reply with quote

you're absolutely right. i gues i was a little too impatient. Yeah it was the first time i tried multi pass. the video looks great!

thanks again!
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