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

Encode/Decode without putting/taking from a file #21

Closed
slymatt opened this issue Jan 24, 2020 · 2 comments · Fixed by #54
Closed

Encode/Decode without putting/taking from a file #21

slymatt opened this issue Jan 24, 2020 · 2 comments · Fixed by #54
Labels
enhancement New feature or request question Question

Comments

@slymatt
Copy link

slymatt commented Jan 24, 2020

Hello,

Do you have a way to encode and decode without having the data in a file. I am trying to send the encoded byte data over a network. I have the bitmap data stored in a ImageData but dont know how to move on from there.

Thanks

@Dzoge
Copy link

Dzoge commented Jun 3, 2020

I have a similar issue, I am reading raw camera output in RaspberryPI using MMALSharp library and want to read frames in Bitmap format for further processing.

@radek-k
Copy link
Owner

radek-k commented Jun 4, 2020

Currently, only local files and decoding from a web URL are supported, but I want to implement the following features in the future:

  • decoding video from RTSP streams and capturing devices (webcams)
  • writing encoded video to a System.IO.Stream object
  • streaming video using FFmpeg avio

@Dzoge Why do you want to use FFMediaToolkit to get frames from Raspberry PI camera? You should use an existing OutputCaptureHandler from MMALSharp or write a new one to get the bitmaps for processing.

@radek-k radek-k added enhancement New feature or request question Question labels Jun 4, 2020
This was referenced Sep 13, 2020
@radek-k radek-k linked a pull request Dec 29, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Question
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants