Рет қаралды 102
In this video I show you, what I believe to be, the best way to create immersive, 360 degree slideshows using panoramas captured with drones and other cameras like the Insta360. I also go over my new favorite site to post and share immersive content; Deo VR. In this workflow, I only use free software such as Davinci Resolve and FFMPEG.
Links...
My immersive content channel on Deo VR:
deovr.com/chan...
How to Take 360 Degree Panoramas with a DJI drone:
• How to take 360 degree...
Install FFMPEG on Windows:
www.geeksforge...
Install FFMPEG on Mac:
phoenixnap.com...
Install Davinci Resolve:
www.blackmagic...
FFMPEG Commands...
Convert still images to video:
ffmpeg -framerate 0.25 -i TitleScreen.jpg -c:v libx265 -r 30 TitleScreen.mp4
Merge video clips:
ffmpeg -f concat -safe 0 -i mylist.txt -c copy merged.mp4
Add/Replace audio:
ffmpeg -i input.mp4 -i Audio_File.mp3 -map 0:0 -map 1:0 -c:v copy -c:a aac output.mp4