Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (111)

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

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

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

Sur d’autres sites (9828)

  • Save StreamTitle tag in recording

    29 décembre 2022, par jarno

    Some streams have StreamTitle tag set and it changes from time to time. Is that information send only when it changes in the stream ? For example in this stream StreamTitle is used to tell the artist and the name of current song :

    


    ffprobe -v error -show_entries format_tags http://st.downtime.fi/sun.mp3


    


    Is the StreamTitle tag exclusive to MP3 streams ? Can one have it in Opus streams as well ?

    


    Can such information be added to the output file created when recording the stream by ffmpeg for example, to be able to see which song is playing when playing the recording later ? Could another tag be used to tell program name which may also alter in time ?

    


  • Save activity from first pass. Gives a small SSIM improvement (e.g. 0.04dB for 360p...

    31 mars 2012, par Gregory Maxwell
    Save activity from first pass. Gives a small SSIM improvement (e.g. 0.04dB for 360p elephants dream at 750kbit/s)
    

    git-svn-id : http://svn.xiph.org/trunk/theora@18223 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/encint.h
    • [DH] lib/rate.c
  • dshow : add capture device save and load

    22 avril 2015, par Mate Sebok
    dshow : add capture device save and load
    

    Signed-off-by : Mate Sebok <smfinc.org@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
    • [DH] doc/indevs.texi
    • [DH] libavdevice/dshow.c
    • [DH] libavdevice/dshow_capture.h