Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
-postprocessor-args Applied Multiple Times #26863
Comments
I did. In fact my command is pretty much a directly this answer from that thread. I also mentioned trying Either way I consider it a bug that |
|
This is expected behavior, |
Checklist
Verbose log
Description
I am attempting to accomplish downloading a part of a video. Since #622 makes it clear there is not currently support for that I have attempted to use the
-postprocessor-argsoption to pass in a start time (-ss). However, that command is then applied twice completely breaking it as it doubles the amount cut off the front and just breaks the the-tocommand completely.Here is the relevant part of the full log
I also tried the
--external-downloader-argsmethod described in #12347 and those args were completely ignored, resulting in full length download.While for me this breaks trimming it would also break a number of other uses for
-postprocessor-argsas it will double up any processing done via-postprocessor-args.