[FFmpeg-devel] Re: [PATCH] avformat/webvttdec: improve WebVTT parsing

2025-11-12 Thread Marcos Del Sol via ffmpeg-devel
Hello Michael. I've discovered there's a web Git so I've uploaded the changes you requested there: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20875 Greetings, Marcos -Original Message- From: Michael To: FFmpeg Cc: Marcos Date: Friday, 18 July 2025 15:00 CEST Subject: Re: [FFmpeg-deve

Re: [FFmpeg-devel] [PATCH] avformat/webvttdec: improve WebVTT parsing

2025-05-27 Thread Marcos Del Sol via ffmpeg-devel
A note on this change: I found some .vtt files while using yt-dlp that follow a draft version of the WebVTT standard (probably https://www.w3.org/2013/07/webvtt.html) that use "Region:" for regions instead of "REGION", and that was causing the conversion to .srt to fail completely. An example of t