[qpfile] Support K frametype

Issue #161 resolved
shinchiro created an issue

x264 has 6 choices when defining frametype Frametypes: I,i,K,P,B,b

But x265 doesnt has K type. May I request to add K type as well?

Comments (4)

  1. shinchiro reporter

    From x264's help:

    --qpfile <string>     Force frametypes and QPs for some or all frames
                          Format of each line: framenumber frametype QP
                          QP is optional (none lets x264 choose). Frametypes: I,i,K,P,B,b.
                              K=<I or i> depending on open-gop setting
                          QPs are restricted by qpmin/qpmax.
    

    I just think its best to keep x265's cli similar with x264's cli if possible

  2. Log in to comment