Micrufun 2 년 전
부모
커밋
37ae64932b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      files/tasks.py

+ 2 - 0
files/tasks.py

@@ -880,6 +880,8 @@ def video_with_voices(user_or_session, friendly_token=None, voicesUid=None):
     # will not be included in the output file.
     # The video stream is still copied over using -c:v copy,
     # and the combined audio track is created using the amix filter as before.
+    # Note that if the input video file has multiple audio tracks,
+    # the -an option will remove all audio tracks from the output file.
     cmd.append("-an")
     cmd.append(result_file_name)