summaryrefslogtreecommitdiff
path: root/debian/shotwell.README.Debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-22 19:36:10 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-22 19:36:10 +0100
commite4e0c9e36afec29cf3f5e4f24c2b085a12c7837f (patch)
treef12cd2999f50a6e7f595fce1bd82bc313591546f /debian/shotwell.README.Debian
parent1dd5b8c88e6db11c731a92031a80beaacee47e46 (diff)
Add scripts to replace shotwell-video-thumbnailer
Diffstat (limited to 'debian/shotwell.README.Debian')
-rw-r--r--debian/shotwell.README.Debian27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/shotwell.README.Debian b/debian/shotwell.README.Debian
new file mode 100644
index 0000000..2d28b03
--- /dev/null
+++ b/debian/shotwell.README.Debian
@@ -0,0 +1,27 @@
+TROUBLESHOOTING
+---------------
+
+- video-thumbnailer
+
+ On problems with the shotwell-video-thumbnailer you can
+ switch to the ffmpegthumnailer. Please run as root:
+
+ 1. Backup /usr/lib/shotwell-video-thumbnailer:
+ * mv /usr/lib/shotwell-video-thumbnailer /usr/lib/shotwell-video-thumbnailer.org
+
+ 2. Install ffmpegthumbnailer:
+ * apt-get install ffmpegthumbnailer
+
+ 3. Create a new executable file:
+ * touch /usr/lib/shotwell-video-thumbnailer
+ * chmod --reference=/usr/lib/shotwell-video-thumbnailer.org /usr/lib/shotwell-video-thumbnailer
+
+ 4. Write into the new file:
+ * echo "#! /bin/bash" >/usr/lib/shotwell-video-thumbnailer
+ * echo "ffmpegthumnailer -i \"$1\" -o -b -c png >>/usr/lib/shotwell-video-thumbnailer
+
+ Or you can use the file replace_thumbnail.sh from the examples directory.
+
+ Thank to Teo Romera <teoromera@gmail.com>
+
+ \ No newline at end of file