Giter Club home page Giter Club logo

ffmpeg-slideshow's Introduction

ffmpeg-slideshow

Create a slideshow with different sized images, scaling to fit not stretch, using ffmpeg and imagemagick. Runs pretty fast thanks to GNU parallel

Requirements

  • GNU Parallel
  • ffmpeg
  • imagemagick

Debian

$ sudo apt-get install ffmpeg parallel imagemagick

How To

Usage:
./scaledSlideshow.sh path_to_images extension xres yres fps out_file
e.g.
./scaledSlideshow.sh ./images/ jpg 2560 1440 60 out.mp4 [ffmpeg args]
This will take all images in ./images/ with a .jpg extension and make a 2560x1440 60fps slideshow and place the output file in ./out.mp4

git clone 'https://github.com/DavidoRotho/ffmpeg-slideshow.git'
cd ffmpeg-slideshow/
chmod +x ./scaledSlideshow.sh
./scaledSlideshow.sh ../ jpg 2560 1440 60 ../out.webm

Run this block in a folder full of jpgs to make a 1440p 60fps slideshow out of them

ffmpeg-slideshow's People

Contributors

blaisesaunders avatar

Stargazers

 avatar  avatar  avatar

Watchers

James Cloos 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.