Giter Site home page Giter Site logo

anu-prakash-dev / godot-video-rendering-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from calinou/godot-video-rendering-demo

0.0 0.0 0.0 1.42 MB

Demo project for high-quality offline video rendering with Godot

License: MIT License

GDScript 100.00%

godot-video-rendering-demo's Introduction

Godot video rendering demo

A project that shows how to render high-quality "offline" videos with Godot.

Example output

Preview

Click for higher quality.

Installation

This demo currently requires Godot 3.1 beta 8 or later.

Usage

Make sure to run the project from the command line using the --fixed-fps 60 command line argument. Otherwise, frame timings won't be correct.

When run outside of the editor, frames will be rendered and saved to PNG images in the render/ directory located in the project data directory. These can be combined into a video using FFmpeg by running the following command while in the render/ directory:

ffmpeg -r 60 -f image2 -s 2560x1440 -i %d.png -vcodec libx264 -crf 15 video.mp4

License

Copyright © 2019 Hugo Locurcio and contributors

  • Unless otherwise specified, files in this repository are licensed under the MIT license; see LICENSE.md for more information.
  • The Suzanne model was taken from the glTF samples repository.

godot-video-rendering-demo's People

Contributors

calinou avatar

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.