We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hiya
Is it possible to support "canPerformMultiplePassesOverSourceMediaData" from AVAssetExporter ?
I had a look at the source, but it didn't seem that it was trivial since AVAssetWriter doesn't seem to have this flag.
J
The text was updated successfully, but these errors were encountered:
I added this to my Swift version by setting the value on the videoInput. It's like this in Swift:
videoInput.performsMultiPassEncodingIfSupported = canPerformMultiplePassesOverSourceMediaData
You should be able to do the same by adding the line in Objective C after line 126.
self.videoInput = [AVAssetWriterInput assetWriterInputWithMediaType:AVMediaTypeVideo outputSettings:self.videoSettings];
Sorry, something went wrong.
No branches or pull requests
Hiya
Is it possible to support "canPerformMultiplePassesOverSourceMediaData" from AVAssetExporter ?
I had a look at the source, but it didn't seem that it was trivial since AVAssetWriter doesn't seem to have this flag.
J
The text was updated successfully, but these errors were encountered: