Skip to content
TianZerL edited this page Aug 8, 2020 · 3 revisions

Codec

Anime4KCPP support the following codecs:

  • mp4v(fastest, default and recommended)
  • dxva(only for Windows, Hardware acceleration)
  • avc1(H264)
  • vp09(very slow)
  • hevc(not support in Windows)
  • av01(not support in Windows)

In CLI, use -C to specify them:

    Anime4KCPP -i "source video path" -o "destination video path" -v -C avc1
Clone this wiki locally