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


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

Re: Pipe FFMPEG to GNUPlot on Windows

Newsgroups comp.graphics.apps.gnuplot
Date 2015-03-07 17:03 -0800
References <f9e14a93-9245-4474-ba26-5a956580e29b@googlegroups.com> <mcoct1$5qh$1@dont-email.me>
Message-ID <66f664e8-f807-4db2-b65f-21ba91542fa7@googlegroups.com> (permalink)
Subject Re: Pipe FFMPEG to GNUPlot on Windows
From James Gibson <squarebluesolutions@gmail.com>

Show all headers | View raw


Ethan,

Many thanks - can confirm that works. Example command for others looking at getting this working on Windows...

C:\utils\ffmpeg -i C:\utils\B662C688-54C2-4314-A287-6206AE77DCE5.m4a -ac 1 -filter:a aresample=8000 -map 0:a -c:a pcm_s16le -f data - | gnuplot -p -e "set terminal png size 5000,500; set output 'waveform.png'; unset key; unset tics; unset border; set lmargin 0; set rmargin 0; set tmargin 0; set bmargin 0; plot '-' binary filetype=bin format='%int16' endian=little array=1:0 with lines;"

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious 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