Hi,
I would like to create a VTT file from ffmpeg to create a thumbnail tooltip for JW Player.
So far I found this 8 years old answer to be quite reliable https://stackoverflow.com/questions/20022006/generate-all-the-files-vtt-sprite-for-the...options-of-jwp
There are some problems though:
- He doesn't explain how to generate the VTT file at the end (6.), how do I do it with ffmpeg?
- It would be possible to blend all these different operation in a single bash command eventually, to do this process for all multiple files inside a folder? How?
- His python script gives me syntax error and also not much clear to me how to use it. If possible I would like to use bash script on Windows with cygwin or Powershell to automate this operation
Thanks
+ Reply to Thread
Results 1 to 7 of 7
-
-
The easiest way is to open a text editor and simply enter the desired entries in the following format and then save it as .txt.
WEBVTT
00:00:49.880 --> 00:00:52.970
Check, please.
00:00:53.090 --> 00:00:55.260
Look, Daddy, a volcano.
00:00:55.380 --> 00:00:57.470
It's very pretty.
00:00:57.510 --> 00:00:59.640
All right. We're going. Mommy's waiting.
00:00:59.720 --> 00:01:01.720
Daddy, please. Just one more minute. -
Is there a way to do it with a software? As said I do not need it for subtitles but for thumbnails. Getting the coordinate over an image, I don't even know where to start manually...
-
Last edited by giggioman00; 31st Oct 2022 at 09:03.
-
How do I save the vtt with a custom filename instead of the input.mp4 filename? -o is only a suffix
Similar Threads
-
Get VTT fragments in one vtt or srt file, MPD not m3u8
By maronsca in forum Video Streaming DownloadingReplies: 13Last Post: 27th Aug 2022, 10:02 -
need help to download m3u8(.vtt) - .HAR file available
By Hamwi1985 in forum Video Streaming DownloadingReplies: 4Last Post: 7th Jul 2021, 06:31 -
can any one help me to open this subtitle file vtt ? i need to download
By alsalam4man in forum Video Streaming DownloadingReplies: 4Last Post: 22nd Mar 2021, 10:16 -
ffmpeg command for disable vtt
By Alberto78 in forum Video ConversionReplies: 0Last Post: 22nd Apr 2020, 04:12 -
Create batch file for ffmpeg to increment the file output
By Bassquake in forum Video ConversionReplies: 2Last Post: 25th Nov 2019, 05:03