0

I'm creating videos with moviepy but I can't get them to upload to Instagram, which I guess is likely an encoding issue.

The salient code I'm using is this:

final_clip.write_videofile("clip.mp4", codec="libx265", fps=30, preset="ultrafast", audio_codec="aac", bitrate="192k", temp_audiofile="temp-audio.m4a")

It's not working: anyone know what the best settings are likely to be? (FWIW: it works with Youtube but not with Twitter)

0 Answers0