Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2798

Pipe FFMPEG to GNUPlot on Windows

X-Received by 10.140.196.209 with SMTP id r200mr9953354qha.0.1424987042718; Thu, 26 Feb 2015 13:44:02 -0800 (PST)
X-Received by 10.140.92.226 with SMTP id b89mr167526qge.29.1424987042704; Thu, 26 Feb 2015 13:44:02 -0800 (PST)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j7no7885283qaq.1!news-out.google.com!c1ni202qar.1!nntp.google.com!j7no7885282qaq.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.graphics.apps.gnuplot
Date Thu, 26 Feb 2015 13:44:02 -0800 (PST)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=62.255.192.230; posting-account=7mEHSwoAAAC-0R9tJlTM74lldjnK7Zbn
NNTP-Posting-Host 62.255.192.230
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <f9e14a93-9245-4474-ba26-5a956580e29b@googlegroups.com> (permalink)
Subject Pipe FFMPEG to GNUPlot on Windows
From squarebluesolutions@gmail.com
Injection-Date Thu, 26 Feb 2015 21:44:02 +0000
Content-Type text/plain; charset=ISO-8859-1
X-Received-Bytes 1794
X-Received-Body-CRC 917495759
Xref csiph.com comp.graphics.apps.gnuplot:2798

Show key headers only | View raw


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 '<cat' binary filetype=bin format='%int16' endian=little array=1:0 with lines;"

When I run this - I get...

/bin/sh: cat: command not found

Presumably because the '<cat' is not valid as the pipe source on Windows.

Any help hugely appreciated!

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

Pipe FFMPEG to GNUPlot on Windows squarebluesolutions@gmail.com - 2015-02-26 13:44 -0800
  Re: Pipe FFMPEG to GNUPlot on Windows Ethan A Merritt <sfeam@users.sourceforge.net> - 2015-02-26 16:15 -0800
    Re: Pipe FFMPEG to GNUPlot on Windows James Gibson <squarebluesolutions@gmail.com> - 2015-03-07 17:03 -0800

csiph-web