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

Feat multiout #110

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Feat multiout #110

wants to merge 2 commits into from

Conversation

multiscan
Copy link

ffmpeg have the ability of generating multiple output files from the same input. This can sometime save some processing time as the input file needs to be decoded only once.

This patch adds the following methods to FFMPEG::Movie:

  • enqueue_transcoding: for adding a transcoding output (same syntax as transcode)
  • transcode_queue: for running the transcoding for all the queued output formats

Transcoder was changed in order to maintain full compatibility with master version.

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

Successfully merging this pull request may close these issues.

1 participant