Skip to content

Latest commit

 

History

History

drop-xvid-iframes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Drop Xvid I-Frames

Removes every reference frames from a video, except the first one.

Getting Started

Prerequisites

You'll need a working installation of Python 3, and FFmpeg. Make sure they are in PATH.

Installation

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

Basic usage

Simply execute the main script:

python drop_xvid_iframes.py <input-video> <output-video>

Example