I want to take a screenshot (with rendered subtitles) from a command line tool, using a scripting language, or an application that accepts script files for input. I've been able to partially do this with ffmpeg using the following:
but this generates 2 files - one image file, and one subtitle file.Code:ffmpeg -ss 00:10:19 -vframes 1 -i "filename" -y -scodec ass -slang jpn output%d.jpg
Is there a way to use ffmpeg to render the subtitles to the image, or a method whereby I could mux this in after the fact?
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by adam.skinner; 12th Jul 2011 at 08:40. Reason: added %d to actually make "output" work...
Similar Threads
-
How to batch Translate subtitles?
By thezanny in forum SubtitleReplies: 3Last Post: 9th Dec 2016, 08:27 -
Batch method to convert subtitles embedded in mkv's
By invinciblegod in forum SubtitleReplies: 4Last Post: 9th Aug 2012, 01:11 -
Please, advice batch converter what support .mkv with few subtitles inside.
By Nikolay_PI in forum Video ConversionReplies: 2Last Post: 24th Aug 2010, 11:56 -
How to Batch Process Using Avidemux? Or Batch Processing H264 .m2ts or .ts?
By forgotpassword in forum Video ConversionReplies: 0Last Post: 14th Apr 2009, 00:00 -
Turining off the subtitles for mkv files in a batch
By Wolverene in forum Newbie / General discussionsReplies: 6Last Post: 7th Oct 2007, 10:09