Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ethan A Merritt Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Pipe FFMPEG to GNUPlot on Windows Date: Thu, 26 Feb 2015 16:15:04 -0800 Organization: gnuplot development Lines: 33 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Fri, 27 Feb 2015 00:14:25 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="8e86a57dfa599721f116da4577f3d1af"; logging-data="5969"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/PyndBKwkH5gSEqy3S1Rt+" User-Agent: KNode/4.10.5 Cancel-Lock: sha1:tJO5gbbIby8LF9Wd+8eo0GTcRXo= Xref: csiph.com comp.graphics.apps.gnuplot:2799 squarebluesolutions@gmail.com wrote: > I am trying to get the example given on the FFMPEG website (URL below) > working on a Windows machine > > https://trac.ffmpeg.org/wiki/Create%20a%20Waveform%20Image%20from%20an%20Audio%20Stream > > The issue seems to come around the syntax for pipes on Windows. What > research I have done shows that the more recent gnuplot builds support > pipes - so my question is for the following Linux formatted command, what > would be the correct Windows one... > > ffmpeg -i in.wav -ac 1 -filter:a aresample=8000 -map 0:a -c:a pcm_s16le -f > data - | \ > gnuplot -p -e "plot ' endian=little array=1:0 with lines;" > > When I run this - I get... > > /bin/sh: cat: command not found > > Presumably because the '