Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (104)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (7836)

  • avfilter/vf_v360 : fix possible out of range values

    4 octobre 2020, par Paul B Mahol
    avfilter/vf_v360 : fix possible out of range values
    
    • [DH] libavfilter/vf_v360.c
  • avfilter/avf_showcqt : set range on fps/rate/r option

    8 juin 2016, par Muhammad Faiz
    avfilter/avf_showcqt : set range on fps/rate/r option
    

    see Ticket #5618

    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/avf_showcqt.c
  • avcodec/pngdec : improve handling of bad cICP range tags

    12 décembre 2023, par Leo Izen
    avcodec/pngdec : improve handling of bad cICP range tags
    

    FFmpeg doesn't support tv-range RGB throughout most of its pipeline, so
    we should keep the warning. However, in case something does support it
    we should at least keep it tagged properly. Additionally, the encoder
    writes this tag if the space is tagged as such so this makes a round
    trip work as it should.

    Also, PNG doesn't support nonzero matrices but we only warn and ignore
    in that case, so we have no reason to error out for illegal cICP ranges
    either (i.e. greater than 1).

    Signed-off-by : Leo Izen <leo.izen@gmail.com>
    Reported-by : Kacper Michajłow <kasper93@gmail.com>

    • [DH] libavcodec/pngdec.c