|
@@ -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()
|