Type something to search...
Record Any Screen Region to GIF or MP4 with OverRec

Record Any Screen Region to GIF or MP4 with OverRec

Screen recording usually starts with a compromise: capture the whole monitor and crop it later, or wrestle with a recorder’s region selector every time. OverRec now records the exact rectangle you draw, using the same pixel-precise workflow already available for screenshots and window placement.

You can record interactively from the OverRec toolbar or automate a timed capture from the command line. Output can be an animated GIF or an H.264 MP4.


Record a Precise Region from the GUI

The visual workflow is deliberately short:

  1. Open Settings and choose GIF or MP4.
  2. Select a recording folder.
  3. Draw a rectangle over the area you want to capture.
  4. Click the red recording button or press Ctrl+Shift+R.
  5. Click the stop button or use the shortcut again to finish.

While recording, the red circle changes to a stop square and OverRec displays the elapsed time. When the encoder has finished, the completed file is saved in the selected recording folder.

The most recently completed rectangle defines the captured area. This makes it easy to frame a browser demo, a single application panel, or a small interaction without exposing the rest of the desktop.

Choosing a format

  • GIF uses OverRec’s built-in encoder. It is convenient for short UI demonstrations that can play directly in documentation, chat, and issue trackers.
  • MP4 produces H.264 video and requires FFmpeg to be available as ffmpeg on your system PATH.

GIF files grow quickly with resolution and duration. For longer or full-HD recordings, MP4 is usually the better choice.


Record from the Command Line

The new record command makes the same capability available to scripts and AI agents:

OverRec.exe cli record `
  --location 100,100 `
  --size 1280x720 `
  --output demo.gif `
  --timeout 10

This records a 1280x720 region starting at screen coordinate 100,100 for ten seconds.

Record an H.264 MP4

OverRec.exe cli record `
  --location 0,0 `
  --size 1920x1080 `
  --output demo.mp4 `
  --timeout 15 `
  --fps 30

MP4 recording uses FFmpeg. If it is not on PATH, provide the executable explicitly:

OverRec.exe cli record `
  --location 0,0 `
  --size 1280x720 `
  --output demo.mp4 `
  --timeout 15 `
  --fps 30 `
  --ffmpeg C:\ffmpeg\bin\ffmpeg.exe

Start a recording in the background

By default, the command waits until recording and finalization are complete. Add --async when a script or agent should continue working immediately:

OverRec.exe cli record `
  --location 0,0 `
  --size 1280x720 `
  --output demo.mp4 `
  --timeout 20 `
  --fps 30 `
  --async

The command returns after starting a detached worker. The output file is finalized when the timeout expires.


Combine Recording with Window Snapping

OverRec can position an application and record the same exact area. That gives you repeatable framing across product demos, tutorials, and automated test evidence.

First, find the window:

OverRec.exe cli window chrome

Then move it to a known rectangle:

OverRec.exe cli snap `
  --windowid 657846 `
  --location 100,100 `
  --size 1280x720

Finally, record that rectangle:

