"Frank 'Sigi' Luithle" wrote:
> The movie I was encoding was split into two PSUs, and everything went just
> fine up to the point where the program streams should have been merged. The
> process ran for some time (GUI told me "Initializing"), then just hang.
Ok didn't dig very deep into it, but try the attached patch. It simply
adds "-v -v" to the ogmcat command, so it produces output which tells
dvdrip-master, that the process is still alive. Better solution would be
to make the timeout job specific, but as a workaround this should be Ok.
Regards,
Joern
--
Joern Reder
supporting: http://www.zyn.de/
unbelievable: http://www.exit1.org/
CPAN: http://www.perl.com/CPAN/modules/by-authors/id/J/JR/JRED
Index: lib/Video/DVDRip/Cluster/Title.pm
===================================================================
RCS file: /home/cvsroot/dvdrip/lib/Video/DVDRip/Cluster/Title.pm,v
retrieving revision 1.38.2.3
diff -u -r1.38.2.3 Title.pm
--- lib/Video/DVDRip/Cluster/Title.pm 28 Mar 2003 21:24:39 -0000 1.38.2.3
+++ lib/Video/DVDRip/Cluster/Title.pm 17 Jan 2004 11:02:36 -0000
@@ -347,7 +347,7 @@
"${nice}dr_exec ";
if ( $self->is_ogg ) {
- $command .="ogmcat ";
+ $command .="ogmcat -v -v";
} else {
$command .="avimerge ";
}
pgp00014.pgp
Description: PGP signature
|