jonataslaw / jonataslaw/VideoCompress
iOS i can set AVFileType, but android not found how to set Type
Open
- Dominant language
- Swift
- Stars
- 262
- Forks
- 344
- PR merge metrics
- No merged PRs in 30d
Description
this is iOS code:
if fileType == "mp4" {
exporter.outputFileType = AVFileType.mp4
}else if fileType == "mov" {
exporter.outputFileType = AVFileType.mov
}else if fileType == "m4v" {
exporter.outputFileType = AVFileType.m4v
}else{
exporter.outputFileType = AVFileType.mp4
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.