Search code examples
ubuntuvideo-processingvideo-encoding

Compress .mov video files on Python Ubuntu server?


I have a Python/Django Ubuntu server (have all the tools of Python and Ubuntu at my disposal.)

How can I compress video files in the .mov format to lower compressions for a smaller file size?


Solution

  • You can use PyFFMpeg for that. PyMedia may also work, but seem to get not developed further.