Closed DerouineauNicolas closed 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.
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.