Recherche avancée

Médias (91)

Autres articles (16)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

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

  • How to get frames from rtsp in c#

    27 février 2023, par JOJODA

    I want to play multiple videos for face recognition at the same time.

    


    I'm having a lot of problems trying to read frames from rtsp for processing.

    


    Is there a good way to do this ?

    


    I started using emgucv, opencv, vlc and found that they all have high delay.

    


    Then use FFmpeg.autogen, the delay is reduced, but it does not support multithreading.

    


  • Anomalie #2222 (Fermé) : présentation des infos d’un plugin

    16 août 2011, par jluc -

    la boite qui visualise les infos d’un plugin a trop de retours à la ligne Par exemple pour STEP, on a : à gauche : par Matthieu Marcillaud © 2008 2011 Licence GPL et à droite : Version : 0.15.3 [50418] Répertoire : ecrire/auto/step Par ailleurs, ces blocs gauche et droite ne sont pas en face (...)

  • FFmpeg error - "at least one output file must be specified" [closed]

    7 février 2013, par Derrick Tucker

    I'm having a little trouble, and I feel like the solution is probably starting me in the face.

    ffmpeg -ss 0 -i rawvid.flv -t 33 -vf scale=640x480 -b:21504 test.mpg

    When run, this yells at me that "At least one output file must be specified". I've been knocking me head on the wall for hours now, what am I missing ?

    PS : FFmpeg works fine, and if I remove all of the flags in the statement above, it works.