Screen Recorder in Python

Screen Recorder in Python

NeuralNine

3 года назад

40,646 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@S14Y3R
@S14Y3R - 27.12.2023 19:50

Audio?

Ответить
@derex47
@derex47 - 08.03.2023 02:10

if i want to record the sound of a specific open program

Ответить
@patricechaula3430
@patricechaula3430 - 17.02.2023 15:29

Why is mine just 8Kb and it doesn't play?

Ответить
@Alex-yo8ph
@Alex-yo8ph - 01.02.2023 22:35

If anyone has this issue in PyCharm: import cv2 and you can't see the functions of this library, which means "auto completion doesn't work", then use this way: from cv2 import cv2 and the auto completion will work.

Alternatively there is a procedure: in PyCharm open from menu FILE - SETTINGS go to PROJECT: <your_project_name> and select PYTHON INTERPRETER click on the gear symbol next to the interpreter path and select SHOW ALL make sure the correct interpreter is selected click on that icon that looks like a folder tree (on the top) click on the "+" icon select the folder where the opencv package is located normally (if you installed it via package manager) you will find it in: <your_project_path>\venv\Lib\site-packages\cv2 click OK (twice) wait for updating skeletons.

Ответить
@jyotidwivedi2734
@jyotidwivedi2734 - 22.12.2022 08:50

7 line pr please sir bta diziye

Ответить
@jyotidwivedi2734
@jyotidwivedi2734 - 22.12.2022 08:49

Sir mere me error aa rha h

Ответить
@henryd3bby
@henryd3bby - 06.11.2022 14:54

Im gonna make unregistered hypercam 3

Ответить
@oolumee
@oolumee - 01.10.2022 19:01

Anyone know what values for fps, wait , etc works best for playback?

Ответить
@hasson2349
@hasson2349 - 26.09.2022 04:43

Is it with sound too?

Ответить
@aliakbarkazeminiya2758
@aliakbarkazeminiya2758 - 30.08.2022 22:00

How can I read part of the page in real time and process the texts in that part?

Ответить
@aniketm6098
@aniketm6098 - 22.07.2022 15:55

you are creating a .avi file, it is running on you system but not on mine. please help me out

Ответить
@yusefs.n2317
@yusefs.n2317 - 13.07.2022 18:40

none of ur videos ever worked for me.

Ответить
@prateekgupta5034
@prateekgupta5034 - 31.05.2022 14:29

hey , actually can you help me i am trying to record directly in webm format using opencv do you have any idea how we do that

Ответить
@michaelmebratu2921
@michaelmebratu2921 - 12.03.2022 00:22

The best tutorial ever!!!

Ответить
@jugertmucoimaj9017
@jugertmucoimaj9017 - 09.12.2021 17:41

lmfao, first of all imagine getting a GeeksForGeeks tut and make it like you did it yourself and the second thing is that screenshotting each frame and adding those frame means low performance. Because that means 60 screenshots per second

Ответить
@sarahshahini4138
@sarahshahini4138 - 01.12.2021 10:57

I have a problem. Please help me. Import "puautogui" Could not be resolved pulance(reportMissingImports)

Ответить
@swarnarekha578
@swarnarekha578 - 02.11.2021 05:48

video was nice. who thinks so like :)

Ответить
@CODEFORTRESS
@CODEFORTRESS - 10.10.2021 11:57

which editing software do you use?

Ответить
@trevormckellen5613
@trevormckellen5613 - 26.09.2021 20:30

the numbers in the waitKey() are miliseconds

Ответить
@rpg98
@rpg98 - 21.09.2021 06:23

Great job .... Thank you

- I needed Pillow package to be upgraded
- I got 0xc10100be error and fix it by changing the resolution to match my PC resolution.
FROM : SCREEN_SIZE = (1920, 1080)
TO : SCREEN_SIZE = (3840, 2160)
Also you can change the resolution of the capturing image
from : img = pyautogui.screenshot()
TO : img = pyautogui.screenshot(region=(0,0, 1920, 1080))
but this will crop the screen

Ответить
@leopoldoansantos
@leopoldoansantos - 03.08.2021 09:54

The best dev channel ever, congrats!!!

Ответить
@tusharbhanushali2796
@tusharbhanushali2796 - 16.07.2021 14:25

