Skip to content

Apivan/ffmpeg_stopper_win32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

FFmpeg Stopper

Description

FFmpeg Stopper is a Windows application designed to stop the ffmpeg process by simulating a Ctrl+C command in the parent process window. This tool is useful for scenarios where ffmpeg is running in a command prompt and needs to be stopped programmatically.

Usage

Execute the compiled ffmpegstopper.exe file. The application will automatically find the ffmpeg process, set focus to its parent window, and send a Ctrl+C command to stop the process.

Build

Open the Visual Studio Command Prompt and run the following command:

cl /EHsc /W4 /O2 /std:c++17 ffmpegstopper.cpp user32.lib

About

Gracefully stop FFmpeg process in Windows

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages