Comment on Chaining FFmpeg with a Browser AgentparentComments−jack_pp10moI agree, I suggest using this instead : https://github.com/kkroening/ffmpeg-python . While not perfect once you figure it out it is far easier to use and you can wrap more complicated workflows and reuse them later.−poly2it10moKkroening's wrapper has been inactive for some time. I suggest using https://github.com/jonghwanhyeon/python-ffmpeg instead. It has proper async support and a better API.−jack_pp10moScratch that I thought it was a different version. The one you linked has no support for filtergraphs so isn't even comparable to the old one.−jack_pp10moThing is, if you want to use LLMs for mockups you got to use the old one.
Comments
I agree, I suggest using this instead : https://github.com/kkroening/ffmpeg-python . While not perfect once you figure it out it is far easier to use and you can wrap more complicated workflows and reuse them later.
Kkroening's wrapper has been inactive for some time. I suggest using https://github.com/jonghwanhyeon/python-ffmpeg instead. It has proper async support and a better API.
Scratch that I thought it was a different version. The one you linked has no support for filtergraphs so isn't even comparable to the old one.
Thing is, if you want to use LLMs for mockups you got to use the old one.