jonataslaw / jonataslaw/VideoCompress

Set video Compress output file path to Application Document Directory.

Open
#24 1 comment 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.