Advertisement
Guest User

Untitled

a guest
Nov 17th, 2011
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.04 KB | None | 0 0
  1. #!/bin/bash
  2. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/application@x-flash-video/enable "true"
  3. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/application@x-flash-video/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  4. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@3gpp/enable "true"
  5. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@3gpp/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  6. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@mp2t/enable "true"
  7. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@mp2t/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  8. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@mp4/enable "true"
  9. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@mp4/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  10. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@mpeg/enable "true"
  11. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@mpeg/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  12. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@msvideo/enable "true"
  13. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@msvideo/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  14. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-avi/enable "true"
  15. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-avi/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  16. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-flv/enable "true"
  17. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-flv/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  18. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-m4v/enable "true"
  19. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-m4v/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  20. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-mpeg/enable "true"
  21. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-mpeg/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  22. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-ms-asf/enable "true"
  23. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-ms-asf/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  24. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-ms-asx/enable "true"
  25. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-ms-asx/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  26. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-ms-wm/enable "true"
  27. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-ms-wm/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  28. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-ms-wmv/enable "true"
  29. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-ms-wmv/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  30. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-ms-wmx/enable "true"
  31. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-ms-wmx/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  32. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-msvideo/enable "true"
  33. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-msvideo/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  34. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-theora/enable "true"
  35. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-theora/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  36. mateconftool-2 --type bool --set  /desktop/mate/thumbnailers/video@x-matroska/enable "true"
  37. mateconftool-2 --type string --set  /desktop/mate/thumbnailers/video@x-matroska/command "/usr/bin/ffmpegthumbnailer -i %i -o %o -s %s -t 15"
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement