Skip to content

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