mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 07:19:03 +02:00
fix(video-clips): set audio codec to aac, fixing audio issue on twitter
This commit is contained in:
parent
45e8f99e75
commit
3c22c68ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class VideoClipper
|
|||
'-filter_complex "' . implode(';', $filters) . '"',
|
||||
'-map "[outfinal]"',
|
||||
'-map 0:a',
|
||||
'-acodec copy',
|
||||
'-acodec aac',
|
||||
'-vcodec libx264 -pix_fmt yuv420p',
|
||||
"{$this->videoClipOutput}",
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue