Git Product home page Git Product logo

gear_360_stitch's Introduction

Gear 360 2017 SM-R210 and SM-C200 Stitching script for Windows

My PowerShell Script:

First install of FFmpeg:

To simplify the installation process of FFmpeg I created an Installation script.

  1. Download the Install file.
  2. Right Click on it and select Run with PowerShell.
  3. Answer [Y]Yes to the installation questions.
  4. Restart your PC to complete the installation process.

The Installation only needs to be performed once

Usage:

PhotoStitch.ps1 - Is just for stitching Photos
VideoStitch.ps1 - Is just for stitching Videos
Photo-Video-Stitch.ps1 - Stitch Photos and Videos but may take a long time, try first with separated one

  1. Download the PhotoStitch file.
  2. Drag and Drop this file PhotoStitch into the folder with your Photos.
  3. Right Click on it and select Run with PowerShell.

Advanced Script Modifications:


If you're getting bad edges after stitching change `gray8` to `bgr24` for a better view and try to play with `FOV` settings
> Atention! When you're changing FOV settings be sure to change **all 7** of them

Best Preview app

I recommend using GoPro VR Player V3 : https://gopro.com/downloads/PC/GoProVRPlayer/latest

Stitching options that I tried for Gear 360 2017(SM-R210)

Video Editors with Stitch options:

Corel Videostudio ⭐⭐
Pinnacle Studio ⭐⭐⭐
MAGIX Video Pro X ⭐⭐⭐
MAGIX Movie Studio ⭐⭐⭐⭐

Average settings that I used for that apps:

    L CENTER y: 0.5
    L CENTER x: 0.249
    R CENTER y: 0.5
    R CENTER x: 0.748
    RADIUS: 0.489

Attention: None of these apps provided seamless stitching! Try the free trial version before buying!


gear_360_stitch's People

Contributors

logicbypass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

angelopoulosk

gear_360_stitch's Issues

gpu acceleration for encoding

hi. I modified the video stitching script to use nvidia hardware acceleration i got on my windows PC. Testing on some files of mine :D

[1]format=gbrp[fmt];[L_fov][R_fov][fmt]maskedmerge,overlay=shortest=1" -c:v h264_nvenc -profile high444p -pixel_format yuv444p -preset medium -b:v 30M -b:a 192k -vsync vfr -y V.$out'_STITCHED'.MP4

so i'm not limited to the 24fps hardcoded before ;-)

PS: i'll try to add AMD acceleration when power up my laptop ;-)

how to pass security block to run script in power shell window

if you plan to see what the powershell script is doing, open a command window like administrator and then run the powershell like that:
pwsh.exe -ExecutionPolicy Unrestricted

if you got an error try:

powershell -ExecutionPolicy Unrestricted

now you are in the powershell and could run the script like usual without warnings :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.