A simple video and audio converter, functioning as an FFmpeg front-end.
- Download the latest release.
- Extract the downloaded archive.
- Run
main.exe
.
-
After launching the application, follow these steps:
a) Place the video files you want to convert into the
In
folder.b) Open the application and select your desired conversion parameters.
c) Click the
Create and execute
button. -
The application will process the selected video files according to the chosen settings.
-
Once the conversion is complete, you can find the converted files in the
Out
folder.
- Install Python 3.
- Add the following path to the PATH environment variable:
%APPDATA%\Python\Python310\Scripts
. - Run the provided
build.bat
script. - Find the built executable in the
dist
folder.