Recherche avancée

Médias (91)

Autres articles (11)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (3337)

  • live555 live audio source to ondemandserver in C/C++

    17 août 2014, par Godspped

    I want to be able to stream from a microphone to another computer using live555, I am using ffmpeg to encode microphone audio into mp2 packets, I know want to send this out using live555, but am getting confused as to what class to override to do this.

    I am using the OnDemandServer and I know I have to override OnDemandServerMediaSubsession, and the real problem is what source should I be overriding, is it the AudioInputDevice ?

    Any help would be greatly appreciated, a sample or tutorial on this would greatly help.

    Thanks in advance.

  • Monitor network performance for ffmpeg streaming

    15 mai 2017, par brl

    I’m building up a complex network emulation and I’m trying to catch some important performance measurements.
    I have mininet running on a server and I’ streaming videos from one mininet host to another (with -nodisp option cause I have no GUI).

    Is it possible to catch some performance measurements from ffmpeg, maybe writing them on a file ?

    I would like to find delay, bandwidth, maybe jitter, and so on.

    Thanks everyone in advance

  • Monitor network performance for ffmpeg streaming

    3 juin 2017, par brl

    I’m building up a complex network emulation and I’m trying to catch some important performance measurements.
    I have mininet running on a server and I’ streaming videos from one mininet host to another (with -nodisp option cause I have no GUI).

    Is it possible to catch some performance measurements from ffmpeg, maybe writing them on a file ?

    I would like to find delay, bandwidth, maybe jitter, and so on.

    Thanks everyone in advance