Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (50)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8323)

  • Why i can not listen audio from URL in javaFX WebView ?

    15 mai 2014, par Jay Joshi

    I am developing one media app using javaFX.. so I need to put play audio functionality in the app.. but du to some reason i could not play the audio.

    I an new for javaFX so. Is there any ffmpeg media package for it ?

  • Fix some minor word duplication

    1er décembre 2014, par Zoë Blade
    Fix some minor word duplication
    

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] doc/html/documentation_tools_metaflac.html
    • [DH] include/FLAC/all.h
    • [DH] include/FLAC/metadata.h
    • [DH] include/share/compat.h
    • [DH] include/share/macros.h
    • [DH] man/metaflac.1
    • [DH] man/metaflac.sgml
    • [DH] src/metaflac/usage.c
  • avcodec/vvcdec : ff_vvc_frame_submit, avoid initializing task twice.

    25 avril 2024, par Nuo Mi
    avcodec/vvcdec : ff_vvc_frame_submit, avoid initializing task twice.
    

    For some error bitstreams, a CTU belongs to two slices/entry points.
    If the decoder initializes and submmits the CTU task twice, it may crash the program
    or cause it to enter an infinite loop.

    Reported-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/dec.c
    • [DH] libavcodec/vvc/thread.c
    • [DH] libavcodec/vvc/thread.h