Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (104)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • Using ffplay to open a video at a specific window location [on hold]

    18 août 2014, par Willette Lynch

    I need to use ffplay to open a video file, but i need to pass it x,y coordinates so i can have it play the video where I want it to.

    As default ffplay simply opens the video at the top left corner.

    I’ve tried searching for options in ffplay but i couldnt find it.
    Also tried using window managers like fluxbox, again couldnt find the command)

    Please note that I need to run it as a shell command.

    Any Help would be appreciated.

    Thanks in Advance

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

  • Live video stream web cam aggregator

    17 août 2014, par Mindgauge

    I need to aggregate several live streams from web cams.
    Then generate a single live stream for the client.

    I see several apps to capture the web cam stream, but nothing that will splice the streams together.