GithubHelp home page GithubHelp logo

mfk-hexenhaus's Introduction

MFK-Hexenhaus

An interactive exhibit for Keep Yourself 2023

Prepare Videos

  1. Download videos from a .txt containing the links yt-dlp -f "bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4] / bv*+ba/b" -a urls.txt
  2. Cut video from timestamp to timestamp
ffmpeg -i input.mp4 -ss 00:05:10 -to 00:15:30 -c:v copy -c:a copy output2.mp4
  1. Convert to h264
for i in *.mp4; do ffmpeg -i "$i" -c:a copy -c:v libx264 "${i%.*}_h264.mp4"; done

Scenes and Config

fog-steps and water-steps encode the following values:

<start delay>-<on time>-<off time>

<start delay> is the initial delay in seconds after the scene starts. Then the following loop starts: Output is on for <on time> seconds and then off for <off time> seconds. This loop runs till the end of the scene.

So 1-1-5 waits at the beginning 1s, is then 1s on and 5s off and then again 1s on and 5s off again and again until the end of the clip.

To disable it completely set the value to 0 (not 0-0-0).

mfk-hexenhaus's People

Contributors

l00twig avatar teufelweich avatar

Watchers

 avatar  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.