Skip to content

Instantly share code, notes, and snippets.

@plieningerweb
Created October 29, 2019 15:29
Show Gist options
  • Save plieningerweb/05ebc827d0bf72b05c0bac70a1b391ac to your computer and use it in GitHub Desktop.
Save plieningerweb/05ebc827d0bf72b05c0bac70a1b391ac to your computer and use it in GitHub Desktop.
openshot edit and cut instagram video

edit horizontal videos:

solution

solutino 1

try OpenShot/openshot-qt#201

solution 2 (what I did)

  • copy profile "instagram-720-1420" to /home/main/.openshot_qt/profiles
  • change profile in settings -> profile to this one
  • restart openshot
  • keep editing (preview is wrong format, still landscape)
  • but export is correct!
  • same output format as saved instagram videos (at least for the phone I used to test, xiaomi redmi)

reduce size after export from 800 mb to 90mb

ffmpeg -i "Marocco 2019 10 v12.mp4" -vcodec libx264 -crf 24 v12-small.mp4

description=Instragram 720x1420
frame_rate_num=24
frame_rate_den=1
width=720
height=1420
progressive=1
sample_aspect_num=1
sample_aspect_den=1
display_aspect_num=1
display_aspect_den=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment