Video coding configurationΒΆ

Attention

πŸ›‘ Cool-chic 3.2 and 3.3 temporarily disable video coding. If you really want to compress videos you can

  • Go back to 3.1: git clone --branch v3.1 https://github.com/Orange-OpenSource/Cool-Chic.git

  • Wait for Cool-chic 4.0 for better and faster video coding πŸ˜‰.

Image codingΒΆ

To achieve plain image coding i.e. compression a single standalone intra frame simply set the intra period and P period to zero.

# Image coding, input could also be a .yuv file in such case, it
# would only encode the first video frame.
python3 src/encode.py --intra_period=0 --p_period=0 --input=xxx.png