senko / python-video-converter

Python Video Converter (ffmpeg wrapper)
468 stars 191 forks source link

Buffer or FileLike Object to converter #41

Open toxinu opened 10 years ago

toxinu commented 10 years ago

It could be cool to be able to give a Buffer of FileLike Object to probe and convert methods.

For example when you work with a Django FileField, you want to use filesystem abstract layer and just work with File object.