Sometimes you want ffmpeg to ask you whether it should overwrite a file. Sometimes it's just a script that you prefer would fail if something is amiss. I.e. don't rely on stdin to answer if you have a question.
相关问题
- Improving accuracy of Google Cloud Speech API
- How do I discard user input delivered during sleep
- MP4 codec support in Chromium
- Streaming video (C# using FFmpeg AutoGen) sends mu
- How do I decode opus file to pcm file using libavc
相关文章
- Handling ffmpeg library interface change when upgr
- How to use a framework build of Python with Anacon
- c++ mp3 library [closed]
- Passing a native fd int to FFMPEG from openable UR
- using stdin in pycharm [duplicate]
- FFmpeg - What does non monotonically increasing dt
- ffmpeg run from shell runs properly, but does not
- Interactively merge files tracked with git and unt
See https://ffmpeg.org/ffmpeg.html#Main-options
-stdin
Enable interaction on standard input. On by default unless standard input is used as an input. To explicitly disable interaction you need to specify-nostdin
.