Skip to content

Instantly share code, notes, and snippets.

@sanjitbakshi
Created November 10, 2017 20:25
Show Gist options
  • Select an option

  • Save sanjitbakshi/c4e6d0abdf0f4d26ea497e42bd0fb193 to your computer and use it in GitHub Desktop.

Select an option

Save sanjitbakshi/c4e6d0abdf0f4d26ea497e42bd0fb193 to your computer and use it in GitHub Desktop.
ffmpeg 360 video
ffmpeg -i in.mp4 -vf scale=3840x2160,setdar=16:9 -r 30 -c:v libx265 -b:v 15M -pix_fmt yuv420p -c:a aac -b:a 192K out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment