Recherche avancée

Médias (91)

Autres articles (94)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

Sur d’autres sites (12001)

  • avfilter/avf_showcwt : fix output frame pts if inlink timebase does not match sample...

    5 juillet 2023, par Paul B Mahol
    avfilter/avf_showcwt : fix output frame pts if inlink timebase does not match sample rate
    
    • [DH] libavfilter/avf_showcwt.c
  • avformat/AVFormatContext : Move fields down to match the fork

    9 juillet 2013, par Michael Niedermayer
    avformat/AVFormatContext : Move fields down to match the fork
    

    avconv uses private and internal fields from libavformat, we thus must
    match the layout even of the fields marked non public.
    Otherwise ffmpegs libavformat could not be used as a dropin replacement
    on debian/ubuntu

    The current soname of libavformat was not part of any release nor are any
    fields marked public moved thus in theory
    no installed shared lib ABI breakage should occur. Still the need for this
    change is unfortunate and chilling.
    If you installed shared libs from a recent development version of libavformat
    that is more recent than the last release. You probably want to check or rebuild
    applications that linked to it.

    minor versions of avformat & avdevice are bumped to allow detecting this
    as both use the updated struct

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

    • [DH] libavdevice/version.h
    • [DH] libavformat/avformat.h
    • [DH] libavformat/version.h
  • Make definition of _vorbis_window_get() match declaration.

    3 décembre 2013, par Tim Terriberry
    Make definition of _vorbis_window_get() match declaration.
    

    window.c wasn’t actually including window.h, or this would have been
    noticed earlier.

    git-svn-id : http://svn.xiph.org/trunk/vorbis@19028 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/window.c
    • [DH] lib/window.h