[Pkg-xfce-devel] Bug#524218: Bug#524218: thunar-thumbnailers: ffmpeg-thumbnailer truncates input media to 0 byte
Yves-Alexis Perez
corsac at debian.org
Wed Apr 15 17:03:24 UTC 2009
On mer, 2009-04-15 at 17:32 +0200, legolas558 wrote:
> Package: thunar-thumbnailers
> Version: 0.4.1-1
> Justification: causes serious data loss
> Severity: critical
>
> Wrong parameters are passed to ffmpegthumbnailer. I have modified
> /usr/lib/thunar-thumbnailers/ffmpeg-thumbnailer to get them shown.
>
> The used command line is:
>
> ffmpegthumbnailer -i -i -o /home/legolas558/Film/birthday08.avi -s -o -f
> -t 15
>
> Result is that my files have been truncated, about 8GB of multimedia
> files lost.
You indeed have a problem. Thunar runs thumbnailers with the following
args: infile outfile size
I just tested on my box (trying to have it output the complete command)
and it works fine:
ffmpegthumbnailer -i /tmpinfile.avi -o /tmp/.thunar-vfs-thumbnail.K2SQSV
-s 128 -f -t 15
-i -i looks suspicious, and -o /home is definitely wrong. Are you sure
this is the output of a valid Thunar run of ffmpeg-thumbnailer?
Could you paste the output of:
strings .cache/Thunar/thumbnailers.cache
Cheers,
--
Yves-Alexis
More information about the Pkg-xfce-devel
mailing list