We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdb82d commit ea9b9ddCopy full SHA for ea9b9dd
src/service/video.py
@@ -102,7 +102,7 @@ def process_single_file(
102
+ "-c:a aac -b:a 128k "
103
+ "-movflags faststart "
104
+ ("-hwaccel auto " if config.x264.opencl_acceleration else "")
105
- + f'"{output_path}"'
+ + f'-map 0: "{output_path}"'
106
)
107
else:
108
# Process without audio using single ffmpeg command
@@ -116,7 +116,7 @@ def process_single_file(
116
+ "-an "
117
118
119
120
121
122
# Execute commands
0 commit comments