Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (12817)

  • lavc/vp8dsp : save one R-V GPR

    25 mai 2024, par Rémi Denis-Courmont
    lavc/vp8dsp : save one R-V GPR
    

    This saves one instruction and frees up A5, which will be repurposed in
    later changes. Unfortunately, we need to add quite a lot of alternative
    code for this.

    • [DH] libavcodec/riscv/vp8dsp_rvv.S
  • avformat/mpegts : Ensure that mpegts_get_dts() only considers packets at or after...

    4 septembre 2013, par Michael Niedermayer
    avformat/mpegts : Ensure that mpegts_get_dts() only considers packets at or after the given position
    

    This fixes an infinite loop
    An alternative fix would be to revert d73cbc22c5f2c305838d9867538cf4ad59c4035f
    but that would worsen error resilience.

    Found-by : Justin Ruggles
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mpegts.c
  • Media container for H264 and Opus

    27 avril 2013, par Ricky

    I am looking for a media container that can hold H264 video and Opus audio,
    allowing me to perform playback using VLC or equivalent. H264 is a hard
    requirement, and I picked Opus because of the licensing benefits.

    Wikipedia suggests
    that .ogg is what I'm looking for.

    However, when I looked at the VLC and FFMPEG source code, neither included H264
    support in their ogg demuxer (VLC source suggests that it only support Theora,
    Vorbis, and CMML, FFMPEG had something similar).

    Is there another container I can use ?

    Alternatively, I can also alternative audio encoder such as aac. But all aac encoders I found have less than appealing licensing associated with them (GPL).