2
3 Comments

What is the best backend language for media editing?

Hi,

I'm looking for a good library for editing media files like video and audio. Does anyone has any recommendation? It can be in either C#, Java or Python.

Thank you.

on June 10, 2022
  1. 3

    Python has several wrappers over ffmpeg. Probably a similar situation Java and C# too. Video is hard, so a lot of video (and audio, and image) tools are basically sugar on top of ffmpeg.

    1. 2

      Thank you for your reply.

  2. 1

    I am django developer.. even though I have not code anything related to audio and video files.. I think python have several packages to achieve what you want and a very large community to help out..