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

Sound gone when scaled video #74

Open
ahmedsafadii opened this issue Jul 19, 2021 · 1 comment
Open

Sound gone when scaled video #74

ahmedsafadii opened this issue Jul 19, 2021 · 1 comment

Comments

@ahmedsafadii
Copy link

When i try to scale video speed it up or slow it the voice is gone but the videos works

let resource = AVAssetTrackResource(asset: asset)
                    resource.scaledDuration = CMTime(seconds: 5.0, preferredTimeScale: 600)
                    resource.duration = CMTime(seconds: 5.0, preferredTimeScale: 600)
                    let trackItem = TrackItem(resource: resource)
                    trackItem.videoConfiguration.contentMode = .aspectFill
@ahmedsafadii
Copy link
Author

@vitoziv

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

No branches or pull requests

1 participant