OverRec.exe cli record `
  --location 100,100 `
  --size 1280x720 `
  --output browser-demo.mp4 `
  --timeout 20 `
  --fps 30

The window and recording region now share the same coordinates. There is no manual cropping and no frame-to-frame drift between separate recording sessions.


Useful Recording Workflows

  • Product demos: isolate one app and keep private desktop content outside the frame.
  • Bug reports: capture a small reproduction without editing a full-screen recording.
  • Documentation: create compact animated GIFs for individual interactions.
  • Automated testing: let a script arrange a window, record a timed workflow, and continue with --async.
  • AI agents: expose screen recording as a deterministic command with explicit coordinates, dimensions, duration, and output path.

On Windows, MP4 capture uses Desktop Duplication for efficient screen capture. The selected region must fit entirely inside one non-rotated monitor.


A Screen Tool That Reuses the Same Rectangle

OverRec’s main idea remains the same: define an exact area once, then use it for the task at hand. That rectangle can now guide an overlay, resize a window, capture a still image, or record a video.

Download OverRec from the Microsoft Store.

Related Posts

Learn Vocabulary Effortlessly with Infini Alchemy

Learn Vocabulary Effortlessly with Infini Alchemy

Are you looking for a fun and engaging game that can also help you learn new words? Look no further! Infini Alchemy is a creative alchemy game where you can combine basic elements like Water, Fire, Ea

read more
How to copy the formulas in ChatGPT response to word

How to copy the formulas in ChatGPT response to word

Copy the formulas in ChatGPT response to word, simply 3 steps:Copy the ChatGPT response as markdown (keep LaTeX formulas) Select the formulas in Word and insert as equation Convert LaTeX fo

read more
Master KET Vocabulary Through Alchemy: A New Learning Adventure

Master KET Vocabulary Through Alchemy: A New Learning Adventure

Infini Alchemy is an innovative web-based game that transforms vocabulary learning into an engaging alchemical adventure. By dragging and dropping elements to craft new items, players naturally absorb

read more
Real-Time Video Effects with GPU Acceleration

Real-Time Video Effects with GPU Acceleration

GPU rendering is now available in Sub Dimension Camera. This feature eliminates the need to wait for a video to "render" after recording. You can now preview and capture complex artistic filters in re

read more
See the World Differently: Camera Effects in Sub Dimension

See the World Differently: Camera Effects in Sub Dimension

Your camera captures moments. Effects transform them into art. Sub Dimension comes packed with real-time visual effects that apply live in the viewfinder — what you see is what you get, whether you'r

read more

Move Any Window to an Exact Position and Size

You've set up a perfect workflow: your code editor on the left, browser on the right, terminal at the bottom. Then you restart your machine and spend the next five minutes dragging windows back into p

read more

Let an AI Agent Resize a Window and Take the Screenshot

Screen automation is easiest to trust when the result is visible and repeatable. In this short demo, an AI agent uses the OverRec screen skill to find a browser window, resize it to an exact rectangle

read more
How to Screenshot a YouTube Video (or Any Video Site) with OverRec

How to Screenshot a YouTube Video (or Any Video Site) with OverRec

You're watching a tutorial, a product demo, or a live stream and you want a clean frame from the video — no browser toolbar, no tab bar, no distractions. Here are two ways to do it with OverRec. ![Yo

read more

将任意窗口精确定位到指定位置和尺寸

你精心搭建了完美的工作流:左边代码编辑器,右边浏览器,底部终端。然后重启电脑,又花了五分钟把窗口一个个拖回原位——差不多,但就是不够准。 OverRec 解决了这个问题。手动拖拽窗口的局限 用鼠标拖拽窗口本来就不精确。你瞄准第 960 像素,落点却是 963。你把窗口调到"看起来差不多",却在一秒后发现那道缝隙。日常使用无所谓,但对于录屏、文档截图或需要重复使用的工作区布局

read more

Mueve Cualquier Ventana a una Posición y Tamaño Exactos

Has configurado el flujo de trabajo perfecto: tu editor de código a la izquierda, el navegador a la derecha, la terminal abajo. Luego reinicias el equipo y pasas los siguientes cinco minutos arrastran

read more

Deja que un Agente de IA Redimensione una Ventana y Tome la Captura

La automatización de pantalla es más fácil de confiar cuando el resultado es visible y repetible. En esta breve demo, un agente de IA usa la habilidad de pantalla de OverRec para encontrar una ventana

read more

让 AI 智能体调整窗口大小并完成截图

屏幕自动化要让人放心,结果就必须可见、可重复。在这个简短演示中,AI 智能体使用 OverRec 屏幕技能找到一个浏览器窗口,将其调整到精确矩形,并在无需手动拖拽的情况下截取干净的截图。

read more
Cómo capturar un fotograma de YouTube (o cualquier sitio de vídeo) con OverRec

Cómo capturar un fotograma de YouTube (o cualquier sitio de vídeo) con OverRec

Estás viendo un tutorial, una demostración de producto o una transmisión en vivo y quieres capturar un fotograma limpio del vídeo — sin barra de herramientas del navegador, sin barra de pestañas, sin

read more
如何用 OverRec 截取 YouTube 视频帧(或任意视频网站)

如何用 OverRec 截取 YouTube 视频帧(或任意视频网站)

你正在观看教程、产品演示或直播,想要截取一帧干净的视频画面——没有浏览器工具栏、标签栏,没有任何干扰。以下是使用 OverRec 的两种方法。方法一:在视频上绘制矩形,然后复用坐标 适合任何设备的最精确方法。使用 OverRec 的图形界面绘制一个精确覆盖视频播放

read more
Graba cualquier región de la pantalla en GIF o MP4 con OverRec

Graba cualquier región de la pantalla en GIF o MP4 con OverRec

La grabación de pantalla suele comenzar con una concesión: capturar todo el monitor y recortarlo después, o volver a ajustar el selector de región de un grabador cada vez. OverRec ahora graba el rectá

read more
使用 OverRec 将任意屏幕区域录制为 GIF 或 MP4

使用 OverRec 将任意屏幕区域录制为 GIF 或 MP4

屏幕录制通常需要做出妥协:要么录制整个显示器,之后再裁剪;要么每次都重新调整录屏工具的区域选择框。OverRec 现在可以直接录制你绘制的精确矩形,并沿用截图和窗口定位功能中已有的像素级精确工作流。 你可以从 OverRec 工具栏进行交互式录制,也可以通过命令行自动执行定时录制。输出格式支持动态 GIF 和 H.264 MP4。从图形界面录制精确区域 可视化录制流程非常简

read more