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

chore(deps): remove subprocess calls to FFMPEG with av #335

Merged
merged 8 commits into from
Dec 11, 2023
Merged

Conversation

jeertmans
Copy link
Owner

Linked to the progess made in ManimCommunity/manim#3501.

The following PR aims at reducing subprocess calls for security and speed reasons. Also, with ManimCommunity/manim#3501 is merged, FFMPEG should not be needed anymore as it is part of PyAv.

Linked to the progess made in ManimCommunity/manim#3501.

The following PR aims at reducing subprocess calls for security and speed reasons. Also, with ManimCommunity/manim#3501 is merged, FFMPEG should not be needed anymore as it is part of `PyAv`.
@jeertmans jeertmans added enhancement New feature or request lib Related to the library (a.k.a. module) labels Dec 11, 2023
Copy link

codecov bot commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d292534) 80.22% compared to head (598e777) 80.62%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #335      +/-   ##
==========================================
+ Coverage   80.22%   80.62%   +0.39%     
==========================================
  Files          21       21              
  Lines        1790     1801      +11     
==========================================
+ Hits         1436     1452      +16     
+ Misses        354      349       -5     

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

@jeertmans jeertmans merged commit 74ddefe into main Dec 11, 2023
19 of 22 checks passed
@jeertmans jeertmans deleted the pyav branch December 11, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lib Related to the library (a.k.a. module)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant