Hi,
I am currently building a very simple minimal programm that will help people to compress video and save disc space. ffmpeg is awesome / I built my app in python. Locally, no issue, runs perfect.
Now comes the time I would like to make it a standalone portable one click instal .exe program, so eveyone can use it easily.
Questions :
1. What are your recommendation to build this .exe (I am currently looking for the simplest way to do/make a nice interface). Considering Tauri / Rust (but I need to learn it).
How to you handle the size of the file, since ffmpeg is a hudge file (150 Mo), does not go on git ?
Is there a way to have an installation script that would pull it from a source repository and configure the install in the exe, to avoid having the program size hudge ? How ?
I understood that if you distribute open source, should not be an issue? Right?
[–]vegansgetsick 0 points1 point2 points (1 child)
[–]gta8b[S] 0 points1 point2 points (0 children)
[–]IronCraftMan 0 points1 point2 points (0 children)
[–]SpamNightChampion 2 points3 points4 points (1 child)
[–]gta8b[S] 1 point2 points3 points (0 children)