Skip to content
  • Fiona Glaser's avatar
    Improve flash detection's behavior near the end of the video · e6c22fef
    Fiona Glaser authored
    Flash detection catches situations like AAAABBCCDDDD, where A,B,C,D are frames in different scenes.
    x264 would place a keyframe on the first "D".
    However, if the video ended on the last "C", x264 would place a keyframe on the first "C", even though C classifies as a flash.
    This change fixes this issue.
    e6c22fef