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
at https://github.com/Adobe-CEP/Samples/blob/master/PProPanel/jsx/PPRO/Premiere.jsx ExportAAF function example is misleading, with the set arguments function will return 1 due to the 'explode to mono?' argument, changing it to 1, will enable other params be accessible. Also the function takes 14 arguments, not 11
app.project.exportAAF( app.project.activeSequence, // which sequence fullOutPath, // output path 1, // mix down video? 0, // explode to mono? 96000, // sample rate 16, // bits per sample 0, // embed audio? 0, // audio file format? 0 = aiff, 1 = wav 0, // number of 'handle' frames 0/* optionalPathToOutputPreset*/); // optional; .epr file to use
The text was updated successfully, but these errors were encountered:
No branches or pull requests
at https://github.com/Adobe-CEP/Samples/blob/master/PProPanel/jsx/PPRO/Premiere.jsx
ExportAAF function example is misleading, with the set arguments function will return 1 due to the 'explode to mono?' argument, changing it to 1, will enable other params be accessible. Also the function takes 14 arguments, not 11
The text was updated successfully, but these errors were encountered: