AudioGraph

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (External Links)
(v0.0.0 update)
Line 1: Line 1:
{{FilterCat|External_filters|Plugins|Audio_filters}}
+
{{FilterCat4|External_filters|Plugins|Plugins_x64|Audio_filters}}
 
{{Filter3
 
{{Filter3
| Richard Ling, {{Author/Sh0dan}}
+
| Richard Ling, {{Author/Sh0dan}}, [https://sourceforge.net/u/ibobalo/profile/ ibobalo]
| 20040318
+
| v0.0.0
| 3=[http://web.archive.org/web/20060517015407/http://beta.zenaria.com/kpo/avisynth/AudGraph_25.zip AudGraph_25.zip]
+
| 3=[https://web.archive.org/web/20200620205259if_/https://files.videohelp.com/u/223002/AudioGraph000.7z AudioGraph000.7z]
 
| 4=Audio filters
 
| 4=Audio filters
 
| 5=[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
 
| 5=[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
Line 15: Line 15:
 
<br>
 
<br>
 
== Requirements ==
 
== Requirements ==
* AviSynth 2.5.8 or later
+
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6]
 +
* [x64]: [[AviSynth+]]
 
* Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]]
 
* Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]]
 
<br>
 
<br>
 
== [[Script variables|Syntax and Parameters]] ==
 
== [[Script variables|Syntax and Parameters]] ==
  
:{{Template:FuncDef|AudioGraph (clip, int)}}
+
:{{Template:FuncDef|AudioGraph (clip, int, int, int, int)}}
 
<br>
 
<br>
 
::{{Par2| |clip| }}
 
::{{Par2| |clip| }}
Line 26: Line 27:
 
<br>
 
<br>
 
::{{Par2| |int| }}
 
::{{Par2| |int| }}
:::<tt>'''frames_either_side'''</tt>: The number of frames, either side of the current frame, which should be graphed.
+
:::<code>'''frames_either_side'''</code>: The number of frames, either side of the current frame, which should be graphed.
 
:::The effect of the frames_either_side parameter is perhaps better explained by this table:
 
:::The effect of the frames_either_side parameter is perhaps better explained by this table:
 
:::value effect:
 
:::value effect:
Line 34: Line 35:
 
:::*...and so on.
 
:::*...and so on.
 
:::The current frame's audio is displayed in the centre of the video frame in bright green, while audio for preceding and following frames is displayed in darker green.
 
:::The current frame's audio is displayed in the centre of the video frame in bright green, while audio for preceding and following frames is displayed in darker green.
 +
<br>
 +
::{{Par2| |int| }}
 +
:::<code>'''_graph_scale'''</code>: The vertical scale factor. Set to 0 to enable auto-scale
 +
<br>
 +
::{{Par2| |int| }}
 +
:::<code>'''_middle_colour'''</code>: The graph colour for the current frame.  Colors are expressed as hex values: [[Color_presets]]
 +
<br>
 +
::{{Par2| |int| }}
 +
:::<code>'''_side_colour'''</code>: The graph colour for the frames on either side of the current. Colors are expressed as hex values: [[Color_presets]]
 +
<br>
 +
::<span style="color:red">'''Note:'''</span> all of the parameters are unnamed and do not have a default so they must be specified.
 
<br>
 
<br>
 
===How this filter works:===
 
===How this filter works:===
Line 51: Line 63:
 
  [[BlankClip]](length, width=512, height=256, fps=fps, fps_denominator=den, pixel_type="RGB32", color=$000000)
 
  [[BlankClip]](length, width=512, height=256, fps=fps, fps_denominator=den, pixel_type="RGB32", color=$000000)
 
  [[AudioDub]](last, audio)<br>
 
  [[AudioDub]](last, audio)<br>
  AudioGraph(5) # <tt>'''frames_either_side'''</tt> - change to desired value
+
  AudioGraph(20, 0, $8a9dff, $fcb5db) # change to desired values
 
<br>
 
<br>
 
== Changelog ==
 
== Changelog ==
 
  Version      Date            Changes<br>
 
  Version      Date            Changes<br>
 +
v0.0.0        2020/06/20      - Update by [https://forum.doom9.org/showthread.php?t=173259 Groucho2004]
 +
                              - Update to AviSynth 2.6 api
 +
                              - x86 and x64 binaries<br>
 +
20080928      2008/09/28      - Update by Ihor Bobalo
 +
                              - Includes new parameters "<code>_graph_scale</code>", "<code>_middle_colour</code>", and "<code>_side_colour</code>"
 +
                              - Only source code provided<br>
 
  20040318      03/18/2004      - AviSynth 2.5 version by Sh0dan
 
  20040318      03/18/2004      - AviSynth 2.5 version by Sh0dan
 
                               - No YV12 support.
 
                               - No YV12 support.
Line 71: Line 89:
 
!!width="150px"| Mirror
 
!!width="150px"| Mirror
 
!!width="150px"| Mirror 2
 
!!width="150px"| Mirror 2
 +
|-
 +
!v0.0.0
 +
|[http://www.mediafire.com/file/iozyk8yd0kvec98/AudioGraph000.7z/file AudioGraph000.7z]
 +
|[https://web.archive.org/web/20200620205259if_/https://files.videohelp.com/u/223002/AudioGraph000.7z AudioGraph000.7z]
 +
|
 
|-
 
|-
 
!20040318
 
!20040318
Line 83: Line 106:
 
<br>
 
<br>
 
==TO DO==
 
==TO DO==
 +
The update by Ihor Bobalo includes some of the following features in the to-do list.
 
* Allow the colour of the graph to be passed as a parameter.
 
* Allow the colour of the graph to be passed as a parameter.
 
* Allow separate graphing of left or right channels of stereo audio (using different colours).
 
* Allow separate graphing of left or right channels of stereo audio (using different colours).
Line 90: Line 114:
 
==External Links ==
 
==External Links ==
 
*[http://avisynth.org.ru/docs/english/externalfilters/audiograph.htm avisynth.org.ru] - Original documentation, [http://avisynth.org.ru/docs/russian/externalfilters/audiograph.htm Russian documentation]  
 
*[http://avisynth.org.ru/docs/english/externalfilters/audiograph.htm avisynth.org.ru] - Original documentation, [http://avisynth.org.ru/docs/russian/externalfilters/audiograph.htm Russian documentation]  
*[http://sourceforge.net/projects/audiograph/ SourceForge] - AudioGraph update by Ihor Bobalo; only source code provided. Includes new parameters "<code>_graph_scale</code>", "<code>_middle_colour</code>", and "<code>_side_colour</code>"
+
*[http://sourceforge.net/projects/audiograph/ SourceForge] - AudioGraph update by Ihor Bobalo; only source code provided.
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[External_filters#Audio_Filters|External Filters]] &larr;'''
 
'''Back to [[External_filters#Audio_Filters|External Filters]] &larr;'''

Revision as of 22:47, 20 June 2020

Abstract
Author Richard Ling, sh0dan, ibobalo
Version v0.0.0
Download AudioGraph000.7z
Category Audio filters
License GPLv2
Discussion Doom9 Thread


Contents

Description

This filter displays the audio waveform for a video, superimposed on the video. It is mainly intended to help during editing rather than for final output. It can be useful for finding and isolating specific sequences of dialogue or sound, and for checking that overdubbed audio (especially speech) is in sync with video.

The audio is displayed as a green waveform stretching from left to right across the frame. The filter can graph the audio for the currently visible frame only; or it can include the audio for several successive frames on either side of the current frame. Graphing several frames makes it easier to find a sound of interest. It is also really cool to watch the waveform scrolling across the video as the video plays :-).

Requirements


Syntax and Parameters

AudioGraph (clip, int, int, int, int)


clip   =
The source clip. YUY2, RGB24 or RGB32 video, with 8-bit or 16-bit mono or stereo audio.


int   =
frames_either_side: The number of frames, either side of the current frame, which should be graphed.
The effect of the frames_either_side parameter is perhaps better explained by this table:
value effect:
  • 0 : only audio for the currently visible frame is graphed.
  • 1 : audio for the preceding, current, and following frames are graphed.
  • 2 : audio for the preceding 2 frames, current frame, and following 2 frames are graphed.
  • ...and so on.
The current frame's audio is displayed in the centre of the video frame in bright green, while audio for preceding and following frames is displayed in darker green.


int   =
_graph_scale: The vertical scale factor. Set to 0 to enable auto-scale


int   =
_middle_colour: The graph colour for the current frame. Colors are expressed as hex values: Color_presets


int   =
_side_colour: The graph colour for the frames on either side of the current. Colors are expressed as hex values: Color_presets


Note: all of the parameters are unnamed and do not have a default so they must be specified.


How this filter works:

An "audioframe" is the audio data corresponding to a video frame, converted into an internal form that can be quickly drawn. A total of (1 + 2 * frames_either_side) audioframes are drawn onto each video frame. Each audioframe is thus (video frame width) / (1 + 2 * frames_either_side) pixels wide. An audioframe simply consists of a Y pixel coordinate for each X pixel coordinate, so drawing an audioframe is very fast.

When frames_either_side is nonzero, the same audioframe will be drawn several times on several successive video frames. So it makes sense to cache audioframes. The filter uses a cache of "audioframe buffers" to store recently used audioframes. Audioframes are generated from raw audio data on demand, and stored in the cache. The caching system is such that a specific audioframe is only ever cached in a specific audioframe buffer, so that cache lookup is very fast. This caching also improves performance when seeking back and forth in a video.

  • The included source code is very well documented, check it out for full details!


Examples

The following script creates a video from just an audio file. The video length is automatically adjusted based on the duration of the audio and the desired frame rate. The output clip will be RGB32, 512x256, 59.94 FPS, and frames_either_side=5, of course this is all adjustable.

WavSource("sample.wav") # for other types of files you can use FFAudioSource or LWLibavAudioSource or any other suitable audio source filter
audio = last
fps = 60000 den = 1001 length = Round((AudioDuration(audio)*fps)/den) BlankClip(length, width=512, height=256, fps=fps, fps_denominator=den, pixel_type="RGB32", color=$000000) AudioDub(last, audio)
AudioGraph(20, 0, $8a9dff, $fcb5db) # change to desired values


Changelog

Version       Date            Changes
v0.0.0 2020/06/20 - Update by Groucho2004 - Update to AviSynth 2.6 api - x86 and x64 binaries
20080928 2008/09/28 - Update by Ihor Bobalo - Includes new parameters "_graph_scale", "_middle_colour", and "_side_colour" - Only source code provided
20040318 03/18/2004 - AviSynth 2.5 version by Sh0dan - No YV12 support. - Should support multiple channels. - YUY2 mode made a bit more eyepleasing, IMO. - - It makes the graph a bit more blocky. - - YUY2 mode is converted to greyscale.
20030808 08/08/2003 - initial release; AviSynth 2.0 plugin by Richard Ling


Archived Downloads

Version Download Mirror Mirror 2
v0.0.0 AudioGraph000.7z AudioGraph000.7z
20040318 AudGraph_25.zip audgraph_25_20040318.zip audgraph_25_20040318.zip
20030808 audgraph_20_dll_20030808.zip audgraph_20_dll_20030808.zip


TO DO

The update by Ihor Bobalo includes some of the following features in the to-do list.

  • Allow the colour of the graph to be passed as a parameter.
  • Allow separate graphing of left or right channels of stereo audio (using different colours).
  • Allow a vertical scale factor to be passed as a parameter, so that quiet waveforms can be seen in more detail.
  • Fix the "feature" that the current frame's audio is not always centered on the display. It can be offset quite far to the right, depending on the relationship between video frame width and frames_either_side.


External Links




Back to External Filters

Personal tools