- Notifications
You must be signed in to change notification settings - Fork5
Command line tool to launch ffmpeg audio visualizations from AES67 sdp files
License
philhartung/aes67-visualization
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Command line tool to easily launch ffmpeg audio visualizations from AES67 sdp files
git clone https://github.com/philhartung/aes67-visualization.gitcd aes67-visualizationnpm install
In addition to that, bothgstreamer (there is some issue with L24BE used in AES67 and ffmpeg, thats why gstreamer is used to convert audio) andffmpeg need to be installed.
To display the help, executenode main --help
:
Usage: main [options]Options: -V, --version output the version number -f, --file <file> Input sdp file -t, --type <type> Visualtization type: ebur128, spectrum, ahistogram, avectorscope, showcqt, showfreqs, showspatial, abitscope, showwaves, aphasemeter, showvolume -h, --help display help for command
node main -f pgm.sdp -t ebur128
:
node main -f pgm.sdp -t showvolume
:
node main -f pgm.sdp -t spectrum
:
node main -f pgm.sdp -t showwaves
:
pgm.sdp
is as AES67 sdp file from a Dante device in AES67 mode:
v=0o=- 1206666431 1206666436 IN IP4 10.10.0.118s=EXBOXMD : 31i=2 channels: Ch 3, Ch 4c=IN IP4 239.69.161.58/32t=0 0a=keywds:Dantea=recvonlym=audio 5004 RTP/AVP 97a=rtpmap:97 L24/48000/2a=ptime:1a=ts-refclk:ptp=IEEE1588-2008:00-1D-C1-FF-FE-00-00-00:0a=mediaclk:direct=0
About
Command line tool to launch ffmpeg audio visualizations from AES67 sdp files
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.