initial commit
This commit is contained in:
commit
a5c1b81a3a
2 changed files with 15 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
*.so
|
||||||
|
*.pyc
|
||||||
|
__pycache__
|
||||||
|
over
|
11
over-video.py
Normal file
11
over-video.py
Normal file
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue