Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (11664)

  • lavc/avcodec : fix global/private option precendence

    13 octobre 2024, par Anton Khirnov
    lavc/avcodec : fix global/private option precendence
    

    Broken after 7753a9d62725d5bd8313e2d249acbe1c8af79ab1. Apply only the
    whitelist early, and the rest with a single call to av_opt_set_dict2()
    with AV_OPT_SEARCH_CHILDREN, which should be equivalent to the original
    behaviour.

    Reported-by : Cameron Gutman <aicommander@gmail.com>

    • [DH] libavcodec/avcodec.c
  • ffmpeg : stop accessing private AVStream.codec_info_nb_frames

    29 avril 2021, par James Almer
    ffmpeg : stop accessing private AVStream.codec_info_nb_frames
    

    Use AVSTREAM_EVENT_FLAG_NEW_PACKETS instead, which should provide the
    same information in this case.
    Finishes removing all uses of this field as started by 87f0c8280c.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] fftools/ffmpeg_opt.c
  • lavc/sunrastenc : fix private codec options

    18 décembre 2015, par Hendrik Leppkes
    lavc/sunrastenc : fix private codec options
    

    The options were not actually hooked up.

    • [DH] libavcodec/sunrastenc.c