Describe the issue
FFmpeg has no "-to" support, which is an absolute "end" position of where a stream should be cut.
"-t" is relative to the starting position, which can be useful but it requires knowledge of start and end position.
Expected behavior
To support "-to" argument :)