renatobianchini / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Update VideoFileReader in AForge.Video.FFMPEG to read from a Stream #254

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Instead of taking a path to a file from disk, allow the caller to pass a Stream 
instance for the library to perform the reading from.

There is more information on how to create an AVContext from a stream (not 
.NET, but how to register the IO functions needed to pull from a stream) here:

http://cdry.wordpress.com/2009/09/09/using-custom-io-callbacks-with-ffmpeg/

Original issue reported on code.google.com by ad...@sf4answers.com on 10 Sep 2011 at 4:27