Recherche avancée

Médias (91)

Autres articles (112)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • avutil/channel_layout : fix definition of 5.1.4 layout

    30 décembre 2024, par James Almer
    avutil/channel_layout : fix definition of 5.1.4 layout
    

    It's meant to have the side channels, as defined in Sound System D from
    ITU-R - BS.2051-3

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

    • [DH] libavutil/channel_layout.h
    • [DH] libavutil/version.h
    • [DH] tests/ref/fate/channel_layout
  • movenc : use similar logic to DASH when writing bit rate to ISML

    28 septembre 2016, par Jan Ekström
    movenc : use similar logic to DASH when writing bit rate to ISML
    

    This way, in case of bit rate not being set, max_bitrate will be
    used instead. This enables, for example, re-using max_bitrate
    information from the input or doing transcoding with a rate
    control mode that is not bit rate based.

    Signed-off-by : Jan Ekström <jeebjp@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/movenc.c
  • Revision baedcedcbe : Reset Q for key frame when spatial resizing occurs. The logic for spatial resiz

    6 juin 2012, par Marco Paniconi

    Changed Paths : Modify /vp8/encoder/onyx_if.c Reset Q for key frame when spatial resizing occurs. The logic for spatial resizing is done after the Q is selected for the frame. This causes a problem that the Q we select for the (resized) key frame may be based on a different resolution than the (...)