Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (66)

Sur d’autres sites (13939)

  • libvpx : Support setting color range for vp9.

    9 janvier 2016, par Sasi Inguva
    libvpx : Support setting color range for vp9.
    

    Pass through color range to vp9 encoder. Parse color range in libvpxdec.c.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : Sasi Inguva <isasi@google.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/libvpxdec.c
    • [DH] libavcodec/libvpxenc.c
  • Ffmpeg split video into multiple chunk but in different duration length

    15 décembre 2020, par Vicky

    I know how to split video into equal duration length, but here i want to split video into un-equal parts and number of parts and duration will be different for each time.

    &#xA;&#xA;

    For ex, video length is 50 sec, i want to split it in 4 parts. &#xA;1) 0 sec - 5 sec &#xA;2) 6 sec - 22 sec&#xA;3) 23 sec - 34 sec&#xA;4) 35 sec - 50 sec&#xA;

    &#xA;

  • avformat/ivfenc : Change the length fields to 32 bits

    2 octobre 2019, par Raphaël Zumer
    avformat/ivfenc : Change the length fields to 32 bits
    

    There is no change in the encoded bitstream, but this
    ensures that the written field length is consistent
    with the reference implementation.

    Unused bytes are zeroed out for backwards compatibility.

    Signed-off-by : Raphaël Zumer <rzumer@tebako.net>

    • [DH] libavformat/ivfenc.c