DEV Community

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

Posted on

2

Record Windows Screen using ffmpeg and convert to time lapse video

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

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs