Skip to content

One-off scripts for processing video (splitting into chunks, transcode, etc)

License

Notifications You must be signed in to change notification settings

CBMM/videoutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

videoutils

A grab-bag of video processing tools.

Installation

Prerequisites

ffmpeg

Ubuntu:

sudo apt-get install ffmpeg
sudo ldconfig

osx homebrew:

brew install ffmpeg --with-vpx --with-vorbis --with-libvorbis --with-vpx --with-vorbis --with-theora --with-libogg --with-libvorbis --with-gpl --with-version3 --with-nonfree --with-postproc --with-libaacplus --with-libass --with-libcelt --with-libfaac --with-libfdk-aac --with-libfreetype --with-libmp3lame --with-libopencore-amrnb --with-libopencore-amrwb --with-libopenjpeg --with-openssl --with-libopus --with-libschroedinger --with-libspeex --with-libtheora --with-libvo-aacenc --with-libvorbis --with-libvpx --with-libx264 --with-libxvid

nix via reflex-platform

git clone git@github.com/CBMM/videoutils
cd videoutils
git submodule update --init --recursive

If you haven't installed nix, install it now:

deps/reflex-platform/installNix.sh

Compile one of the utilities, e.g. CutAtFrames

cd CutAtFrames
../deps/reflex-platform/work-on ghc ./. --run "cabal configure && cabal build"

About

One-off scripts for processing video (splitting into chunks, transcode, etc)

Resources

License

Stars

Watchers

Forks

Packages

No packages published