Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Or just use ffmpeg-python.


sort by: page size:

do you use something like ffmpeg-python or just shell out?

or ffmpeg

Or ffmpeg.

Honestly, ffmpeg is awesome enough being able to do what it can with a one-liner..

And all without python dependency, or even internet access.


this looks magic.

As an Ex VFX wonk, and someone still working with videos, FFMPEG is both a joy and a massive pain at the same time. Having a simple interface in python makes life a whole boatload easier


ffmpeg-python is great! easier to construct complex commands, and read / edit later

I've been using ffmpeg-python recently, and it will do a lot of the crazy complex transforms for you, and you can write sane python code vs. trying to deal with the crazy default ffmpeg syntax.

https://github.com/kkroening/ffmpeg-python


ffmpeg is your friend for media files, in case anyone gets ideas.

You can also use ffmpeg to do this, but figuring out the correct command line options is not easy.

Or ffmpeg (with 'copy' codec) or mkvtoolnix

The ffmpeg-python wrapper module is sorta like that.

Have you used a ffmpeg wrapper like ffmpeg-python for dealing with video? If so, how does it compare? I remember seeing MoviePy briefly in my research but found there wasn't a lot of documentation.

If it is okay. Can you tell me which python FFMPEG library did you use?

pydub does it, but it shells out to ffmpeg, not sure if that's acceptable

I tried it once, it crashed the first time I tried it.

I write my own ffmpeg commands with python, and use AVIdemux when possible. Microsoft movie editor can also do a lot of things.

I just don't want to use heavy, bloated software, even if it's free.


Easy to do with ffmpeg/mencoder.

Same with ffmpeg

FFMPEG is truly the best thing so far, always wish I could contribute directly but I'll stick to working on the Python wrappers.

As retarded as this question could be? Why not just use Ffmpeg? It's the ultimate tool for such tasks.
next

Legal | privacy