2024년 9월 1일 일요일

How do I get video thumbnails on Ubuntu

 

sudo apt install ffmpegthumbnailer
 
sudo vim /usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer 
 
Exec=/usr/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f 
file save
and rm -R ~/.cache/thumbnails 
source: https://askubuntu.com/questions/1112728/how-do-i-get-video-thumbnails-on-ubuntu-18-04-1-lts?utm_source=pocket_shared 
 
  
 
 

댓글 없음:

댓글 쓰기

After today's update to 24.04 LTS, thumbnails no longer being created

  Steps to fix it: Relax the security restriction (immediate fix): Open your terminal and run: sudo sysctl -w kernel.apparmor_restrict_unpr...