Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS - Audio not included by default #9

Closed
khainhero opened this issue Apr 8, 2020 · 2 comments · Fixed by #10
Closed

iOS - Audio not included by default #9

khainhero opened this issue Apr 8, 2020 · 2 comments · Fixed by #10

Comments

@khainhero
Copy link
Contributor

Audio is not included by default

Have to include:

includeAudio: true

example:

MediaInfo _compressedVideo = await videoCompress.compressVideo(originalVideoPath, includeAudio: true,);

@jonataslaw
Copy link
Owner

Audio is not included by default

Have to include:

includeAudio: true

example:

MediaInfo _compressedVideo = await videoCompress.compressVideo(originalVideoPath, includeAudio: true,);

On android or iOS?
I will fix this

@khainhero
Copy link
Contributor Author

Audio is not included by default
Have to include:
includeAudio: true
example:
MediaInfo _compressedVideo = await videoCompress.compressVideo(originalVideoPath, includeAudio: true,);

On android or iOS?
I will fix this

iOS only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants