Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (84)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (4808)

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