Plugins for processing a video clip, no ffmpeg wizardry required. Actual use-case from today's launch.
Conversation
Replying to
what's holding this back from doing this task much faster? CPU?
3
17
Replying to
It's writing & executing MoviePy code (zulko.github.io/moviepy/), which uses ffmpeg under the hood. So the time here is basically all waiting for ffmpeg to run (a big step up from the usual bottleneck of looking up the set of arguments to do what I want!).
1
2
39
Replying to
ok imma need access to this asap so i can stop wrestling ffmpeg today lol
16
Doesn’t MoviePy rely on ffmpeg though? In trying to build a transcription app (based on Whisper!) I have not found any way of decoding proprietary audio/video codecs that doesn’t rely on ffmpeg at some level.
1
20
I believe the point is that it’s just a text request required to make this translation.
13









