Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: nautilus video thumbnails problem

  1. #1
    Join Date
    Jul 2011
    Location
    Philippines
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Lightbulb nautilus video thumbnails problem

    Hello everyone. I am new to Ubuntu and I have recently noticed that all my video files cannot or will not display video thumbnails instead all video files as displayed with a video icon. I am using Ubuntu 11.04 and my video player is VLC. Can somebody help me please?

  2. #2
    Join Date
    Dec 2008
    Location
    43° 7' 41" 131° 54' 3"
    Beans
    Hidden!

    Re: nautilus video thumbnails problem

    Do you have libxine1-ffmpeg installed? That may be needed for some thumbnails.
    Try
    Code:
    sudo apt-get install libxine1-ffmpeg
    Then to force nautilus to generate new thumbnails by executing.

    Code:
    rm -r $HOME/.thumbnails/fail
    rm -r $HOME/.thumbnails/normal
    killall -9 nautilus
    These commands will remove (delete) thumbnails from these folders.
    EasyBCD.
    PrintersDatabase
    Boot Info Script: How to
    The post above and the post below suffer from the Rashomon effect!

  3. #3
    Join Date
    Jul 2011
    Beans
    1

    Re: nautilus video thumbnails problem

    I didn't ask the ? but i was searching for an answer. I wanted to say thank you for the info, it worked perfectly for me. I'm still an ubuntu noob but in time hopefully i will be able to answer ? for those in need as well.

  4. #4
    Join Date
    Dec 2008
    Location
    43° 7' 41" 131° 54' 3"
    Beans
    Hidden!

    Re: nautilus video thumbnails problem

    Quote Originally Posted by horton4483 View Post
    I didn't ask the ? but i was searching for an answer. I wanted to say thank you for the info, it worked perfectly for me. I'm still an ubuntu noob but in time hopefully i will be able to answer ? for those in need as well.
    @horton4483...your welcome...glad to help.
    EasyBCD.
    PrintersDatabase
    Boot Info Script: How to
    The post above and the post below suffer from the Rashomon effect!

  5. #5
    Join Date
    Jul 2011
    Location
    Philippines
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: nautilus video thumbnails problem

    I did as per instructions:

    prescilla@prescilla:~$ sudo apt-get install libxine1-ffmpeg
    [sudo] password for prescilla:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libxine1-ffmpeg is already the newest version.
    The following package was automatically installed and is no longer required:
    libcrypto++8
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    prescilla@prescilla:~$ rm -r $HOME/.thumbnails/fail
    prescilla@prescilla:~$ rm -r $HOME/.thumbnails/normal
    prescilla@prescilla:~$ killall -9 nautilus
    prescilla@prescilla:~$

    still my videos does not display in thumbnails (

  6. #6
    Join Date
    Jan 2008
    Location
    Uruguay, South America
    Beans
    42
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: nautilus video thumbnails problem

    The same happens to me in Ubuntu Precise 12.04 beta 1, installed libxine1-ffmpeg but it did not solve the problem.

    I can see that the issue is with some mp4 videos

    any ideas?

  7. #7
    Join Date
    Jul 2011
    Location
    now Iran
    Beans
    98
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: nautilus video thumbnails problem

    @jtarin about post #4
    It works perfect.

  8. #8
    Join Date
    Mar 2010
    Beans
    2

    Re: nautilus video thumbnails problem

    Nautilus Ubuntu Missing Thumbnails
    The thumbnails in Nautilus do not seem to be regenerated, once the correct libraries or codecs for different video formats are installed. If one has opened the folder filled with videos without installing codecs, there's a chance they have been blacklisted by the thumbnailer.

    The solution is to open the /home/[username]/.thumbnails folder and delete all files in fail folder.

    After that, to restart Nautilus from a command line, do:
    >killall nautilus

    >nautilus &

    Now it should regenerate the thumbnails.

    If this does not work, please make sure you are able to play those videos, and correct libraries to play them are installed.

    You can also try deleting all files in the all folders in.thumbnails.

    courtesy of http://fixed-it.blogspot.com/2009/08...humbnails.html

  9. #9
    Join Date
    Oct 2011
    Beans
    2

    Re: nautilus video thumbnails problem

    I have ubuntu 12.04 LTS, I tried what jtarin said, but my video thumbnails aren't generating again, any solutions?
    thanks.

  10. #10
    Join Date
    May 2007
    Beans
    9

    Re: nautilus video thumbnails problem

    Nope, me neither.

    How come this thread is marked as solved?

Page 1 of 2 12 LastLast

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
  •