Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 632 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 632 Bytes

movmosh

General purpose datamosher. Best used to mosh AVI or MOV videos.

Usage

movmosh -input IMG_0246.MOV -output output.mov --rate 0.5 --startp 20 --endp 96 --chunk 222 --mode copyswap

Options

  • --input: Input file.
  • --output: Output file.
  • --rate: How much the moshing occurs, can accept from 0-100.
  • --startp: Start percentage of the file range to mosh.
  • --endp: End percentage of the file range to mosh.
  • --chunk: The chunksize of data to be corrupted.
  • --mode: The moshing mode, can be swap (default), copyswap, blackout, purerandom, reverse, incremental.

License

MIT