ffmpeg VR 180 to flat video for visionOS App Store preview
—
The App Store preview size is 3840×2160 and I wanted to create an asset from the published file that is distributed through the app. That input file is a spatial MOV with left and right and the image is in the VR180 half equirectangular format. It seems with this you can go from any format to any format, so in this case I want to go from 3d image format to 2d image format
v360 has a bunch of options, but here I’m saying input is hequirect
and in stereo 3d format
and then output is 2d
FOV is 90 because this is a flat video
pitch is 0
and width and height are set to the resolution I want
other commands for codec and whatnot and mp4 out
I take my output files and edit in Premiere (sequencing them)
export from Premiere with default settings and uploading the App Store Connect.
are we a codec? does taste have a codec?
no re-encoding allowed! vcodec copy only!
do you know this website is just ffmpeg behind nginx?
These original files are so big I can never have them play on my Macs at the full 16k resolution. Apple Vision Pro is the only device that I own that can deal with that file size and play the video at its resolution how cool is that.