Closed
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