Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (26)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (4978)

  • add timestamp using exiv [closed]

    7 avril 2013, par user2052665

    I need help with a problem. I have a video which I have to make a frame for every second of it, for that I use the command : ffmpeg. The resulting images have no timestamp and I need to add.

    First question :
    There is the possibility of the ffmpeg command already taking images with the timestamp of when they were in the movie ?

    Second question :
    If not possible, how to exiv2 (or other tool) I can add that value ?

  • FFmpeg multicast packet filtering with UDP

    2 juin 2015, par Chris W

    Problem Scenario :
    I am trying to capture multiple multicast cameras on a network with FFmpeg. Upon receiving the streams, I find that each FFmpeg instance running is receiving and decoding the packets destined for the other instances. This causes the video of each instance to flicker between the correct image and the images of all the other cameras. Each camera uses the same destination UDP port and I believe this is the reason its happening.

    Example
    Process 1

    ffmpeg -rtsp_transport udp_multicast -i "rtsp://192.168.1.1/stream1m" test1.mp4

    Process 2

    ffmpeg -rtsp_transport udp_multicast -i "rtsp://192.168.1.2/stream1m" test2.mp4

    Expected Output
    Each MP4 contains only one, non-interrupted stream

    Actual Output
    As described above

    I’ve trawled through FFmpeg’s docs, as well as extensive ’googling’ however I can only see a way to filter incoming packets when using an rtp :// or udp :// input. This isn’t possible in this application as I want to use RTSP for the SDP it provides.

    Any help is greatly appreciated !

  • FFmpeg multicast packet filtering with UDP

    30 décembre 2019, par Chris W

    Problem Scenario :
    I am trying to capture multiple multicast cameras on a network with FFmpeg. Upon receiving the streams, I find that each FFmpeg instance running is receiving and decoding the packets destined for the other instances. This causes the video of each instance to flicker between the correct image and the images of all the other cameras. Each camera uses the same destination UDP port and I believe this is the reason its happening.

    Example
    Process 1

    ffmpeg -rtsp_transport udp_multicast -i "rtsp://192.168.1.1/stream1m" test1.mp4

    Process 2

    ffmpeg -rtsp_transport udp_multicast -i "rtsp://192.168.1.2/stream1m" test2.mp4

    Expected Output
    Each MP4 contains only one, non-interrupted stream

    Actual Output
    As described above

    I’ve trawled through FFmpeg’s docs, as well as extensive ’googling’ however I can only see a way to filter incoming packets when using an rtp :// or udp :// input. This isn’t possible in this application as I want to use RTSP for the SDP it provides.

    Any help is greatly appreciated !