Re: Any video transcoding lib like this?

2016-09-11 Thread Guillaume Piolat via Digitalmars-d
On Saturday, 10 September 2016 at 11:03:44 UTC, Karabuta wrote: Hello community, has anyone done a lib published/unpublihed in D like https://github.com/senko/python-video-converter . It was developed in python and uses ffmpeg behind the scene. It works this way; from converter import

Any video transcoding lib like this?

2016-09-10 Thread Karabuta via Digitalmars-d
Hello community, has anyone done a lib published/unpublihed in D like https://github.com/senko/python-video-converter . It was developed in python and uses ffmpeg behind the scene. It works this way; from converter import Converter c = Converter() info = c.probe('test1.ogg') conv =