On 15-04-24 at 16:06, James Heliker wrote: > Hello > > I'm trying to automate the calling of FFmpeg via Windows command line, > and everything is working well until FFmpeg actually begins an encode > and prints out: "Press [q] to stop, [?] for help" > > Is it possible to disable that functionality that seems to be re-opening > a stream somehow? It is crashing everything I have tried to use, even > sysinternals' PSExec and the lesser-known PAExec counterpart > (http://www.poweradmin.com/paexec/). > > It believe things would be perfect if I could somehow get FFmpeg to run > without doing that extra "listen" for whether I want to push "q" or "?"... > > Complete, uncut output below: [..] You can get ffmpeg to not listen on stdin with -nostdin. Is that what you were looking for?
-- Simon Thelen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
