File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/highlight_video_maker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ def run(
235
235
-filter_complex "
236
236
[1]format=rgba,colorchannelmixer=aa=0.5[logo];
237
237
[0][logo]overlay=W-w-30:H-h-30:format=auto,format=yuv420p
238
- " -c:a copy "{ horiz_output_file } "''' ,
238
+ " -c:a aac -b:a 128k "{ horiz_output_file } "''' ,
239
239
shell = True ,
240
240
check = True ,
241
241
capture_output = True ,
@@ -252,7 +252,7 @@ def run(
252
252
[copy]scale=-1:ih*(4/3)*(4/3),crop=w=ih*9/16,gblur=sigma=17:steps=5[blurred];
253
253
[blurred][original]overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2[vert];
254
254
[vert][1]overlay=(W-w)/2:H-h-30,format=yuv420p
255
- " -c:a copy "{ vert_output_file } "''' ,
255
+ " -c:a aac -b:a 128k "{ vert_output_file } "''' ,
256
256
shell = True ,
257
257
check = True ,
258
258
capture_output = True ,
You can’t perform that action at this time.
0 commit comments