x264 two-pass cluster mode bug
semkath <[email protected]> Sun, 03 Jan 2010 13:43:54 +0100
| Newsgroups | gmane.comp.video.dvdrip.user |
|---|---|
| Message-ID | <[email protected]> |
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