Are there any alternatives to MoviePrint?
https://www.movieprint.org/
+ Reply to Thread
Results 1 to 4 of 4
-
For blindly selected thumbnails you can use ffmpeg. An example:
https://forum.videohelp.com/threads/404382-Outputting-Frame-Sequence-Images-to-Create-...e2#post2645294 -
ffmpeg can do that too. The basic procedure would be to reduce the frame rate to a very low value (eg 1 frame every 15 minutes) then export a sequence of image. Something along the lines of:
Code:ffmpeg -i input.mkv -vf fps=0.00111 output%05d.jpeg
Last edited by jagabo; 13th Jan 2024 at 17:06.
Similar Threads
-
Alternatives for CDRM-PROJECT :)
By _stream_ in forum Video Streaming DownloadingReplies: 7Last Post: 24th Jul 2023, 05:38 -
Alternatives to getwvkeys
By Joeyjojos in forum Video Streaming DownloadingReplies: 5Last Post: 3rd Nov 2022, 00:22 -
Two alternatives
By Amitay in forum Newbie / General discussionsReplies: 15Last Post: 1st Mar 2021, 07:16 -
Any new alternatives to MediaInfo or GSpot?
By Djard in forum Newbie / General discussionsReplies: 7Last Post: 28th Dec 2020, 22:25 -
Paid authoring alternatives
By posternutbag in forum Authoring (DVD)Replies: 7Last Post: 15th Jan 2019, 01:44