Record Windows Screen using ffmpeg and convert to time lapse video
hardyweb

hardyweb @hardyweb

About: Highly motivated and self-directed IT professional with a strong foundation in web development (particularly Laravel) and a passion for continuous learning.

Location:
Terengganu, Malaysia
Joined:
Jun 20, 2022

Record Windows Screen using ffmpeg and convert to time lapse video

Publish Date: Aug 18 '24
2 0

Ini nota peribadi aku ..

Command untuk rekod skrin komputer windows

ffmpeg -f gdigrab -framerate 30 -i desktop output.mkv
Enter fullscreen mode Exit fullscreen mode

Command untuk buat time lapse

 ffmpeg -i output2.mkv -filter:v "setpts=0.5*PTS" -an output3.mkv
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment