Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (46)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • 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

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

  • doc/filters : add a signalstats example

    9 juillet 2014, par Dave Rice
    doc/filters : add a signalstats example
    

    Signed-off-by : Dave Rice <dave@dericed.com>

    • [DH] doc/filters.texi
  • ffmpeg slide showing corrupted

    20 février 2020, par devcrazy

    I’m trying to use ffmpeg to create a slide showing video from bulk images.
    I tested with 3 images and the names are

    0.jpg, 1.jpg, 2.jpg

    I assigned 5 seconds per slide and the video length is 15s.

    I executed the following command

    ffmpeg -r 0.2 -i tmp/%d.jpg -vcodec mpeg4 -y myslide.mp4

    Of course, it seems all the things are normal and the video file is created.
    But when I play it, the last slide are not shown. As I change the video players, occurred the same thing. Some players are corrupted when the progress is in last slide.
    Why is this happened ? Wrong parameters ?

  • doc/ffprobe.xsd : fix order and missing elements/attributes

    2 juillet 2014, par Dave Rice
    doc/ffprobe.xsd : fix order and missing elements/attributes
    

    Signed-off-by : Dave Rice <dave@dericed.com>
    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/ffprobe.xsd