[Goodies-commits] r2577 - thunar-thumbnailers/trunk/ffmpeg-thumbnailer

Erlend Davidson erland at xfce.org
Fri Mar 30 13:41:09 CEST 2007


Author: erland
Date: 2007-03-30 11:41:08 +0000 (Fri, 30 Mar 2007)
New Revision: 2577

Modified:
   thunar-thumbnailers/trunk/ffmpeg-thumbnailer/ffmpeg-thumbnailer
   thunar-thumbnailers/trunk/ffmpeg-thumbnailer/ffmpeg-thumbnailer.desktop.in
Log:
added application/x-video-flash to ffmpegthumbnailer
15% instead of the default 10% seek.

Modified: thunar-thumbnailers/trunk/ffmpeg-thumbnailer/ffmpeg-thumbnailer
===================================================================
--- thunar-thumbnailers/trunk/ffmpeg-thumbnailer/ffmpeg-thumbnailer	2007-03-30 07:22:59 UTC (rev 2576)
+++ thunar-thumbnailers/trunk/ffmpeg-thumbnailer/ffmpeg-thumbnailer	2007-03-30 11:41:08 UTC (rev 2577)
@@ -10,4 +10,4 @@
 ofile=$2
 size=$3
 
-ffmpegthumbnailer -i "${ifile}" -o "${ofile}" -s "${size}" -f
+ffmpegthumbnailer -i "${ifile}" -o "${ofile}" -s "${size}" -f -t 15

Modified: thunar-thumbnailers/trunk/ffmpeg-thumbnailer/ffmpeg-thumbnailer.desktop.in
===================================================================
--- thunar-thumbnailers/trunk/ffmpeg-thumbnailer/ffmpeg-thumbnailer.desktop.in	2007-03-30 07:22:59 UTC (rev 2576)
+++ thunar-thumbnailers/trunk/ffmpeg-thumbnailer/ffmpeg-thumbnailer.desktop.in	2007-03-30 11:41:08 UTC (rev 2577)
@@ -4,5 +4,5 @@
 Type=X-Thumbnailer
 Name=FFmpeg Thumbnailer
 TryExec=ffmpegthumbnailer
-MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-msvideo;video/x-flv;
+MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-msvideo;video/x-flv;application/x-flash-video;
 X-Thumbnailer-Exec=@libexecdir@/ffmpeg-thumbnailer %i %o %s




More information about the Goodies-commits mailing list