Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (103)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Convert series of images to RTSP

    30 juin 2022, par Arctic

    I have a project where I receive RTSP stream from the camera, process each frame and then add metadata to each frame such as bounding boxes and texts. Now I need to convert this image back to RTSP ? On the internet, I could find many libraries/utilities to restream to RTSP, but nothing to generate RTSP from series of images.

    


    In short, I am looking to have a solution on how I can convert series of images to RTSP

    


    Thanks in advance

    


  • FFmpeg freezes on Ubuntu 16.04 [on hold]

    25 octobre 2016, par Robbertie

    Today I tried using FFmpeg on my Linux Ubuntu server but for some reason it froze and not playing any of the song.
    It stayed like this . Even ’q’ and ’ ?’ aren’t doing anything. The command I used worked perfectly on Windows.
    The command I use is -i {pathtofile} -f s16le -ar 48000 -ac 2 pipe:1
    I then read the stream and send it in my case to Discord.
    On Windows the sending etc. works great but on Linux it doesn’t work.
    Any idea how to fix this ?

    Thanks in advance !

  • Which lib is better Transcoder for live camera ? ffmpeg vs intel media sdk

    4 janvier 2017, par ParkAtStreet

    I would like to do a performance comparison between Ffmpeg and Intel Media SDK in transcoding.

    I have to write a new application that will do the following.

    1. Receive frames from MJPEG, MPEG4 and H264 cameras.

    2. Transcode the frames. Output will be h264. Here I have to either use Ffmpeg or Intel Media SDK.

    3. Multicast transcoded frames as RTSP streaming.

    I have noticed that both these libs are CPU intensive. Is there any settings in Ffmpeg can reduce the CPU usage ?

    Thanks in advance,