Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (70)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (4429)

  • vaapi_encode_h265 : Set level based on stream if not set by user

    19 septembre 2018, par Mark Thompson
    vaapi_encode_h265 : Set level based on stream if not set by user
    

    Sets the level based on the stream properties if it is not explicitly
    set by the user. Also add a tier option to set general_tier_flag, since
    that affects the level choice.

    • [DH] doc/encoders.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/vaapi_encode_h265.c
  • avcodec/asvenc : Fix integer overflow in level

    23 septembre 2014, par Michael Niedermayer
    avcodec/asvenc : Fix integer overflow in level
    

    Warn if the qscale is too low for the input data and clip levels to
    minimize artifacts

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/asvenc.c
  • avfilter/ass : make sure the log level are in available range

    11 septembre 2014, par Clément Bœsch
    avfilter/ass : make sure the log level are in available range
    
    • [DH] libavfilter/vf_subtitles.c