본문 바로가기
프로그램 추천

ffempg로 화면 녹화하기(매크로, 자동화)

by yenua 2024. 4. 4.
반응형

간단한 매크로 조작과 더불어 화면녹화를 해야할 일이 있어서 ffempg로 화면 녹화하는 방법을 찾아보았다. 자세한 과정은 언젠가 작성해보도록 노력해보겠다..ㅎ 아래 글들 참고하면 어느정도 따라 할 수 있을 것이다. 어느정도 지식이 있는 사람이면 대충 아래 참고글 제목이랑 아래 명령어만 보고 대충 해결할 수 있을지도?

 

ffmpeg -f dshow -i audio="스테레오 믹스(Realtek(R) Audio)" -f gdigrab -offset_x 0 -offset_y 0 -video_size 1920x1080 -framerate 30 -draw_mouse 1 -probesize 1000M -i desktop -c:v h264_qsv -qp 0 "ouput.mkv"

 

https://blog.naver.com/chandong83/222155904427

https://blog.naver.com/PostView.naver?blogId=chandong83&logNo=221821420259&categoryNo=112&parentCategoryNo=0&viewDate=&currentPage=1&postListTopCurrentPage=1&from=postView

 

FFMPEG를 이용해서 화면과 음성 녹화하기 - 윈도우 편

이전에 올린 글에선 윈도 화면(만)을 녹화하는 방법에 대해 다뤄본 적 이 있다. 이번엔 윈도우 화면과 마이...

blog.naver.com

https://www.ffmpeg.org/ffmpeg-devices.html#Options-8

 

FFmpeg Devices Documentation

Table of Contents This document describes the input and output devices provided by the libavdevice library. The libavdevice library provides the same interface as libavformat. Namely, an input device is considered like a demuxer, and an output device like

www.ffmpeg.org

https://www.lainyzine.com/ko/article/how-to-install-ffmpeg-on-windows-10/

 

[Windosw 10] FFmpeg 설치하는 방법

FFmpeg은 영상과 음성을 변환하고 편집할 수 있는 커맨드라인 프로그램입니다. 이 글에서는 윈도우에서 FFmpeg을 설치하는 방법을 소개합니다.

www.lainyzine.com

https://m.blog.naver.com/jangh96072/222530338424

 

윈도우11 '이 장치로 듣기' 설정 방법

윈10 → 윈11이 윈8.1 → 윈10 때보다 호환성이 더 좋다고 하길래 그냥 무지성 업데이트 박아서 윈11 올렸...

blog.naver.com

https://r1.community.samsung.com/t5/pc/%EA%B0%A4%EB%9F%AD%EC%8B%9C-%EB%B6%81-%EC%9D%B4%EC%98%A8%EC%97%90%EC%84%9C-%EC%9D%B4%EC%96%B4%ED%8F%B0-%EB%8B%A8%EC%9E%90%EB%A5%BC-%EC%97%B0%EA%B2%B0%ED%95%98%EB%A9%B4-%EC%99%9C-%EC%8A%A4%ED%85%8C%EB%A0%88%EC%98%A4%EB%AF%B9%EC%8A%A4%EB%A1%9C-%EC%B6%9C%EB%A0%A5%EC%9D%B4-%EC%95%88%EB%90%A9%EB%8B%88%EA%B9%8C/td-p/5599339

이어폰을 쓰게되면 스테레오 믹스 사용을 못한다.

 

 

반응형