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 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org