Giter Club home page Giter Club logo

seqplay's Introduction

seqplay

(requires ffplay ffmpeg package)

A quick and super simple image sequence playback shell utility (bash script) that uses ffplay for quick and easy play back of image sequences that are saved to disk in the standard way used widely by the animation industry: imagename.#.ext
For example:

myimageseq.00.jpg
myimageseq.02.jpg
myimageseq.03.jpg
myimageseq.04.jpg

###Description:
Simple util to view full image sequences, like: img.000.png img.001.png [...] img.300.png

Play any image sequence filetype ffplay supports. I.e. jpg png (check your build of ffplay)
Supports relative paths. Pass in a directory path if that folder only contains one sequence.
Or just run seqplay with no args in the current directory if it contains only a single sequence of images.
If there are multiple file types and image sequences in a directory you can easily use wildcards as shown below.

Usage Example (in current dir):

seqplay  

Usage Example (in current dir):

seqplay *.png  

Usage Example (in current dir):

seqplay imgname.*.png  

Usage Example (directory):

seqplay /path/to/imgseq/  

Usage Example (full or relative path):

seqplay /path/to/imgseq/imgname.*.png  

Requires:

ffplay from ffmpeg
Install ffmpeg with:
sudo apt-get install ffmpeg

Written for bash on Linux (Ubuntu) Guessing it works in other bash environments but, untested.

Install instructions:

  1. Clone the repo to your home directory (in a shell):
    cd ~
    git clone https://github.com/erickmiller/seqplay.git

  2. Open your .bashrc in a text editor:
    gedit ~/.bashrc &

  3. Source seqplay.sh from your .bashrc file, i.e. add this line to the end of the .bashrc you opened, then save:
    source ~/seqplay/seqplay.sh

Launch a new shell to start using the seqplay bash command line utility to play and view image sequences.

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.