Opened 8 years ago
Last modified 8 years ago
#5933 open defect
Some unused output options do not trigger a warning
Reported by: | KarolGT | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
rtsp_transport tcp is ignored when this parameter is not right after ffmpeg command
How to reproduce:
ffmpeg is ignoried in below case: ffmpeg -i rtsp://192.168.1.201:554/11 -c:v copy -rtsp_transport tcp -an out.mkv below case is working fine, as expected: ffmpeg -rtsp_transport tcp -i rtsp://192.168.1.201:554/11 -c:v copy -an out.mkv ffmpeg version: tested on 3.1.x and 3.2.x (latest from Nov 08 2016) built on Linux (Ubuntu)
It will be good to have this information at least in the documentation. It is possible to find this information on some forums like stackoverflow.com but I didn't find any information about this on ffmpeg.org.
Change History (1)
comment:1 by , 8 years ago
Keywords: | rtsp_transport removed |
---|---|
Priority: | normal → minor |
Reproduced by developer: | set |
Status: | new → open |
Summary: | rtsp_transport tcp is ignored → Some unused output options do not trigger a warning |
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.
Maybe the following command line helps you understanding the issue - option placement does matter - better:
Iiuc, unused format and protocol options - contrary to encoder options - do not trigger a warning.