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

Video Decoder using external ffmpeg process #116

Merged
merged 13 commits into from
Nov 8, 2024
Merged

Conversation

lucaro
Copy link
Member

@lucaro lucaro commented Oct 20, 2024

Adds a video Decoder based on Jaffree that uses an external ffmpeg process. Since the ffmpeg process is started anew for each Source, this can prevent problems such as the accumulation of memory during longer extractions. The current implementation only supports video decoding, audio streams are currently ignored.

@lucaro lucaro changed the base branch from main to dev October 20, 2024 10:00
Copy link
Contributor

@faberf faberf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except for the missing audio. Is the idea that this will replace the other video decoder? The changes to the thumbnail exporter are a bugfix that can be pushed directly to dev, no?

Copy link
Member

@ppanopticon ppanopticon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is still some work to do here.

Let me know @lucaro if you need support with this. I can try to come-up with some of the changes.

@ppanopticon ppanopticon merged commit 1f5eb7a into dev Nov 8, 2024
2 checks passed
@lucaro lucaro deleted the feature/ffmpeg branch November 8, 2024 12:03
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.

3 participants