I'm running Ubuntu 24.04 LTS and i'm not a coder so I was wondering are there any GUI that can create 4 random screenshots from a video file? I don't want them in thumbnail size but full original size and each shot is saved in a separate file and not combined into one giant pic
After doing some googling I found a piece of code that involves using ffmpeg
but running this code is quite slow as it takes like 5mins. Is there any other faster methods?ffmpeg -i 'crazy stuff.mkv' -vf "select='not(mod(n,10000))',setpts='N/(30*TB)'" -f image2 thumbnail%03d.jpg
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by Shaorin; 17th Feb 2025 at 00:32.
-
Hi, I am working on a program that can do this, among other things.
https://vongoob9.gitlab.io/subtitles_contact_sheet_qt/
The simplest way to do this would be to run:
Code:subtitles_contact_sheet --screenshots 4 --jpg videofile.mkv
Similar Threads
-
Any possibility of repairing this video? (screenshots in link)
By newtovideo in forum Newbie / General discussionsReplies: 39Last Post: 26th Jul 2024, 17:13 -
Recommendations for best Ubuntu video streaming server accessible remotely
By midders in forum Video Streaming DownloadingReplies: 8Last Post: 8th Sep 2021, 20:05 -
Site/Software/Extention that takes multiple screenshots of a youtube video?
By massafera in forum Newbie / General discussionsReplies: 1Last Post: 7th Sep 2021, 12:53 -
In VSDC FREE, How to pop up random words in random screen locations?
By EricBalir in forum Newbie / General discussionsReplies: 0Last Post: 27th Aug 2021, 10:10 -
Use ffmpeg to batch screenshots of many video files
By MC23 in forum Newbie / General discussionsReplies: 4Last Post: 11th May 2020, 01:57