Skip to content
Snippets Groups Projects
Commit 3c22c68e authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(video-clips): set audio codec to aac, fixing audio issue on twitter

parent 45e8f99e
No related branches found
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ class VideoClipper ...@@ -260,7 +260,7 @@ class VideoClipper
'-filter_complex "' . implode(';', $filters) . '"', '-filter_complex "' . implode(';', $filters) . '"',
'-map "[outfinal]"', '-map "[outfinal]"',
'-map 0:a', '-map 0:a',
'-acodec copy', '-acodec aac',
'-vcodec libx264 -pix_fmt yuv420p', '-vcodec libx264 -pix_fmt yuv420p',
"{$this->videoClipOutput}", "{$this->videoClipOutput}",
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment