Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (42)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5831)

  • Revision 0f3d388685 : Fix encode perf test The accepted range changed to -8..8. BUG:https://code.goog

    19 décembre 2014, par Frank Galligan

    Changed Paths :
     Modify /test/encode_perf_test.cc



    Fix encode perf test

    The accepted range changed to -8..8.
    BUG :https://code.google.com/p/webm/issues/detail?id=901

    Change-Id : I53ac80b58f4819b82c76db61db5dc476f821191f

  • avformat/matroskadec : Improve length check

    27 mars 2019, par Andreas Rheinhardt via ffmpeg-devel
    avformat/matroskadec : Improve length check
    

    The earlier code had three flaws :

    1. The case of an unknown-sized element inside a finite-sized element
    (which is against the specifications) was not caught.

    2. The error message wasn't helpful : It compared the length of the child
    with the offset of the end of the parent and claimed that the first
    exceeds the latter, although that is not necessarily true.

    3. Unknown-sized elements that are not parsed can't be skipped. Given
    that according to the Matroska specifications only the segment and the
    clusters can be of unknown-size, this is handled by not allowing any
    other units to have infinite size whereas the earlier code would seek
    back by 1 byte upon encountering an infinite-size element that ought
    to be skipped.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@googlemail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/matroskadec.c
  • Maximum MOV file supported audio / video length

    27 octobre 2020, par AKHILASH TP

    Thanks in advance.

    &#xA;

    We use libav for MOV muxing. Below is the audio and video format used. Can you help us with our questions ?

    &#xA;

    Video format - h264&#xA;Audio format - 4 channel, 24bit, 48KHz PCM

    &#xA;

    Queries :

    &#xA;

      &#xA;
    1. Can you please guide us to find the maximum length supported for a MOV file ?
    2. &#xA;

    3. Does libav have any specific limitation related to the maximum duration for muxing a MOV file ?
    4. &#xA;

    &#xA;