Micrufun 2 年之前
父节点
当前提交
bcebbd08ba
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      files/tasks.py

+ 1 - 0
files/tasks.py

@@ -849,6 +849,7 @@ def video_with_voices(user_or_session, friendly_token=None, voicesUid=None):
     result_file_path = tempfile.gettempdir() + "/" + result_file_path
     cwd = os.path.dirname(os.path.realpath(media.media_file.path))
 
+    # To add a new audio track into an existing video with audio, use:
     # https://stackoverflow.com/a/70001304/3405291
     cmd = [
         settings.FFMPEG_COMMAND,