commit a5c1b81a3a334a39774f3e483888eb344d1df756 Author: Overwatch Date: Wed Aug 13 16:27:47 2014 +0200 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c09650e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.so +*.pyc +__pycache__ +over diff --git a/over-video.py b/over-video.py new file mode 100644 index 0000000..10b68c0 --- /dev/null +++ b/over-video.py @@ -0,0 +1,11 @@ +#! /bin/env python3 +# encoding: utf-8 + +# ffmpeg -i 2518* -codec:v libtheora -qscale:v 3 -codec:a libvorbis -qscale:a 2 output.ogv +# ffmpeg -i 2518* -c:v libx264 -preset slow -crf 22 -profile:v high -level 4.2 -codec:a libvorbis -qscale:a 2 output.mp4 + +# ffmpeg -i 2518* -af "volumedetect" -f null /dev/null | parse mean_volume: -22.8 dB +# -filter:a "volume=2.8dB" + +import over +