Recherche avancée

Médias (91)

Autres articles (103)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7835)

  • 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;