jibbex / jib-FFmpeg

jib-FFmpeg is an open source application that provides some features of the multimedia tool FFmpeg via a graphical user interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jib-FFmpeg

Yet another graphical user interface for FFmpeg...

It is far from being finished and is still under development. You will find bugs and a lack of features to improve user experience.

Node.js and Electron

This software uses Node.js and Electron to utilize JavaScript, HTML, and CSS for cross platform desktop apps.

FFmpeg

This software depends on FFmpeg, so an installed version of FFmpeg is required and the directory to the binaries must be added to the path variable.



Features

The start and end time can be set via a slider. You can play the audio / video file to make it easier to find the desired time period. In addition, there is a possibility to crop the video content.

Convert from and to .mkv, .avi, .mp4, .webm, .mov, .mpeg, .mp3, .ogg, .ac3, .weba, .wav with any codec supported by the format. You can also adjust the resolution of video content, the sample rate for audio content and the bit rate.

It is possible to edit several files at once, for instance if you want to convert different files into the same format.


Initialize

npm install

or with yarn

yarn install

Starting jib-FFmpeg

npm start

or with yarn

yarn start

Create Package

npm run package

or with yarn

yarn package

Create Installer

npm run make

or with yarn

yarn make

About

jib-FFmpeg is an open source application that provides some features of the multimedia tool FFmpeg via a graphical user interface.

License:MIT License


Languages

Language:JavaScript 97.8%Language:HTML 2.2%