Skip to content
/ vThumb Public

vThumb is a GUI to quickly create an image gallery of snapshots of a video.

License

Notifications You must be signed in to change notification settings

tudo75/vThumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vThumb

vThumb is a GUI to quickly create an image gallery of snapshots of a video.

vThumb main screen

Big Buck Bunny - bbb_sunflower_1080p_30fps_normal.mp4

Requirements

First of all the system must support threads.

To compile some libraries are needed:

  • meson
  • ninja-build
  • valac
  • libgtk-3-dev
  • libglib2.0-dev
  • libgee-0.8-dev
  • libgstreamer1.0-dev

To install on Ubuntu based distros:

sudo apt install meson ninja-build build-essential valac cmake libgtk-3-dev libgee-0.8-dev libgstreamer1.0-dev

Install

Clone the repository:

git clone https://github.com/tudo75/vthumb.git
cd vthumb

And from inside the cloned folder:

meson setup build --prefix=/usr
ninja -v -C build com.github.tudo75.vthumb-gmo
ninja -v -C build
ninja -v -C build install

Uninstall

To uninstall and remove all added files, go inside the cloned folder and:

sudo ninja -v -C build uninstall
sudo rm /usr/share/locale/en/LC_MESSAGES/com.github.tudo75.vthumb.mo
sudo rm /usr/share/locale/it/LC_MESSAGES/com.github.tudo75.vthumb.mo

About

vThumb is a GUI to quickly create an image gallery of snapshots of a video.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages