Git Product home page Git Product logo

Comments (2)

w-m avatar w-m commented on June 24, 2024

Several things to consider when rendering large outputs:

  1. the GPU memory can be the limiting factor, as all of the stitching happens on the GPU, and the GPU memory can't be paged or swapped out. The 6 GB of your GPU should be enough to stitch 11k x 5k, unless you have a large number of gigantic inputs. Have a look at the GPU memory usage information on the bottom of the window. If you're getting close to using half the GPU memory, then use the Batch Stitcher for rendering: Process Tab -> Send to batch, and close Studio before hitting the "Stitch" button to free up GPU memory from having the project opened in Studio.

  2. Outputs above 4096x2048 can't be encoded into h264 (#81). Choose MOV container ("Format"), and either Motion JPEG or ProRes as the Codec. (MPEG2 works above 4K, but I think not above 6k or 8k or something like that). If you desire another output format, you'll have to manually reencode the result, e.g. with ffmpeg.

  3. Give both of the output dimensions a multiple of 16. Try 11008 x 5504 instead of 11000 x 5000. In theory every even value should work, but in practice some part of the pipeline, e.g. the encoder, might barf if it's not aligned to some block size, so go with the multiple of 16 to be safe. Also consider the "Set optimal size" button, which chooses the output size to get the full resolution of the inputs in the output frame, but not more.

from stitchem.

jacktasak avatar jacktasak commented on June 24, 2024

Thank you for the quick reply!
I did not have to check all your solutions, because the first one helped :) I checked the consumption of dedicated GPU memory and it did not exceed 3.9 of 6GB available.
Regards,
Jacek

from stitchem.

Related Issues (20)

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.