Branden Archer
Branden Archer
Reported via email: version: 0.11 os: Linux samsung/j3popltespr/j3popltespr:6.0.1/MMB29M/J327PVPU3AQL3:user/release-keys 6.0.1 - 23 exceptions: java.lang.IllegalStateException at android.media.MediaPlayer.seekTo(Native Method) at android.widget.VideoView.seekTo(VideoView.java:796) at protect.videotranscoder.activity.MainActivity.startVideoPlayback(MainActivity.java:939) at protect.videotranscoder.activity.MainActivity.access$1100(MainActivity.java:81) at protect.videotranscoder.activity.MainActivity$10.run(MainActivity.java:948) at java.util.Timer$TimerImpl.run(Timer.java:284)
For example, mkv supports srt subtitles, but not all video formats support this. MP4 does not, as it only supports soft or hard subtitles. https://superuser.com/questions/932730/ffmpeg-mkv-to-mp4-conversion-loses-subtitles Example mkv files with subtitles...
Some media formats, such as mp4, contain [rotation metadata](https://addpipe.com/blog/mp4-rotation-metadata-in-mobile-video-files/). At least one user has found that encoding a portrait video (assumed to have rotation metadata) when encoded with the app...
Perhaps put something in place of the black box when no video is displayed.
This is "-c:v copy" and "-c:a copy" in FFmpeg.
When Android experiences memory pressure it will let applications know. After this notification, Android may choose to kill applications to free up memory. If this app receives a low memory...
Due to a [bug](https://issuetracker.google.com/issues/141132133) in androidx.appcompat:appcompat versions 1.1.0 through 1.2.0-alpha01, loading the About dialog on Android 5 devices results in a crash: ``` FATAL EXCEPTION: ControllerMessenger Process: protect.card_locker, PID: 14560...
There is an option to increase the screen brightness. However, if the screen times out it will still turn off. This feature is to hold a screen power lock so...
If someone wants to see more entries on the main screen, the font size of the titled can be reduced. However, the size of the colored letter does not change....