Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (42)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • 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 (7001)

  • How to specify ffmpeg profile for h264_omx encoder ?

    25 septembre 2018, par Ryan Griggs

    I’m using a Raspberry Pi 3B with ffmpeg version 3.2.10-1 deb9u1+rpt1.

    I need to encode a h.264 file using the Baseline profile, but I can’t find a way to specify this on the ffmpeg command line. Using -profile:v baseline yields the following error :

    [h264_omx @ 0x185b0e0] [Eval @ 0x7e8c82e0] Undefined constant or missing '(' in 'baseline'
    [h264_omx @ 0x185b0e0] Unable to parse option value "baseline"
    [h264_omx @ 0x185b0e0] Error setting option profile to value baseline.
    Stream mapping:
     Stream #0:0 -> #0:0 (h264 (h264_mmal) -> h264 (h264_omx))
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

    This option works with libx264 (software encoder), but in this application the hardware-accelerated encoder (OMX) must be used.

    Thanks for any insight.

  • lavc/h265 : Add some common code for profile/tier/level handling

    19 septembre 2018, par Mark Thompson
    lavc/h265 : Add some common code for profile/tier/level handling
    

    Adds support for determining for level limits, including mapping PTL
    blocks to profiles to check profile-dependent level limits.

    • [DH] libavcodec/h265_profile_level.c
    • [DH] libavcodec/h265_profile_level.h
  • libfdk-aacenc : Allow enabling the ELDv2 profile

    4 septembre 2018, par Martin Storsjö
    libfdk-aacenc : Allow enabling the ELDv2 profile
    

    This is a new feature in FDK v2.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/libfdk-aacenc.c