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

Add destinationPath option to .startRecording() #11

Closed
wants to merge 10 commits into from

Conversation

alectrocute
Copy link

@alectrocute alectrocute commented Jun 1, 2020

Fixes #9

@sindresorhus
Copy link
Member

From #9:

continue with #7 and address the feedback and include use-cases in the docs.

@sindresorhus sindresorhus changed the title Adds destination option string to .startRecording() Add destination option to .startRecording() Jun 1, 2020
@alectrocute alectrocute changed the title Add destination option to .startRecording() Add destinationPath option to .startRecording() Jun 1, 2020
@alectrocute
Copy link
Author

alectrocute commented Jun 1, 2020

Hi @sindresorhus,

I've added the relevant documentation. Would you like me to go a bit more in-depth?

Cheers!

@@ -1,3 +1,4 @@

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't do unrelated changes.

@@ -32,7 +33,7 @@ const options = {
await aperture.startRecording(options);
await delay(3000);
console.log(await aperture.stopRecording());
//=> '/private/var/folders/3x/jf5977fn79jbglr7rk0tq4d00000gn/T/cdf4f7df426c97880f8c10a1600879f7.mp4'
//=> '/private/var/folders/3x/jf5977fn79j/T/cdf4f7df426c97880f8c10a1600879f7.mp4'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't do unrelated changes.

@sindresorhus
Copy link
Member

The docs should describe why it's beneficial not to use this option, as described in #7 (comment)

@sindresorhus sindresorhus mentioned this pull request Jun 27, 2020
Base automatically changed from master to main January 23, 2021 13:46
@chrisspiegl
Copy link

@alectrocute Do we know what exactly is missing here? I am not very used to working on pull requests and will have to learn the process but I am interested in this Pull Request being picked up again and finished.

Specifically for the use case of storing the temp file on an external NVME SSD to have more storage for ProRes recording.

I'm willing to help but as mentioned, I don't know Pull Request processes that well 🙈.

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 this pull request may close these issues.

Add destinationPath option
3 participants