Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Formerly davidh*****
![]() Join Date: Jan 2004
Posts: 2,822
|
waveform - audio waveform display
This filter is now deprecated in favour of version 2.0
Inspired by audiograph, waveform is a plugin to overlay audio waveforms on video clips - useful for identifying sync issues and audio glitches. Download: waveform0.3.zip ![]() (these screenshots are now out of date; see post further down) No prizes for guessing what my favourite TV show is... Improvements over audiograph are:
Code:
waveform
========
An Avisynth plugin to display audio waveforms superimposed on video clips.
Usage
=====
waveform(clip, int "window", float "height", bool "under", float "zoom", bool "marks")
Parameters:
-----------
window: the number of frames either side to display a waveform for (default: 1)
height: >=1 : height in pixels of each audio channel displayed
<1 : total height of waveform display as a fraction of video height (default: 0.333)
under: if true, display the waveform underneath the video instead of superimposed on it (default: false)
zoom: scale up the waveform (default: 1)
marks: display frame boundary marks (default: true)
Last edited by wonkey_monkey; 3rd July 2021 at 14:05. Reason: new parameter |
|
|
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|