Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (44)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français 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 (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8621)

  • avformat/udp : Fix IP_MULTICAST_TTL for BSD compatibility

    7 février 2022, par Limin Wang
    avformat/udp : Fix IP_MULTICAST_TTL for BSD compatibility
    

    Suggested by zhilizhao, vlc project has solved the compatibility by
    the same way, so I borrowed the comments from vlc project.

    Fixes ticket #9449

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/udp.c
  • avformat/udp : properly check for valid ttl in url

    7 février 2022, par Limin Wang
    avformat/udp : properly check for valid ttl in url
    

    Zhao Zhili added a ttl upper bound in commit 9daac85da8,
    but the check for ttl in url is missing still.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/udp.c
  • avcodec/adpcmenc : Add FF_CODEC_CAP_INIT_CLEANUP

    15 mai 2020, par Limin Wang
    avcodec/adpcmenc : Add FF_CODEC_CAP_INIT_CLEANUP
    

    then we can remove adpcm_encode_close() in adpcm_encode_init() if have failed.
    so the goto error lable will be unnecessary and can be removed later.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/adpcmenc.c