Re: transcode error when using multiaudio option

Jörn Reder <[email protected]> Tue, 3 Feb 2009 22:54:01 +0100
Newsgroups gmane.comp.video.dvdrip.user
Message-ID <[email protected]>
Daniel Thivierge wrote:

> I have done a lot of googling without any luck.  I am having an error when
> transcode is launch to add other audio to the avi file.
> 
> I am using opensuse 11.1 with transcode v1.1.0.

Thanks for the version & detail info, that was important ;)

Attached you find a (trivial) patch for lib/Video/DVDrip/Title.pm which
fixes this. transcode 1.1.0 changed here so -g 0x0 doesn't work anymore
(but wasn't important at all, just for a /possible/ performance gain).

Of course this will be fixed "officially" in the next release.

Regards,

Jörn

-- 
$a=$a[8][67][9][0][42][214][82][78][0][50][69][68][69][82][0][73][78][0]
[65][0][20][16][0][68][73][77][69][78][83][73][79][78][65][76][0][65][82
][82][65][89]=sub{sub _($){print$_[@z]}($z,$i)=@_;(++$i)while!$z->[$i];$
s+=$i;_ chr($i+32);$s!=2292&&&$a($z->[$i],$c>>$e)};&$a(\@a,$d<<$f);_"\n"
dvdrip-0.98.9-tc-1.1.0-audio.patch.txt (text/plain, 563 B)
Index: lib/Video/DVDRip/Title.pm
===================================================================
RCS file: /home/cvsroot/dvdrip/lib/Video/DVDRip/Title.pm,v
retrieving revision 1.180.2.6
diff -u -r1.180.2.6 Title.pm
--- lib/Video/DVDRip/Title.pm	1 Oct 2008 10:03:12 -0000	1.180.2.6
+++ lib/Video/DVDRip/Title.pm	3 Feb 2009 21:51:28 -0000
@@ -2708,7 +2714,7 @@
     my $command = "mkdir -p $dir && "
         . "execflow -n $tc_nice transcode "
         . " -H 10"
-        . " -g 0x0 -u 50"
+        . " -u 50"
         . " -a $vob_nr"
         . " -y raw";
signature.asc (application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABEDAAYFAkmIvPkACgkQ2hNi0Chc9HO6wwCfaZEHtbQEqwerhA0dMGtNOwZF
MmYAoMMoBISoVVxv5hajV+oZlMYs8UNo
=M3Qm
-----END PGP SIGNATURE-----