Opened 11 years ago
Closed 11 years ago
#2800 closed defect (fixed)
ffplay doesn't honour -autoexit with -af atrim
Reported by: | Stefano Sabatini | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffplay |
Version: | unspecified | Keywords: | atrim autoexit |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Summary of the bug:
This command works:
ffplay -f lavfi "sine,atrim=duration=2" -autoexit -nostats
But will not work with -af:
ffplay -f lavfi "sine" -af "atrim=duration=2" -autoexit -nostats
Note:
See TracTickets
for help on using tickets.
Fixed in latest git master.