Display video file output size and duration during clipping.

Prevent video upscale, i.e. use input bit rate if lower than our normal target rates.
Do not time limit videos that are under the send file size.
Increase time limit to 10 minutes to match our lowest acceptable bitrate.
This commit is contained in:
Alan Evans
2020-11-20 13:27:58 -04:00
committed by GitHub
parent abb1ca2afe
commit 89f2c25d73
13 changed files with 388 additions and 95 deletions

View File

@@ -16,8 +16,10 @@
<org.thoughtcrime.securesms.video.videoconverter.VideoThumbnailsRangeSelectorView
android:id="@+id/video_timeline"
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_height="72dp"
android:layout_margin="16dp"
android:paddingTop="16dp"
android:paddingBottom="16dp"
app:cursorColor="#fff"
app:cursorWidth="2dp"
app:layout_constraintEnd_toEndOf="parent"