python-ffmpeg icon indicating copy to clipboard operation
python-ffmpeg copied to clipboard

A python interface for FFmpeg using asyncio

Results 13 python-ffmpeg issues
Sort by recently updated
recently updated
newest added

This PR is mostly a refactoring of the code base to cover the whole project with correct type-hints. Additionally it also: - adds support for any `AsyncIterable[bytes]` as pipe input...

I have a similar issue to https://github.com/jonghwanhyeon/python-ffmpeg/pull/61 where I want to change the priority of the FFMpeg process. The problem I see is there are too many options available and...