How I record video in a normal speed

Ответить
@canadianbeast8671
@canadianbeast8671 - 01.07.2021 22:15

ur the best

Ответить
@roma_senatosu
@roma_senatosu - 21.06.2021 22:58

as I thought..

Ответить
@phamtuongminh1468
@phamtuongminh1468 - 21.06.2021 14:43

hi, you can teach me record area on srceen . thanks !

Ответить
@lo2246
@lo2246 - 28.04.2021 17:19

lets say I want to record only the sound of the screen, how do I do that?

Ответить
@janfiejka2890
@janfiejka2890 - 18.04.2021 12:28

I love that Intro tho!

Ответить
@melikmehmetbyk4489
@melikmehmetbyk4489 - 28.03.2021 17:55

nice intro
headshot :D

Ответить
@rabiumuhammedeffect423
@rabiumuhammedeffect423 - 28.03.2021 13:15

My script is not capturing...

Ответить
@omarsenoussaoui6666
@omarsenoussaoui6666 - 26.03.2021 22:13

please how to remote desktop with Py

Ответить
@shaurryabaheti
@shaurryabaheti - 26.03.2021 18:03

Heyy i tried the code first it didnt work due to the resolution issue then scrot started behaving differently i mean it started returning the screen shot of the time when i executed the command to install scrot in my terminal

Ответить
@mattmovesmountains1443
@mattmovesmountains1443 - 24.03.2021 18:06

Anyone get the numbers dialed in so that it records/plays at 1:1?

Ответить
@jabuci
@jabuci - 24.03.2021 14:57

What is 20.0 in the code? What is waitKey() for?

Ответить
@codewithyug1129
@codewithyug1129 - 24.03.2021 10:05

Awesome vid mate but can you also make a screen recorder in which if we say something, it will capture it?

Ответить
@beastnighttv
@beastnighttv - 24.03.2021 08:29

When i try to open the avi file it says it is unsupported but why? I opened many AVI file in that software
@NeuralNine can i get the code pls

Ответить
@Djellowman
@Djellowman - 24.03.2021 05:53

@NeuralNine there is an error in this vid, as the reason for the fast playback is because it didn't capture as many frames per second as you intended here, whilst the video is displaying the captured frames at 20 fps. Even though you've specified 120 fps, you're only capturing 5-10 fps and playing it at 20 fps in this video

Ответить
@johnsun3239
@johnsun3239 - 24.03.2021 04:56

But where is the sound? The screen recorder does not record sound.

Ответить
@vincent-ox5rz
@vincent-ox5rz - 24.03.2021 01:56

Your content is amazing dude. Keep up the great work. I will be here when you blow up. I also wanted to support you so i bough some of your books couple days ago and i will also support you on patreon :-)

Ответить
@ilkinalizade8467
@ilkinalizade8467 - 23.03.2021 19:56

i have errors like module cv2 has no VideeoWriter can you help me?

Ответить
@Blaze48000
@Blaze48000 - 23.03.2021 09:30

Great video man keep up the great content

Ответить
@jesusretes1449
@jesusretes1449 - 23.03.2021 06:09

Could this work on 3.7 python

Ответить
@albertoricardomorales6328
@albertoricardomorales6328 - 23.03.2021 03:50

Awesome, pretty cool!
<3

Ответить
@robinferizi9073
@robinferizi9073 - 23.03.2021 02:03

Next tutorial: How to be born

Ответить
@Djellowman
@Djellowman - 23.03.2021 01:06

Correct me if i'm wrong, but the cv2.waitKey() function only functions as a sleep() here to free up the cpu and only check if a new frame needs to be recorded 10 times per second. The reason that the recording seems sped up can't have anything to do with this or the fps right? So why is the recording so sped up??

Ответить
@ninjacodertech
@ninjacodertech - 23.03.2021 01:05

can it be output.mp4 instead of output.avi???

Ответить
@younessid437
@younessid437 - 23.03.2021 00:48

Thank u so much bro, Nice, and clean Tuto

Ответить
@abrarmulla1196
@abrarmulla1196 - 22.03.2021 22:53

i love your python vids

Ответить
@AstoBolo
@AstoBolo - 22.03.2021 22:02

When i close the file and try to open the video it keeps saying corupted

Ответить