From: "Tomas Härdin" <git@haerdin.se> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] avformat/webvttdec: improve WebVTT parsing Date: Fri, 06 Jun 2025 21:43:58 +0200 Message-ID: <204e8be99e97c2a9d56c5fbd0f51c4540452a436.camel@haerdin.se> (raw) In-Reply-To: <1210481741.184664378.1748342436436.JavaMail.zimbra@orca.pet> tis 2025-05-27 klockan 10:40 +0000 skrev 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. Sounds like the demuxer correctly rejected some broken files > + res = webvtt_parse_cue(webvtt, &cue, pos); > + if (res < 0) { > + if (res != AVERROR_INVALIDDATA) > + goto end; > + av_log(s, AV_LOG_DEBUG, "Ignoring non-cue block at > 0x%"PRIx64"\n", pos); > } This kind of change will cause broken files to proliferate, which is bad for the WebVTT ecosystem, bringing it closer to the mess that is the SubRip ecosystem /Tomas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2025-06-06 19:44 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-05-27 10:28 Marcos Del Sol Vives via ffmpeg-devel 2025-05-27 10:40 ` Marcos Del Sol via ffmpeg-devel 2025-06-06 19:43 ` Tomas Härdin [this message] 2025-06-06 20:22 ` Marcos Del Sol Vives 2025-06-09 21:51 ` Tomas Härdin 2025-06-09 23:51 ` Marcos Del Sol 2025-06-10 11:42 ` Marcos Del Sol 2025-06-13 13:03 ` Marcos Del Sol 2025-06-18 7:01 ` Tomas Härdin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=204e8be99e97c2a9d56c5fbd0f51c4540452a436.camel@haerdin.se \ --to=git@haerdin.se \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git