Skip to content

Commit

Permalink
my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 5, 2024
1 parent dd5c0d6 commit afa4e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/custdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def generate_ffmpeg_command(mp4_file_path, subs):
for sub in subs:
ffmpeg_command.extend(['-i', sub["file"]])

output_file_path = mp4_file_path.replace(".mp4", "_subs.mkv")
output_file_path = mp4_file_path.replace(".mkv", "_subs.mkv")

ffmpeg_command.extend(['-map', '0:v', '-map', '0:a'])

Expand Down

0 comments on commit afa4e57

Please sign in to comment.