you-apps / RecordYou

Privacy focused recorder app built with MD3
https://you-apps.net
GNU General Public License v3.0
727 stars 30 forks source link

In-app video compression option #231

Closed KraXen72 closed 8 months ago

KraXen72 commented 8 months ago

Describe your suggested feature

some messaging apps don't support video above x mb, and it's cumbersome to export video to file due to SAF, so same as trim option, please add compression with a MB target, which calculates the minimum needed compression to meet that mb targert, and then compresses it.

Other details

No response

Acknowledgements

SuhasDissa commented 8 months ago

Integrating video processing libraries will significantly increase the size of the app. Additionally, we would need to create separate APKs for different CPU architectures, which exceeds the scope of this project. I recommend you to find a dedicated app for video compression.

KraXen72 commented 8 months ago

however, there aren't many video compression apps which support importing a file from a share dialog. could you atleast add a 'save file to storage' option for the videos, since they're in SAF and can't be exported easily? thanks!

shuvashish76 commented 6 months ago

We've FFShare app for this which uses ffmpeg. I agree that increasing app size heavily for this purpose isn't worth for it.

KraXen72 commented 6 months ago

good to know, thanks