Opened 21 months ago
Closed 21 months ago
#9831 closed defect (invalid)
Syntax error on ffmpeg link
| Reported by: | chopo31 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | unspecified | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Hello
I try to ffmpeg a link , but it looks with () which not allowed
ffmpeg# ./ffprobe https://vod.cdn.mola.tv/Content/DASH/CatchUp/channel(name=68186ed6-fc82-f022-57d9-f59e52a0c8b4,startTime=16577388094933508,endTime=16577496143119328)/manifest_A2.mpd
-bash: syntax error near unexpected token `('
how to bypass it ?
Note:
See TracTickets
for help on using tickets.



Not a ffmpeg issue.
Since brackets are a special character in bash, you have to quote the URL.