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

Add support for multiple outputs and tee muxer. #473

Merged
merged 3 commits into from
Oct 5, 2023

Conversation

duggaraju
Copy link
Contributor

A single input can be encoded simultaneously to multiple outputs or muxed in multiple formats in the same process
Fixes #377

A single input can be encoded simultaneously to multiple oputs or muxed in multiple formats
@codecov-commenter
Copy link

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (f8407bc) 74.31% compared to head (bc6defe) 74.60%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #473      +/-   ##
==========================================
+ Coverage   74.31%   74.60%   +0.28%     
==========================================
  Files         113      115       +2     
  Lines        2854     2910      +56     
==========================================
+ Hits         2121     2171      +50     
- Misses        733      739       +6     
Files Coverage Δ
FFMpegCore/FFMpeg/FFMpegArguments.cs 83.56% <100.00%> (+2.91%) ⬆️
FFMpegCore/FFMpeg/FFMpegMultiOutputOptions.cs 84.61% <84.61%> (ø)
FFMpegCore/FFMpeg/Arguments/OutputTeeArgument.cs 71.87% <71.87%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rosenbjerg rosenbjerg merged commit d90b482 into rosenbjerg:main Oct 5, 2023
3 checks passed
@SinisterMaya
Copy link

Any idea of when will this be added to the Nuget Package?

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.

Supports multiple outputs created out of the same input(s) in the same process
4 participants