jonataslaw / jonataslaw/VideoCompress
Set video Compress output file path to Application Document Directory.
Open
- Dominant language
- Swift
- Stars
- 262
- Forks
- 344
- PR merge metrics
- No merged PRs in 30d
Description
Can you advise me if we can set the video compress path?
By default, it is creating the videos under this folder.
`/storage/emulated/0/Android/data/com.example.test/files/video_compress/VID_2020-06-15 11-43-21.mp4`
I want to change it to the application directory.
```
final Directory extDir = await getApplicationDocumentsDirectory();
final String dirPath = '${extDir.path}/Videos/My_App';
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.