[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: input characters echoing is broken
From: |
Kerin Millar |
Subject: |
Re: input characters echoing is broken |
Date: |
Fri, 16 Feb 2024 17:24:08 +0000 |
On Fri, 16 Feb 2024 17:14:11 +0100
Rubén Gonzalez <rgonzalez@fluendo.com> wrote:
> Thank you for your information.
>
> I think you pointed to the issue:
> https://github.com/FFmpeg/FFmpeg/blob/7ed1e806e76092df27d7f984a554546a1cf1a175/fftools/ffmpeg.c#L219
>
> Solution WIP.
>
> Thank you :)
The ideal solution may be to pass -nostdin to ffmpeg so that it doesn't alter
the terminal settings to begin with. Doing so will disable "interaction on
standard input", which seems like no great loss for an automated test suite.
--
Kerin Millar