Recherche avancée

Médias (91)

Autres articles (75)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10769)

  • FFmpeg making video from images placed in different folders

    20 août 2013, par Ali faizan

    I am making video from images in FFmpeg. I want to know if I can make video from images placed in different folders. Like first image is placed in folder1 and other in folder2 can I use both images in folder1 and folder2 to make a single video having both images in any order. Just want to know can I use images from two different folders to make a single video. if yes. Than how can i do that ?

  • Probing an RTMP address for streaming to check if it's in use

    20 juillet 2020, par hedgehog90

    I need a quick, lightweight method to probe rtmp addressses in Windows and Ubuntu to see if they are 'free' for upload.

    


    One possible way of checking is to simply send a dummy video stream to an rtmp address with a simple ffmpeg command :

    


    ffmpeg -re -f lavfi -i color=c=black:s=2x2:r=1 -f lavfi -i anullsrc=cl=mono:r=44100 -c:v h264 -c:a aac -t 10 -f flv -y rtmp://streaming.service.com/live/1234567890

    


    If the rtmp address is in use, depending on the streaming service's rtmp server, I'll get an error response from ffmpeg like

    


    [rtmp @ 000002a908997cc0] Server error: Stream name is already in use: 1234567890
rtmp://streaming.service.com/live/1234567890: Operation not permitted


    


    However, if the rtmp address is free then it will publish my dummy video stream, which I don't want to do.

    


    Preferably I'd just like to probe the rtmp server without encoding a dummy video stream.

    


    I've tried using ffprobe and rtmpdump but for streaming services they usually won't allow playback from the rtmp address they assign you, the request will be rejected.

    


    I'm programming in javascript for a NodeJS application, so if there's a node package available then that would be very useful to know.

    


  • Anomalie #2701 : impossible d’installer un dépôt sur un site chez free

    12 mai 2012, par Jacques Bouthier

    Pas de réponse officielle mais tout est bloqué chez free en attendant une mise à jour de php prévue cet été. Je propose qu’on laisse ouvert ce ticket pour se rappeler de demander à free de mettre sur "liste blanche" plugins.spip.net et (...)