Skip to content

Instantly share code, notes, and snippets.

@sftblw
Created October 29, 2018 13:03
Show Gist options
  • Save sftblw/d209739d07f769b4474a728d6ca32a2d to your computer and use it in GitHub Desktop.
Save sftblw/d209739d07f769b4474a728d6ca32a2d to your computer and use it in GitHub Desktop.
procsess_vr - VR LR mkv into youtube 16:9 VR mkv
ffmpeg -i "%1" -filter_complex "[0:v]crop=in_w/2:in_h:0:0[v0];[v0]pad=ih*16/9:ih:(ow-iw)/2:(oh-ih)/2[v2];[0:v]crop=in_w/2:in_h:in_w/2:0[v1];[v1]pad=ih*16/9:ih:(ow-iw)/2:(oh-ih)/2[v3];[v2][v3]hstack[vout]" -map "[vout]" -map "0:a" -metadata stereo_mode=left_right "%1".out.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment