On Wed, 18 Apr 2007 10:20:17 +0200
Jörn Reder <joern@xxxxxx> wrote:
> Yes, your ffmpeg is too old. Unfortunately they didn't spend official
> version numbers after 0.4.9-pre1, so it's difficult to do an explicit
> ffmpeg version check to workaround this resp. to fall back to pure
> transcode based preview grabbing in that case.
>
> Anyhow, I did my best, please try the attached patch.
I tried it... and your patch detected that my ffmpeg version is old,
in the dependencies windows it's detected as not accepted (in red).
However it wasn't enough because it was still using ffmpeg in the
preview stage, so using your patch and this one:
--- lib/Video/DVDRip/Title.pm.orig 2007-04-19 00:46:47.000000000 +0200
+++ lib/Video/DVDRip/Title.pm 2007-04-19 00:46:56.000000000 +0200
@@ -3058,7 +3058,7 @@
my $self = shift;
return $self->get_take_snapshot_command_transcode
- if not $self->exists("ffmpeg");
+ if not $self->installed_ok("ffmpeg");
my $nr = $self->nr;
my $frame = $self->preview_frame_nr;
seems to execute transcode as before, now the problem is that the
"Job and plan progress details" windows still shows errors, and
the command finished without any error. I ran the full command
in a terminal and worked fine too.
I took two screenshots to show you what's happening:
http://www.xtrarom.org/~juan/dvdrip-error.png
http://www.xtrarom.org/~juan/dvdrip-error2.png
Thanks.
--
http://plog.xtrarom.org/
Juan RP's blog - NetBSD/pkgsrc news in Spanish
|