Opened 18 months ago

Closed 18 months ago

Last modified 17 months ago

#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 mikey1959515)

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 mikey1959515, 18 months ago

Description: modified (diff)

comment:2 by mikey1959515, 18 months ago

Owner: set to mikey1959515
Status: newopen

comment:3 by mikey1959515, 18 months ago

Component: undeterminedffmpeg

comment:4 by MasterQuestionable, 18 months ago

Cc: MasterQuestionable 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

͏    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.

Last edited 18 months ago by MasterQuestionable (previous) (diff)

comment:5 by mikey1959515, 18 months ago

Yes ineed adding -extension_picky 0 to the command fixed it.

comment:6 by MasterQuestionable, 18 months ago

Resolution: duplicate
Status: openclosed

comment:7 by Michael Niedermayer, 17 months ago

Cc: Michael Niedermayer added
Resolution: duplicateneeds_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:8 by MasterQuestionable, 17 months ago

͏    "website.net" seems like place holder...

in reply to:  8 comment:9 by Michael Niedermayer, 17 months ago

Replying to MasterQuestionable:

͏    "website.net" seems like place holder...

yes, but something i can test a bugfix with would be useful

Note: See TracTickets for help on using tickets.