Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (106)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

Sur d’autres sites (13364)

  • ffmpeg - copy stream without compression and add a text

    27 juillet 2018, par Karol

    I’m using ffmpeg to capture stream from IP cameras.
    with -vcodec copy one camera is using 5-7% of CPU which is great (old computer)

    I would like to add a timestamp to the captured video, this needs re-encoding. I tried different codecs but always it is using almost 100% of CPU.

    Is any possibility to use for example libx264 just for adding a text and do not compress the stream ? Stream from camera is in H264. I do not want to reduce size of the video, just to add a text and keep very low CPU usage.

    How to tell libx264 to just copy the stream ?

  • How to choose where a file is saved using FFMPEG

    13 juillet 2018, par MilkToast

    I was wondering how I could go about doing telling FFMPEG where to save files it converts, it keeps making the files save way too deep in my computer.

    check_output("ffmpeg -i " + location + " -vn -ar 44100 -ac 1 -b:a 32k -f wav audio.wav", shell=True)

    I use that in my program to convert the files to wav.

  • IP Camera RTSP video encryption

    5 juin 2018, par Abdullah Shafiq

    I have an IP Camera which supports RTSP. I have connected it to anOdroid(Single Board Computer). I want get that RTSP feed, encrypt it and then send again using RTSP. What is the best way to achieve this ?