#11477 closed defect (needs_more_info)
"webvtt is not in allowed_extensions" by recent git master versions only
| Reported by: | mikey1959515 | Owned by: | mikey1959515 |
|---|---|---|---|
| Priority: | normal | Component: | ffmpeg |
| Version: | git-master | Keywords: | extension_picky |
| Cc: | mikey1959515, MasterQuestionable, Michael Niedermayer | Blocked By: | |
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description (last modified by )
Summary of the bug: /s0_F0000.webvtt is not in allowed_extensions
How to reproduce: Using the command above.. The command works fine on ffmpeg release build version: 7.1 by gyan.dev this error appeared in the latest git master versions recent weeks.
% ffmpeg.exe -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" -http_persistent 0 -i "https://website.net/subtitle.m3u8" -c copy "subtitle.vtt" ffmpeg version N-118487-gb92577405b-20250217 built on Latest Auto-Build (2025-02-17 13:07) BtbN
Change History (9)
comment:1 by , 18 months ago
| Description: | modified (diff) |
|---|
comment:2 by , 18 months ago
| Owner: | set to |
|---|---|
| Status: | new → open |
comment:3 by , 18 months ago
| Component: | undetermined → ffmpeg |
|---|
comment:4 by , 18 months ago
| Cc: | added |
|---|---|
| Keywords: | extension_picky added; webvtt is not in allowed_extensions removed |
| Summary: | webvtt is not in allowed_extensions by recent git master versions only → "webvtt is not in allowed_extensions" by recent git master versions only |
comment:7 by , 17 months ago
| Cc: | added |
|---|---|
| Resolution: | duplicate → needs_more_info |
./ffmpeg -http_persistent 0 -extension_picky 0 -i "https://website.net/subtitle.m3u8" -c copy "subtitle.vtt"
does not work (anymore?), in fact the link seems not to be a multimedia file at all
To look into this, it needs to be replicable first
comment:9 by , 17 months ago
Replying to MasterQuestionable:
͏ "website.net" seems like place holder...
yes, but something i can test a bugfix with would be useful



͏ Potential duplicate?
͏ https://trac.ffmpeg.org/ticket/11435#comment:1
͏ Please verify if "-extension_picky 0" (input option) works around:
͏ If does, this shall be a duplicate.