Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (47)

  • 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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

  • avcodec/lzw : ff_lzw_decode_tail() now returns the consumed bytes in lzw decompress

    10 novembre 2015, par Ni Hui
    avcodec/lzw : ff_lzw_decode_tail() now returns the consumed bytes in lzw decompress
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/lzw.c
    • [DH] libavcodec/lzw.h
  • Assigning variable a home file path returns warning

    28 mai 2015, par Code_Ed_Student

    I am working with ffmpeg and bash. The question that follows is more in relation to bash scripting variable assignment. I compiled ffmpeg from source using the guide. There are two ways to invoke ffmpeg : cd ~/bin &amp;&amp; ./ffmpeg -i ~/input.mp4 ~/videos/output.mkv or /home/yourusername/bin/ffmpeg ... . However in my script I am trying to set path to a variable and it returns the error Using a password on the command line interface can be insecure. How can I properly call the program without this warning ?

    #!/bin/bash/
    ffprobe_path="/home/yourusername/bin/ffprobe"

    while IFS== read field value; do
       details[$field]="$value"
    done &lt; &lt;($ffprobe_path -i "$file" -show_format -v quiet | grep '.=.')

    echo "${details[duration]}"

    Result

    Warning: Using a password on the command line interface can be insecure.
  • Anomalie #4009 (Nouveau) : Manque les champs date dans les tables

    5 octobre 2017, par nico d_

    Je suis au regret de vous annoncer que objet_inserer(’groupe_mot’) plante lamentablement.

    Dans la description de la table il est dit qu’il y a un champ date, alors que la table elle même n’en a pas, et donc, à l’insertion avec objet_inserer(), Unknown column ’date’ in ’field list’

    Date déclarée ici :
    https://zone.spip.org/trac/spip-zone/browser/_core_/plugins/mots/base/mots.php#L155
    et pas présente dans le tableau [field].

    Idem pour spip_mots d’ailleurs.

    Si c’est ok pour vous, je peux passer le schema en 2.1.2 et ajouter les champs date dans mots_upgrade() avec un sql_alter.