You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there. Without scoped storage, creating equal size video chunks command is working absolutely fine. But when I try to create equal size video chunks using scoped storage, it fails with following stack trace showing in Logcat.
saf: implementation released in v4.4 does not cover all use cases. There are still some filters/muxers which cannot use the saf: protocol. It was first reported in #39. I suspect your case is one of them.
I suggest building the development branch and testing your app with the .aar file created from that branch. It includes a more complete saf: solution.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello there. Without scoped storage, creating equal size video chunks command is working absolutely fine. But when I try to create equal size video chunks using scoped storage, it fails with following stack trace showing in Logcat.
SAF FileName: saf:176/2021-06-06_03_18_57-chunk%03d.mp4
Command Used: -i "/data/user/0/com.projects.vcd/files/file.mp4" -c copy -map 0 -segment_time 60 -f segment "saf:176/2021-06-06_03_18_57-chunk%03d.mp4"
2021-06-06 03:01:39.034 9463-9792/com.projects.vcd I/------------------->: [segment @ 0x75ced83800] Opening 'saf:176/2021-06-06_03_18_57-chunk000.mp4' for writing
2021-06-06 03:01:39.034 9463-9792/com.projects.vcd I/------------------->: [segment @ 0x75ced83800] Failed to open segment 'saf:176/2021-06-06_03_18_57-chunk000.mp4'
2021-06-06 03:01:39.034 9463-9792/com.projects.vcd I/------------------->: Could not write header for output file #0 (incorrect codec parameters ?): Protocol not found
2021-06-06 03:01:39.034 9463-9792/com.projects.vcd I/------------------->: Error initializing output stream 0:1 --
2021-06-06 03:01:39.034 9463-9792/com.projects.vcd I/------------------->: Stream mapping:
2021-06-06 03:01:39.035 9463-9792/com.projects.vcd I/------------------->: Stream #0:0 -> #0:0
2021-06-06 03:01:39.035 9463-9792/com.projects.vcd I/------------------->: (copy)
2021-06-06 03:01:39.035 9463-9792/com.projects.vcd I/------------------->: Stream #0:1 -> #0:1
2021-06-06 03:01:39.035 9463-9792/com.projects.vcd I/------------------->: (copy)
Please check what am I doing wrong? Thanks
The text was updated successfully, but these errors were encountered: