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/


[dvd::rip] x264 two-pass cluster mode bug

Subject: [dvd::rip] x264 two-pass cluster mode bug
From: semkath <semkath@xxxxxxxx>
Date: Sun, 03 Jan 2010 13:43:54 +0100
Hello,

dvd::rip isn't correctly assembling the commands while in cluster mode.
This affects
two-pass encoding for x264 and is caused by the lines 2682 - 2685 in
dvdrip-0.98.10/lib/Video/DVDRip/Title.pm (inside the function
get_transcode_command):

$command .= " && cp x264_2pass.log divx4.log";

This doesn't get removed for the first pass during the
get_transcode_command in
dvdrip-0.98.10/lib/Video/DVDRip/Cluster/Title.pm (lines 167 - 219) and
doesn't get removed
and re-added for the second pass. This causes the error:

cp: cannot stat `x264_2pass.log': No such file or directory

and the whole thing goes haywire. Sorry for not providing a patch for
this relatively
trivial issue but perl is sort of a strange beast to me.

regards,
semkath

<Prev in Thread] Current Thread [Next in Thread>
  • [dvd::rip] x264 two-pass cluster mode bug, semkath <=
 

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

[ top ]