I want to program a application, when I push the start button, it runs a ffmpeg command to record a online stream, when I push the stop button, I want to send a "q" key to stop the recording. how should I do?
Printable View
I want to program a application, when I push the start button, it runs a ffmpeg command to record a online stream, when I push the stop button, I want to send a "q" key to stop the recording. how should I do?
See How To Use Buttons for a detailed explanation and example code.
Furious activity is no substitute for understanding...
H. H. Williams
I think, poster rather asks, how manage activity of ffmpeg
http://en.wikipedia.org/wiki/FFmpeg ?
hm, it depends on ffmpeg, you have send parameter start/ stop video recording (if if is possible),
or simply start / stop this application.