Package: album
Version: 3.04-2.1
Severity: important
Tags: patch

album complains about not having ffmeg installed while it is, when
trying to create a thumbnail for a mpg:

[album] Error extracting movie frame:
        /.../mov02099.mpg

        Do you have ffmpeg installed?  http://ffmpeg.org


[EMAIL PROTECTED] ~]$ dpkg -l |grep ffmpeg
ii  ffmpeg                           3:20070501-0.1 audio/video encoder, 
streaming server & audio/video file convert


replacing 
  my $cmd = "$opt->{ffmpeg} -y -t 00:00:00.01 $format -i $qmovie -f singlejpeg 
$qimg";


with
  my $cmd = "$opt->{ffmpeg} -y -t 00:00:00.01 $format -i $qmovie -f mjpeg 
$qimg";

solves the problem



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (700, 'experimental'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages album depends on:
ii  imagemagick            7:6.2.4.5.dfsg1-1 Image manipulation programs
ii  perl                   5.8.8-7           Larry Wall's Practical Extraction 

album recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to