crung.py | ||
README.md |
this is crung.py
it doesnt work and is really bad. its supposed to corrupt videos. i don't remember how to use it, and i will not help you
if you want to make a better version, please do. this sucks. i didnt realise at the time i made this that ffmpeg has libsox inbuilt
it requires sox_ng and ffmpeg
how to use it
you don't
in effect, this converts a video into three audio files - a bit at the beginning, a bit at the end, and a bit for the main data. this corrupts the main data section by applying a sox audio effect
an example usage: py crung.py input.avi output.avi f -p"reverb 100 0 100" -d 30 -f s16be
mode - valid options are either v
(video), a
(audio), p
(process), or f
(full)
-d
- padding in seconds, to avoid affecting file headers and footers
-p
- sox commands to databend video
internal hogwash, if in doubt, keep these default
-s
- samplerate
-f
- ffmpeg pcm format
-i
- internal ffmpeg format
-ss
- sox internal sample size
-e
- sox internal encoding format
-sf
- sox internal file format