Skip to content

A repo for miscellaneous scripts that don't fit elsewhere

Notifications You must be signed in to change notification settings

bioinformike/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is my repo where I keep all the scripts and programs that don't seem to fit into any of my other repos.

Random Audio Checker

random_audio_check.sh is a shell script that uses ffmpeg to check a video file for audio using random sampling of short duration clips, rather than processing the entire clip.

Usage:
  random_audio_check.sh v0.3.0 [-v] [-f input file] [-n # samples] [-s sample lenght]
    -n   Number of video samples to measure volume    [Default: 5]
    -d   Video sample duration in seconds             [Default: 10]
    -f   Input video file
    -v   Increase verbosity

About

A repo for miscellaneous scripts that don't fit elsewhere

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages