I've been using Auto-Movie-Thumbnailer v12 for some time now, works great and tailored the presets to my liking. One issue has arisen though which caused consternation, it doesn't process AV1 codec. Significant proportions of Youtube content is now encoded in AV1 and I haven't found a solution for creating previews to this content locally. Can anyone suggest alternatives, software or otherwise to help?
+ Reply to Thread
Results 1 to 6 of 6
-
-
-
What does that mean? You want to avoid generating a new thumbnail if there's already a thumbnail? And you're using some automated batch process? Just check for the existing thumbnail before calling ffmpeg:
Code:for %%A in (*.mkv) do ( IF NOT EXIST "%%~dpnA.jpg" ffmpeg -i "%%dpnxA" (the rest of your ffmpeg command line...) )
Similar Threads
-
AV1 codec in Virtualdub
By jairovital in forum Newbie / General discussionsReplies: 31Last Post: 3rd Apr 2022, 17:25 -
Movie thumbnailer Batch script help
By iKron in forum Newbie / General discussionsReplies: 2Last Post: 22nd Jul 2021, 23:57 -
how can i work with movie thumbnailer in Centos (direct admin) in auto mode
By enable in forum ProgrammingReplies: 0Last Post: 29th Dec 2018, 03:21 -
Generating video thumbnails preview / contact sheet in batch, color issue
By abolibibelot in forum Video ConversionReplies: 11Last Post: 15th Nov 2018, 01:42 -
My first experiences with AOM AV1
By fornit in forum Video ConversionReplies: 6Last Post: 21st Jun 2018, 13:48