Removes every reference frames from a video, except the first one.
You'll need a working installation of Python 3, and FFmpeg. Make sure they are in PATH.
Download or clone this repository:
git clone https://github.com/ychalier/datamoshing.git
cd datamoshing/drop-xvid-iframes/
Install the requirements:
pip -m install requirements.txt
Simply execute the main script:
python drop_xvid_iframes.py <input-video> <output-video>