caydey / ffshare

An android app to compress image, video and audio files through ffmpeg before sharing them
GNU General Public License v3.0
614 stars 30 forks source link

Changing Video crf results in crash on conversion #115

Open zmetzing opened 6 days ago

zmetzing commented 6 days ago

Describe the bug

On my Pixel 6a with Graphene OS, I can induce a crash by changing the value of "Video crf" after installing the application or clearing app storage. It is important to note that changing the value back to 23, the default, does not fix the problem. Only by uninstalling/reinstalling or clearing application storage does the application stop crashing and successfully compress a video.

Settings applied Change "Video crf" to any value. Attempt to compress a video. Observe crash.

App Logs Android log attached, as app crashes before creating its log. Error_in_FFShare_b840d3be90f8.txt

File used

https://github.com/user-attachments/assets/b043ead7-ca53-4ca1-a30e-4b643e74429d

Spielmops commented 4 days ago

I can confirm this error: ffshare works with unchanged settings, but if crf is changed, ffshare crashes immediately and without logfile.

Spielmops