Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (108)

Sur d’autres sites (15686)

  • lavf/mp3enc : fix ID3v1 year metadata setting issue

    20 avril 2020, par Jun Zhao
    lavf/mp3enc : fix ID3v1 year metadata setting issue
    

    Follow the http://id3.org/ID3v1, setting the year metadata
    for ID3v1.

    fix #8623

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/mp3enc.c
  • mov : Change DTS-based seek into CTS-based seek.

    27 janvier 2015, par Yusuke Nakamura
    mov : Change DTS-based seek into CTS-based seek.
    

    CTS-based seek is reasonable since player requests frames in output order
    not coded order.

    This change fixes seek to a keyframe within consecutive keyframes.
    Let’s say P0 and P1, here x and y inside x are PTS and DTS
    respectively, and both two frames are a keyframe. If you try to seek on
    PTS=0, i.e. P0, you’ll get P1 if the demuxer is DTS based. This
    is obviously undesirable.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/mov.c
  • mov : Change DTS-based seek into CTS-based seek.

    27 janvier 2015, par Yusuke Nakamura
    mov : Change DTS-based seek into CTS-based seek.
    

    CTS-based seek is reasonable since player requests frames in output order
    not coded order.

    This change fixes seek to a keyframe within consecutive keyframes.
    Let’s say P0 and P1, here x and y inside x are PTS and DTS
    respectively, and both two frames are a keyframe. If you try to seek on
    PTS=0, i.e. P0, you’ll get P1 if the demuxer is DTS based. This
    is obviously undesirable.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/mov.c