Created
October 29, 2018 13:03
-
-
Save sftblw/d209739d07f769b4474a728d6ca32a2d to your computer and use it in GitHub Desktop.
procsess_vr - VR LR mkv into youtube 16:9 VR mkv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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