getSafParameterForWrite doesn't work with -movflags faststart on Android #167
Labels
android
Affect Android platform
enhancement
New feature or request
fixed-in-v4.5.1
library
Affects the library
saf
Issue about storage access framework
v4.4
Affects v4.4 release
v4.5
Affects v4.5 release
Description
Creating an output video (.mp4) with the
-movflags faststart
doesn't work with getSafParameterForWrite (using Android's Storage Access Framework), presumably because it's not able to read the file for the second pass.Expected behavior
An option to create the output file with read and write permissions. Maybe getSafParameter can be made public so we can pass 'rw' as openMode.
Current behavior
Output file is not created properly, error shown:
To Reproduce
Logs
Environment
The text was updated successfully, but these errors were encountered: