Code Monkey home page Code Monkey logo

optishadow's Introduction

optishadow

optimizes media to reduce filesize while preserving most of the visual quality

  • requires ffmpeg i path or same folder*
  • supports everything ffmpeg supports
  • this will replace the old file with the new

all the program does is recursively walk the path of the directory or single file its presented with at launch
and runs ffmpeg -map 0 -c:v libx264 -crf:v 18 -preset:v slow -c:a libopus -b:a 128k -ac 2
and then replaces the old file with the new one

during convertion it stores the video in same directory as optishadow.exe and after convertion it copies the file to its real destination and replacing original file

example: optishadow.exe "input.mp4"
will convert the video to a more optimized media

its also possible to drag&drop a media file or directory ontop of the optishadow.exe

installation / build

follow one of these steps:

  • download the binaries from the release tab
  • build them yourself from source (weirdo)
    install pkg or the packager of your choosing with npm install pkg -g
    then: pkg index.js -t node18-win -o optishadow

optishadow's People

Contributors

reezey avatar

Watchers

 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.