Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MakuSensei/5229dfadce8befe78205c0e633eca4af to your computer and use it in GitHub Desktop.
Save MakuSensei/5229dfadce8befe78205c0e633eca4af to your computer and use it in GitHub Desktop.
instalar: ffmpegthumbnailer
Ir al directorio: /usr/share/thumbnailers
editar: totem.thumbnailer
Modificar:
TryExec=/usr/bin/totem-video-thumbnailer
Exe=/usr/bin/totem-video-thumbnailer -s %s %u %o
por esto:
TryExec=ffmpegthumbnailer
Exe=ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment