Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (112)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

Sur d’autres sites (10829)

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