g3offrey / recode-converter

A modern & simple audio converter for video files

Home Page:https://murgatt.github.io/recode-converter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recode Converter

A modern & simple audio converter for video files Screenshot

Download

You can download the app on the website:

https://murgatt.github.io/recode-converter/

Development

Requirements

The application is built with Electron and React and is using FFMPEG. Make sure to have Node.js, Yarn & FFMPEG installed.

Installation

  1. Clone this repository: git clone https://github.com/murgatt/recode-converter.git
  2. Navigate into the project directory: cd recode-converter
  3. Install dependencies: yarn

Run the app

yarn dev

Building the app

  • for all supported OS
yarn electron-pack:all
  • macOS
yarn electron-pack:mac
  • Windows
yarn electron-pack:win
  • Linux
yarn electron-pack:linux
  • all OS
yarn electron-pack

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to follow the code style of the project and update translations if needed.

Roadmap

Feature Status
FFMPEG installation check
App version check
Subtitles conversion
Conversion notification
Application settings
Choose output file container
Conversion presets
Add streams to the output file
Extract streams from input files
View detailed file info
Video conversion
Audio files conversion

License

MIT

About

A modern & simple audio converter for video files

https://murgatt.github.io/recode-converter/

License:MIT License


Languages

Language:JavaScript 97.8%Language:HTML 1.9%Language:CSS 0.4%