In `ytdl --external-downloader ffmpeg --external-downloader-args '-ss 1 -t 2'`,
youtube-dl will give all the external downloader args to ffmpeg *before* the
input url; but some of them need to be given after the input url.
This patch moves `-t`, `-to`, and `-fs` (if given) to be after the input.