Skip to content

Commit

Permalink
Setting aac as the default output container audio codec
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogenesAnalytics committed Feb 3, 2024
1 parent 132ac5a commit 87fcea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame_sampling/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _save_video_clip(
"-c:v",
"libx264",
"-c:a",
"copy",
"aac",
output_file,
]

Expand Down

0 comments on commit 87fcea8

Please sign in to comment.