Web-Multi-Media / HttpStreamingServer

A Django + React webapp to watch your videos
MIT License
5 stars 3 forks source link

Audio encoding #32

Closed DerouineauNicolas closed 4 years ago

DerouineauNicolas commented 4 years ago

This PR adds a new feature:

If the input video's audio track is not encoded with AAC, it is then transcoded to AAC automatically. The old input is removed after conversion.

Moreover, this PR introduce a media processing module to handle ffmpeg related tasks, and have a unified way to handle subprocess.