Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom postprocessor arguments #2746

Open
ghost opened this issue Apr 15, 2014 · 1 comment
Open

Custom postprocessor arguments #2746

ghost opened this issue Apr 15, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 15, 2014

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.

@clampak
Copy link

clampak commented Dec 9, 2014

You should be able to do this with the --exec option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant