Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (44)

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (6040)

  • avfilter/vf_tpad : use enum for start/stop_mode

    22 mai 2023, par Marvin Scholz
    avfilter/vf_tpad : use enum for start/stop_mode
    

    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Reviewed-by : Niklas Haas <git@haasn.dev>

    • [DH] libavfilter/vf_tpad.c
  • Compat : Fix for MSVC deprecated functions

    9 août 2015, par Erik de Castro Lopo
    Compat : Fix for MSVC deprecated functions
    

    According to MSDN, stricmp and strnicmp functions are deprecated
    since MSVC 2005 and _stricmp/_strnicmp should be used instead.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] include/share/compat.h
  • metadata_iterators.c : Limit padding size

    1er mai 2016, par Erik de Castro Lopo
    metadata_iterators.c : Limit padding size
    

    Without this fix, its possible for libFLAC to create an oversized
    padding metadata block when :

    a) it merges existing padding blocks

    or
    b) it expands padding block during metadata changes

    resulting in a corrupt FLAC file.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/metadata_iterators.c