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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 20th February 2015, 22:29   #1  |  Link
martin53
Registered User
 
Join Date: Mar 2007
Posts: 407
AudioTimeline plugin, thumbsheet script

EDIT 2017/03/10 - new version 0.5.4, small bugfix

The linked plugin displays a audio timeline track under the frame. It is especially suited for thumbsheets, where it allows to estimate the audio track of the thumbnailed clip.

The plugin differs from AudioGraph, ViewAudio and waveform plugins as it does not display the waveform (and that in an arbitrarily over- or subsampled manner), but the RMS and peak audio levels, like the HistoGram() function does.
Short feature summary
Code:
clip AudioTimeline(clip, int "frames" = 1, bool "mixdown" = true, int "height" = 0, int "dBHeadroom" = 6, int "dBRange" = 66, int "loFreq" = 20)
- arbitrary audio window, no limit to the 'frames' parameter
- start of the audio time is the current frame (as known from timeline display), window is not symmetrical towards past and future of the frame, but displays the frame and future frames audio
- all AviSynth 2.6 pixel formats except YUY2
- 1 display track with mixdown level of all audio tracks or separate display tracks
- real level meter representation, level meter height and scale adjustable
- adjustable lower frequency limit to avoid display aliasing for low audio frequencies due to too short sample window


For completeness, find a thumbsheet function attached. It might deserve an own thread, but the both belong together more or less.

The script is undocumented - besides the AudioTimeline plugin, it needs the Cnv2() wrapper posted lately and CallCmd.
The plugin of course is documented and comes with source and a test suite.
Attached Images
 
Attached Files
File Type: zip Thumbsheet.avsi.zip (1.3 KB, 111 views)

Last edited by martin53; 10th March 2017 at 22:04. Reason: More detailed description of plugin features
martin53 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:31.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.