This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 37
Release mode fails on android #7
Comments
@arashbi have you tried to add the following to app/build.gradle release build type configuration ? |
No, I was just trying to see what is the maximum speed I can get from it. It doesn't seem too fast. A one minute video takes like 40 second to finish compression. |
Last time I checked, Telegram does not compress the videos, is there some kind of settings in Telegram to compress? So I can test the speed. This library does not give good performance when the video is long in duration or small in bitrate (possible when the video has been compressed before by whatsapp for example). |
In telegram, after picking a video, you can press the gear button, and
choose the compression level
…On Fri, Apr 30, 2021, 12:54 PM Abed Elaziz Shehadeh < ***@***.***> wrote:
Last time I checked, Telegram does not compress the videos, is there some
kind of settings in Telegram to compress? So I can test the speed.
This library does not give good performance when the video is long in
duration or small in bitrate (possible when the video has been compressed
before by whatsapp for example).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADM3FJEUR2NY3KCJXYSX33TLLOD7ANCNFSM42R5BRYA>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to run the example application on android in release mode -
flutter run --release
; it gives me an exceptionAnd the application freezes after selecting a video
The text was updated successfully, but these errors were encountered: