-
HOW: cut sbs 3d video with space between the two side
Hello there,
I have to test the CARDBOARD from google with 3d movies but i have a problem with the space between the pictures.
Look at this (https://thebergerbits.com/wp-content/uploads/2014/09/avengers-3d-sbs-vr-demo.png from this post https://thebergerbits.com/?p=1097) and you’ll understand what i mean.
I have done this commandffmpeg -i in.mkv” -s 1280×720 -aspect 32:9 -vf scale=1120:630,pad=1280:720:80:45 -codec:v libx264 -crf 23 -preset slow out.mp4
because 1120×630 (1120=70*16 630=720*(1120/1280)) and (1280-1120)/2=80 and (720-630)/2=45
but i need THIS SPACE….
Is someone could help? PLEASE..
Thanks in advance.