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 InputSource for reading custom buffer #54

Open
jcberentsen opened this issue Apr 23, 2020 · 1 comment
Open

Add InputSource for reading custom buffer #54

jcberentsen opened this issue Apr 23, 2020 · 1 comment

Comments

@jcberentsen
Copy link

There is an example in the FFmpeg documentation describing how to use a custom buffer as input, instead of a file or device.

Would it be possible to wrap the relevant ffmpeg api-functions used in the example?
Perhaps support a new InputSource type, like Buffer ByteString (Lazy, strict or something conduit/pipe/stream-like?)

I would be glad to help, here, as I have a use-case where extracting frames from videos in a streaming fashion is desirable (preferably without touching the disk)

@acowley
Copy link
Owner

acowley commented Apr 23, 2020

I certainly wouldn’t stand in the way, but I don’t have the personal bandwidth to put much time into it. Do you need help getting started, or are you looking more for code review when nearing completion?

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

No branches or pull requests

2 participants