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.
Custom postprocessor arguments #2746
Comments
|
You should be able to do this with the |
Im working on a project that relies heavily on youtube dl to download videos from various sites and pipe the output to the user, to the browser that is, and im really missing some custom postprocessing options.
For instance, i download a youtube video and i cant pipe it to ffmpeg, because mp4 cant be piped, and the only thing that i need in this particular case is to raise/lower volume, which is a single argument for ffmpeg.
Anyway, is there a way we can pass a custom postprocessing command line, that would be an awesome feature.
Right, the reason im using stdout, and avoiding using physical files, is because the site has like 30k hits a day, which means the hdds were getting filled up pretty damn quick with physical files.