Results 1 to 7 of 7

Thread: Video Thumbnails

  1. #1
    Join Date
    Oct 2010
    Beans
    51

    Video Thumbnails

    I need a way to create wmv video thumbnails with file information (name, size, resolution, duration) using Ubuntu.

  2. #2
    Join Date
    Jun 2010
    Beans
    14

    Re: Video Thumbnails

    The same problem here. I want to be able to create thumbnails from video sources, especially avi files.
    Until now i have to boot to Windows 7, i am trying to find a program that does that but unfortunately nothing comes up. Any help?
    Ubuntu 14.04 LTS
    The best animes with greek subtitles -> Anime-AWMN

  3. #3
    Join Date
    Oct 2010
    Beans
    51

    Re: Video Thumbnails

    I've started using smplayer, to create screenshots. You just go to video -> preview and choose f ex. 4 x 4 and maximum width 1000

  4. #4
    Join Date
    Jun 2010
    Beans
    14

    Re: Video Thumbnails

    It doesn't work on my machine Kubuntu 10.10 and mplayer version 2:1.0~rc4. It says that the mplayer process did't run. Any suggestions?
    Ubuntu 14.04 LTS
    The best animes with greek subtitles -> Anime-AWMN

  5. #5
    Join Date
    Oct 2010
    Beans
    51

    Re: Video Thumbnails

    SlickSlice will do the job. You can for example use the command

    slickslice -x myfile.wmv -S 4x4 -w 400

    for a 4x4 image sheet with width 1216.

    I've tried this script and it works.
    http://slickslice.sourceforge.net/
    http://sourceforge.net/projects/slickslice/
    http://www.uluga.ubuntuforums.org/sh...d.php?t=251237

    There is also a Perl script called Dhyana that is supposed to do the same thing. I tried it, but it only created two thumbs though. But I'm sure it's possible to fix it, so maybe you can make it work.

    http://tobyinkster.co.uk/blog/2007/08/19/dhyana/
    Last edited by ntesla123; October 27th, 2010 at 04:13 AM.

  6. #6
    Join Date
    Oct 2010
    Beans
    51

    Re: Video Thumbnails


  7. #7
    Join Date
    Oct 2010
    Beans
    51

    Slickslice Script

    I actually wrote this Slickslice script to create 4x4 thumbnails for all the files in the working directory. Image width 1216. I personally have hundreds of video files I'm going to upload to different forums. Then I don't even have to open the files. I can just run the script.

    for i in `ls`
    do
    slickslice -x $i -S 4x4 -e -w 400
    done

    Then you add filters and fonts and so on in the third line of the script.

    You just make it executable and then run it by ./scriptname

    I'm actually not using smplayer anymore. I think this is a lot better.
    Last edited by ntesla123; October 27th, 2010 at 03:31 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •