Git Product home page Git Product logo

gifr's Introduction

gifr - gif recorder

Streaming video player. It can play any local video file in web browser (and record gifs from it).

Screenshot

Video © Blender Foundation | cloud.blender.org/spring

Features:

  • Play local video files with many formats supported, if ffmpeg can transcode it - you can play it (mkv, mp4, avi, mov, wmv, webm, ...)
  • Preliminary transcoding of whole file not required - it will only transcode parts when it's necessary
  • Adaptive video bitrate
  • Switch between multiple audio tracks (when part of video container)
  • Enable subtitles (when part of video container)
  • Save a fragment of video as gif (as project name suggests)

Limitations:

  • For local use only (no security implemented)
  • Transcoding depends on performance of the machine (some formats work better, some not)

Building

JDK 11, nodejs 15, npm 7 required.

npm install
npm run build
./mvnw clean package

Everything will be built in one target/gifr.jar file.

Running

ffmpeg and ffprobe are required in PATH (included in release builds).

Run with java:

java -jar gifr.jar

Or just (since it is an executable jar):

./gifr.jar

Go to http://localhost:5000

Configuration

Default configuration is in src/resources/application.yml.

License

BSD-3-Clause

gifr's People

Contributors

n-at 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.