Skip to content

Scoped Storage #34

Closed
Closed
@Nitish-29

Description

Current behavior :
Now I am using ffmpegkit 4.4 for testing purpose and the command is
String videoPath = FFmpegKitConfig.getSafParameterForWrite(context, inputUri);
String cmd = "-ss " + start + " -t " + duration + " -accurate_seek" + " -i " + videoPath + " -codec copy -avoid_negative_ts 1 " + outputFile;

While executing the command , session is giving me the protocol not found error. (saf:-1/VID_20210423_053509.mp4: Protocol not found)
Can you help to identify the issue.

Please note : My app targets sdk 30 and have requestLegacyExternalStorage = false

Metadata

Assignees

Labels

androidAffect Android platformlibraryAffects the libraryquestionFurther information is requestedsafIssue about storage access frameworkv4.4Affects v4.4 release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions