Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (65)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • FFMPEG, how to put h263 in mp4 contain format ? [closed]

    4 mars 2012, par John Nabil

    I managed to encode group of images in h263 codec using ffmpeg, but my problem now , i want to put the result into mp4 container

    Thanks in advance.

  • avutil/film_grain_params : add metadata to common struct

    15 mars 2024, par Niklas Haas
    avutil/film_grain_params : add metadata to common struct
    

    This is needed for AV1 film grain as well, when using AFGS1 streams.
    Also add extra width/height and subsampling information, which AFGS1
    cares about, as part of the same API bump. (And in principle, H274
    should also expose this information, since it is needed downstream to
    correctly adjust the chroma grain frequency to the subsampling ratio)

    Deprecate the equivalent H274-exclusive fields. To avoid breaking ABI,
    add the new fields after the union ; but with enough of a paper trail to
    hopefully re-order them on the next bump.

    • [DH] doc/APIchanges
    • [DH] libavutil/film_grain_params.h
    • [DH] libavutil/version.h
  • avcodec : deprecate sonic

    29 février 2024, par J. Dekker
    avcodec : deprecate sonic
    

    This is an experimental and research codec of which ffmpeg is the only
    encoder and decoder, development has stalled since 2013 and these files
    don't exist in the wild.

    Deprecate the encoders to be removed next major bump, decoders to be
    removed one bump afterwards. We also disable the the encoders by default
    in configure, the decoders should be disabled by default next bump.

    Signed-off-by : J. Dekker <jdek@itanimul.li>
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] configure
    • [DH] libavcodec/version_major.h