[libav-bugs] [Bug 399] -t needs to be after -i
bugzilla-daemon at aruru.libav.org
bugzilla-daemon at aruru.libav.org
Fri Dec 7 11:58:44 CET 2012
https://bugzilla.libav.org/show_bug.cgi?id=399
Anton Khirnov <anton at khirnov.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |anton at khirnov.net
AssignedTo|bugzilla at libav.org |anton at khirnov.net
Severity|normal |enhancement
--- Comment #1 from Anton Khirnov <anton at khirnov.net> 2012-12-07 11:58:44 CET ---
Strictly speaking, this is not a bug. -t is and always was an output option (as
is documented in the manual), which limits the duration of the output file that
it's applied to.
The fact that specifying it before -i happened to work in the old ffmpeg tool
was just an accidental side effect of the way options were handled in it.
I suppose we could extend the -t option so that it applies to inputs as well
and limits the duration read from a given input, but that would be a new
feature. So reclassifying as a feature request.
--
Configure bugmail: https://bugzilla.libav.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the libav-bugs
mailing list