5
Awlex
6y

!rant

TL;DR I want to add a vcodec to FFmpeg but don't understand the how or haven't found the right resources yet.

I just learned the very basics recently and thought it is great for some automation.

For now, I want to use it to compress my anime collection. I found a modded version of HEVC (x265) for anime, which I want to include as vcodec. Unfortunately, even after researching it a bit, I don't understand how to do so. Does somebody here know how to do it?

Modded HEVC.
Warning: Readme.me contains anime images
https://github.com/msg7086/...

Comments
  • 1
    why do you need to mod ffmpeg?
    (i am curently at the clean up too, but i will use av1 when i come to phase 2.)
  • 0
    @stop I thought you had to add a codec to the internal libraries to use it (the exe). Is that not the case?
  • 1
    ffmpeg -encoders | grep HEVC (shorted):

    ffmpeg version 3.4.2-2 Copyright (c) 2000-2018 the FFmpeg developers

    V..... libx265 libx265 H.265 / HEVC (codec hevc)

    V..... hevc_vaapi H.265/HEVC (VAAPI) (codec hevc)
  • 0
    @stop that is something else.

    I have a modded version of x265 (executable) and want to use that one
  • 1
    @Awlex why do you need and extra lib for encoding?
Add Comment