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.
This software uses Node.js and Electron to utilize JavaScript, HTML, and CSS for cross platform desktop apps.
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.
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.
npm install
or with yarn
yarn install
npm start
or with yarn
yarn start
npm run package
or with yarn
yarn package
npm run make
or with yarn
yarn make