ming 3 år sedan
förälder
incheckning
23eb0eaab8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -670,7 +670,7 @@ def anchor_video_v3(name,text_content, image_urls):
 
     ####start building
     w = openshot.FFmpegWriter("../html/"+name_hash+".mp4")
-    w.SetAudioOptions(True, "libfaac", 44100, 2, openshot.LAYOUT_STEREO, 3000000)
+    w.SetAudioOptions(True, "aac", 44100, 2, openshot.LAYOUT_STEREO, 3000000)
     w.SetVideoOptions(True, "libx264", openshot.Fraction(30000, 1000), 1280, 720,
         openshot.Fraction(1, 1), False, False, 3000000)
     w.Open()