Skip to content

Instantly share code, notes, and snippets.

@hlorand
Created August 20, 2022 00:49
Show Gist options
  • Save hlorand/a20cb7ac82a132551aea9d69aca80e36 to your computer and use it in GitHub Desktop.
Save hlorand/a20cb7ac82a132551aea9d69aca80e36 to your computer and use it in GitHub Desktop.
Converts VR180 to flat SBS side-by-side video
#!/bin/bash
# Read more:
# http://ffmpeg.org/ffmpeg-filters.html#v360
ffmpeg.exe -i input.mp4 -vf "v360=input=equirect:output=flat:ih_fov=180:h_fov=70:v_fov=70:pitch=-10:in_stereo=sbs:out_stereo=sbs,scale=1600:-1" output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment