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

Change History (1)

comment:1 by Marton Balint, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in latest git master.

Note: See TracTickets for help on using tickets.