Skip to content

How to perform screen recorder using this library? #295

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

Closed
kumarkrish85 opened this issue Nov 9, 2023 · 1 comment
Closed

How to perform screen recorder using this library? #295

kumarkrish85 opened this issue Nov 9, 2023 · 1 comment

Comments

@kumarkrish85
Copy link

The ffmpeg-cli-wrapper library is a simple wrapper around the ffmpeg command line. If you have questions on how to use the library, please check out the usage, or random examples. If that doesn't solve your problem please fill out the following:

The question
I want to perform screen recording along with audio and save the content as .mp4 file format. I can do it through ffmpeg commands

Example ffmpeg command

ffmpeg -hide_banner -loglevel error -f dshow -i audio="<device-name>" -f gdigrab -framerate 30 -i desktop -c:v libx264 %video_file_name%".mp4"

What you have tried
I don't find any examples, could you please help

@Euklios
Copy link
Collaborator

Euklios commented Aug 22, 2024

Closed thanks to #339.
I also just added a test for the command mentioned above

@Euklios Euklios closed this as completed Aug 22, 2024
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

2 participants