A Flutter app for converting webm files to mp4 files
This app currently allows you to convert webm files to mp4 files in linux. This functionality is made possible by ffmpeg, without which the app would not work. While I know this can be done via the terminal, I wanted to contribute to the open-source world by providing a graphical app to do it :)
Check the code(snap branch):
https://github.com/stefanospin7/video_converter
About v 1.0.3:
- Arm64 support: The app now works on ARM-based Linux systems in addition to amd64.
- User preferences: Added options for dark mode and light mode.
- General code improvements: Enhanced performance and stability.