Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (85)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (8009)

  • FFMPEG IP Camera Stream Recording

    26 août 2015, par Zohaib Khalid

    What is the short command for storing this input stream into some external file ?

    http://10.11.16.10:81/livestream.cgi?user=admin&pwd=&streamid=0&audio=0&filename=

    This is the input stream. Now I want to save it in new.mp4||.flv
    What would be the FFMPEG command ?

  • FFMPEG API - Retrieve device camera information

    24 août 2015, par Solidus

    I need to get the compatible framerate/resolution of the available cameras. How can this be done with the ffmpeg library ? I’ve tried using the functions of avdevice but all of them seem to retrieve an error. I am not able to get a list of the available devices as well.

    This is being done on a mac using avfoundation (and it will later be ported to windows with dshow).

    Thank you for your time.

  • Wrong frame rate when saving camera feed to a file using FFMPEG

    23 août 2015, par LEM

    I’m trying to save the live feed from an IP camera to a file but the resulting file always plays much faster than the original speed.

    I have tried with the following commands :

    ffmpeg -i http://171.22.3.47/image -vcodec copy -an -t 900 c:\output.mp4

    ffmpeg -i http://171.22.3.47/image -c:v libx264 -an c:\output.mp4

    Does anybody know what I’m missing ? Both commands create the file and I can use Windows Media Player to play them, but they run much faster.