Opened 11 years ago
Closed 8 years ago
#2680 closed enhancement (fixed)
Automatically use necessary bitstream filters
Reported by: | jameshowe | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | ffmpeg |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
It seems silly that ffmpeg gives you an error message telling you exactly what to do in order to make your command work ("retry with -bsf h264_mp4toannexb" for example) and not just do it automatically.
Not requiring the user to do this manually would be most convenient, and make it possible to use the tee muxer when the outputs require different, non-compatible filters.
Change History (3)
comment:1 by , 11 years ago
Priority: | normal → wish |
---|
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | unspecified → git-master |
Implemented by Roger Combs in 1b5bd4051d1e394f0429cbf6cf6c137f55857478 and earlier commits.
Note:
See TracTickets
for help on using tickets.
Is this still reproducible with current FFmpeg?