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

ExportAAF example is wrong #151

Open
HeyEvgenii opened this issue Jan 23, 2024 · 0 comments
Open

ExportAAF example is wrong #151

HeyEvgenii opened this issue Jan 23, 2024 · 0 comments

Comments

@HeyEvgenii
Copy link

HeyEvgenii commented Jan 23, 2024

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
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