Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (95)

  • 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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6513)

  • Cleanly exit at the end of an Interplay MVE

    17 juin 2017, par Hein-Pieter van Braam
    Cleanly exit at the end of an Interplay MVE
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Hein-Pieter van Braam <hp@tmm.cx>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/ipmovie.c
  • Create a bat file to exit FFMPEG (Windows)

    18 décembre 2024, par user3812737

    Hello everyone I am using this bat file in order to capture my screen.

    &#xA;&#xA;

    ffmpeg -f dshow -i video=screen-capture-recorder -r 240001001 -q 1 lma_recording.avi&#xA;

    &#xA;&#xA;

    When I press the q button the video capture stops.

    &#xA;&#xA;

    However I would like to stop the screen capturing with another bat file.

    &#xA;&#xA;

    I have tried this :

    &#xA;&#xA;

    taskkill /im ffmpeg.exe

    &#xA;&#xA;

    without luck

    &#xA;&#xA;

    Any suggestions ?

    &#xA;

  • libvmaf : exit gracefully if the library fails.

    18 décembre 2017, par Ronald S. Bultje
    libvmaf : exit gracefully if the library fails.
    

    Fixes trac issue #6884 and Netflix/vmaf issue #124.

    • [DH] libavfilter/vf_libvmaf.c