?? ?? - ? ? ? ? (?????????) ??

Advertisement
?? ?? - ? ? ? ? (?????????) ??

Description: How to convert from slr fisheye to 180* normal VR: ***Download and install ffmpeg (look up how to install it correctly). ***Make a folder in C drive and name it 'converted', place mp4 file you want to convert in the folder and rename it to slr1. ***Open command prompt ***If the file is 200* fisheye use this prompt: ffmpeg -i C:convertedslr1.mp4 -vf v360=dfisheye:e:ih_fov=200:iv_fov=200:h_fov=360:v_fov=180:yaw=-90 C:convertedslr2.mp4 ***If the file is 190* fisheye, just change the ih_fov and iv_fov part to 190 instead of 200, it should look like this: ffmpeg -i C:convertedslr1.mp4 -vf v360=dfisheye:e:ih_fov=190:iv_fov=190:h_fov=360:v_fov=180:yaw=-90 C:convertedslr2.mp4 ***Wait for file to finish converting, the converted file output is named slr2 ***You can change input and output location and file name, just make sure to change them in the prompt and include a filename for output like this: ffmpeg -i (input location) -vf v360=dfisheye:e:ih_fov=200:iv_fov=200:h_fov=360:v_fov=180:yaw=-90 (output location)

Related content

|