Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (102)

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

  • 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

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

  • Anomalie #4328 : Depots inaccessibles

    7 mai 2019, par Armen Spidermian

    Merci pour cette réponse mais...
    J’ai bien évidemment fait la mise a jour vers 3.2.4
    sans que cela, change quoi que ce soit.

    a écrit :

    La demande #4328 <https://core.spip.net/issues/4328#change-14929> a
    été mise à jour par b b.

    Je ne comprends d’autant mons cette eeereur que j’ai un autre spip
    (3.2.4) qui tourne sur cette machine et qui n’a pas ce probleme.

    Solution simple et pérenne, utiliser une version à jour sur le site
    qui pose problème, d’autant plus qu’on a corrigé des failles de sécu
    depuis la 3.2.1 ;)


    Anomalie #4328 : Depots inaccessibles
    <https://core.spip.net/issues/4328#change-14929>

    • Auteur : Armen Spidermian
    • Statut : Fermé
    • Priorité : Normal
    • Assigné à :
    • Catégorie :
    • Version cible :
    • Resolution : invalid
    • Navigateur :

    Spip refuse de se connecter au dépot.

    2019-05-06 13:50:01 78.230.118.204 (pid 7481) :Pri:ERREUR : Erreur
    connexion
    2019-05-06 13:50:02 78.230.118.204 (pid 7481) :Pri:ERREUR : Erreur
    connexion
    2019-05-06 13:50:02 78.230.118.204 (pid 7481) :Pri : !INFO : copie_locale
     : Echec recuperation https://plugins.spip.net/depots/principal.xml sur
    ../IMG/distant/xml/principalxml2fdc.xml status : 0

    Je n’arrive pas a comprendre d’ou ca vient...

    Fichiers ErreurSpip.png
    <https://core.spip.net/attachments/download/1083/ErreurSpip.png> (84,9 ko)


    Vous recevez ce mail car vous êtes impliqués sur ce projet.
    Pour changer les préférences d’envoi de mail, allez sur
    http://core.spip.net/my/account

  • avformat/mov : rewrite aspect from matrix code

    15 janvier 2015, par Michael Niedermayer
    avformat/mov : rewrite aspect from  matrix code
    

    The original code was intended purely for rotation == 0
    In cf70ba37ba74089a18295b29e77dead0a3222c9e the condition was
    changed to use it only for rotation != 0
    which broke the cases for which it was intended to be used
    as well as breaking cases for which it was not intended to be
    used.
    This changes the code so it could work for the more general
    case and fixes the regressions
    If you have sample files that are not handled correctly
    please open tickets or mail me !

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

    • [DH] libavformat/mov.c
  • src/flac/encode.c : Fix compression failure warning when encoding from stdin.

    2 juillet 2014, par Erik de Castro Lopo
    src/flac/encode.c :  Fix compression failure warning when encoding from stdin.
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/encode.c