EmguFFmpeg
EmguFFmpeg copied to clipboard
A FFmpeg.AutoGen Warpper Library.
Does anyone know how to use a M3U using FFmpeg library ? It's working well using FFplay. For example: ffplay.exe -i "https://ncdn-live-bfm.pfd.sfr.net/shls/LIVE$BFM_TV/index.m3u8?end=END&start=LIVE" Here there is a **legal** list available:: https://github.com/iptv-org/iptv...
How do I seek? Such a simple question, no comprehensive answers at all. **EDIT: Ignore everything below, `Demuxer` implicitly casts itself to `AVFormatContext*`.** > I need to decode frames at...
I use with success MediaFilterGraph with one or several MediaStream (as Video type) as Inputs I can use simple or complex filter - here I describe my problem using only...
Hi, I migrate from the master branch to the dev branch. The objective was to use the new Nuget package directly in my project. Unfortunately there are some missing elements...
Currently i copying unmanaged data[0] byte* array to managed byte[] with following code: byte[] managed = new byte[resampledFrame.linesize[0]]; for (int i = 0; i < resampledFrame.linesize[0]; i++) { managed[i] =...
I wondering it's its possible to decode RTP packets (Audio and/or Video) ? I have already them in memory - RTP Header and RTP Payload. I have the SDP associated...
[optional] upload the media file that is in question. ffmpeg version: 1.0.11 question: In my app, we want to grab video stream from a usb camera, but did not get...
What branch should be preferred? I've started using the dev one, and till now it works ok for me... However, it seems it lacks support for Filters. Is there any...
`MediaMuxer` is instantiated but never used.
question: Is it possible to use this library to decode packets from NetworkStream? Is it possible to use this library to decode packets from NetworkStream? specifically the packet returned from...