Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (30)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (7497)

  • Multiple Inputs and Outputs ffmpeg

    8 août 2014, par user3892883

    I have a large number of IP cameras, I can access each through the RTSP protocol.
    I want to use ffmpeg to convert RTSP to MJPEG each camera.

    I used this command :

    ffmpeg -i rtsp://xxxx/h264 http://localhost:8090/INPTU1.ffm -i rtsp://xxxx:554/h264 http://xxx/INPUT2.ffm

    But the command repeat each output with the first input.

    My web application should display each camera in the network.

    Thanks in advance.

  • FFmpeg batch script

    1er avril 2017, par Memo Can

    I have this batch script running perfectly on Windows :

    C:\ffmpeg\bin\ffmpeg -i http://ipaddress/stream -deinterlace -c:v libx264 -pix_fmt yuv420p -s 960x540 -preset superfast -vb 1200k -maxrate 1200k -r 30 -g 60 -bufsize 8000k  -c:a aac -b:a 64k -ar 44100 -ac 2 -f flv rtmp://ipaddress/live/

    Sometimes ffmpeg crashes, how can I edit the batch script or what can i add to the batch file to restart the stream.

    Thanks advance !

  • FFmpeg batch script

    13 juin 2023, par Memo Can

    I have this batch script running perfectly on Windows :

    



    C:\ffmpeg\bin\ffmpeg -i http://ipaddress/stream -deinterlace -c:v libx264 -pix_fmt yuv420p -s 960x540 -preset superfast -vb 1200k -maxrate 1200k -r 30 -g 60 -bufsize 8000k  -c:a aac -b:a 64k -ar 44100 -ac 2 -f flv rtmp://ipaddress/live/


    



    Sometimes ffmpeg crashes, how can I edit the batch script or what can i add to the batch file to restart the stream.

    



    Thanks advance !