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;
}
},
pgplSsNmLh9LJ.pgp
Description: PGP signature
|