Changes for page Video Capture of Computer Screens
Last modified by Drunk Monkey on 2024-10-09 05:32
From version
34.1


edited by Drunk Monkey
on 2022-07-18 04:45
on 2022-07-18 04:45
Change comment:
There is no comment for this version
To version
35.1


edited by Drunk Monkey
on 2022-07-20 13:42
on 2022-07-20 13:42
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -180,4 +180,11 @@ 180 180 181 181 >(% style="font-size:14px" %)ffmpeg -y -f avfoundation -t 6 -pixel_format 0rgb -capture_cursor 1 -capture_mouse_clicks 1 -framerate 60 -i "1:" -filter:v "format=yuv444p" -filter:v "crop=1920:1080:320:180" -c:v libx265 -crf 0 -preset ultrafast screenCapture.mkv 182 182 183 +(% style="font-size:14px" %)extract audio 184 + 185 +(% style="font-size:14px" %)ffprobe <videofile> to determine the audio format 186 + 187 +(% style="font-size:14px" %)ffmpeg -i <filename> -y -ss 01:50:47.0 -t 0:02:03 -vn -c:a copy <outputaudio>.aac (assuming audio is aac as determined by ffprobe above) 188 + 189 + 183 183