Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (74)

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

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

  • 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 ;

Sur d’autres sites (10046)

  • rtp : Fix play multiple multicast streams with the same port

    7 janvier 2016, par Zhao Zhili
    rtp : Fix play multiple multicast streams with the same port
    

    We cannot play multiple multicast streams with the same port at the
    same time. This is because both rtp and rtcp port are opened in
    read-write mode, so they will not bind to the multicast address. Try
    to make rtp port as read-only by default to solve this bug.

    Signed-off-by : Zhao Zhili <wantlamy@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/rtpproto.c
    • [DH] libavformat/rtsp.c
  • High time delay : using ffmpeg to open camera and ffplay to play

    28 février 2021, par hgwd

    I'm working on a project which using ffmpeg to open camera and ffplay to play, but ffplay always have a high time delay which really confused me.

    &#xA;

    These are my commands :

    &#xA;

    ffmpeg -f avfoundation -s 1280x720 -r 30 -i 0 -pix_fmt yuv420p -f h264 -vf scale=640:360 udp://127.0.0.1:4000&#xA;ffplay udp://127.0.0.1:4000&#xA;

    &#xA;

    My environment :

    &#xA;

    OS: macOS Catalina 10.15.7&#xA;CPU: 2.3GHz two Intel Core i5&#xA;Memory: 8GB&#xA;

    &#xA;

    Is anyone can help me ? Thanks !

    &#xA;

  • FFMPEG : Videos converted from FLV to MP4 does not play in iPod but works in iPhone

    22 juin, par Shakti Singh

    I used below command to convert videos from FLV,M4V to MP4.

    &#xA;

    &#xA;

    ffmpeg -y -i video_1336406262.flv -vcodec libx264 -vpre slow -vpre&#xA;ipod640 -b 250k -bt 50k -acodec libfaac -ac 2 -ar 48000 -ab 64k -s&#xA;480x320 video_1336406262.mp4

    &#xA;

    &#xA;

    The videos converted from M4V to MP4 are playing very well in both iPhone and iPod but the videos converted from FLV to MP4 does not work in iPod but does in iPhone.

    &#xA;

    In the video area of HTML5 page iPod even does not show the play symbol.

    &#xA;

    I am using the same command to convert from both FLV and M4V to MP4.

    &#xA;