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/


Re: [dvd::rip] Bug in preview ?

Subject: Re: [dvd::rip] Bug in preview ?
From: Jörn Reder <joern@xxxxxx>
Date: Sun, 1 Apr 2007 16:15:35 +0200
Christian Marillat wrote:

> > Can you please execute the preview grabbing command on a console and 
> > post the command and its output here?
> 
> Works fine. Maybe a hint I use a recent ffmpeg.

An important hint ;)

> [...]
> | Stream mapping:
> |   Stream #0.0 -> #0.0
> | frame=    1 fps=  0 q=0.0 Lsize=       0kB time=1.0 bitrate=   0.0kbits/s

Ok - I see ffmpeg changed output formatting. Please test whether the 
attached patch fixes the problem.

Regards,

Jörn

-- 
Think before you code. And while you're doing it probably won't hurt. ;)
Index: lib/Video/DVDRip/JobPlanner.pm
===================================================================
RCS file: /home/cvsroot/dvdrip/lib/Video/DVDRip/JobPlanner.pm,v
retrieving revision 1.14.2.2
diff -u -r1.14.2.2 JobPlanner.pm
--- lib/Video/DVDRip/JobPlanner.pm      24 Mar 2007 11:01:07 -0000      1.14.2.2
+++ lib/Video/DVDRip/JobPlanner.pm      1 Apr 2007 14:13:43 -0000
@@ -498,7 +498,7 @@
                     );
                 }
             }
-            if ( $self->exists("ffmpeg") and $buffer =~ /frame=\s*1\s*q=/ ) {
+            if ( $self->exists("ffmpeg") and $buffer =~ /frame=\s*1.*?q\s*=/ ) 
{
                 $got_frame_with_ffmpeg = 1;
             }
         },

Attachment: pgplSsNmLh9LJ.pgp
Description: PGP signature

<Prev in Thread] Current Thread [Next in Thread>
 

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

[ top ]