wt-publish: force explicit AAC-LC stereo mapping

This commit is contained in:
every.channel 2026-02-24 23:06:30 -08:00
parent 696e1aafb9
commit 4b9d965fac
No known key found for this signature in database
2 changed files with 34 additions and 1 deletions

View file

@ -6312,6 +6312,10 @@ async fn wt_publish(args: WtPublishArgs) -> Result<()> {
if args.transcode {
cmd.args([
"-map",
"0:v:0",
"-map",
"0:a:0?",
"-c:v",
"libx264",
"-preset",
@ -6332,8 +6336,10 @@ async fn wt_publish(args: WtPublishArgs) -> Result<()> {
"1",
"-c:a",
"aac",
"-profile:a",
"aac_low",
"-b:a",
"128k",
"160k",
"-ac",
"2",
"-ar",