Skip to content

Instantly share code, notes, and snippets.

@iambryancs
Last active September 8, 2022 01:05
Show Gist options
  • Save iambryancs/130c07e5f6ef728c65d97ce4b9c7df74 to your computer and use it in GitHub Desktop.
Save iambryancs/130c07e5f6ef728c65d97ce4b9c7df74 to your computer and use it in GitHub Desktop.
Enable MP4 thumbnail preview in Ubuntu/Pop OS

Install the packages

sudo apt install libdvdnav4 libdvd-pkg gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libdvd-pkg

Then follow the on-screen instructions such as

sudo dpkg-reconfigure libdvd-pkg

Install restricted extras such as extra codecs and MS Fonts

sudo apt install ubuntu-restricted-extras

Delete existing thumbnail to trigger re-generation

rm -rf ~/.cache/thumbnails/{fail,large,normal}/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment