[FFmpeg-trac] #10360(avfilter:new): Can't use colon in format_opts
FFmpeg
trac at avcodec.org
Sat May 13 01:56:21 EEST 2023
#10360: Can't use colon in format_opts
----------------------------------+----------------------------------
Reporter: Aaron | Type: defect
Status: new | Priority: normal
Component: avfilter | Version: 5.1.3
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
----------------------------------+----------------------------------
Can't escape colon when using format_opts in ffprobe.
{{{
% ffprobe -hide_banner -loglevel error -f lavfi
amovie='http\\://example.com/123.mp4':format_opts=referer='http\\://a.com'
-print_format json=c=1
}}}
Getting next error:
{{{
[(a)movie @ 0x7f73eff3aec0] Error setting option format_opts to value
referer=http://a.com.
[Parsed_amovie_0 @ 0x7f73eff3fec0] Error applying options to the filter.
[lavfi @ 0x7f73f1625680] Error initializing filter 'amovie' with args
'http\://example.com/123.mp4:format_opts=referer=http\://a.com'
amovie=http\\://example.com/123.mp4:format_opts=referer=http\\://a.com:
Invalid argument
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10360>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list