Re: [FFmpeg-user] Change commands during runtime when the stream is being piped into stdin

2023-01-13 Thread Dennis Mungai
On Fri, 13 Jan 2023 at 18:46, Joao Pedro Borges Martins wrote: > I want to send a command to change the audio filters on an already running > FFmpeg process using the process stdin but the audio data is being passed > in the stdin itself, I tried prefixing the command with `#` but had no > succes

[FFmpeg-user] Change commands during runtime when the stream is being piped into stdin

2023-01-13 Thread Joao Pedro Borges Martins
I want to send a command to change the audio filters on an already running FFmpeg process using the process stdin but the audio data is being passed in the stdin itself, I tried prefixing the command with `#` but had no success. The program just considers my command as a malformed packet and lags t