Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (63)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • 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

Sur d’autres sites (11273)

  • Merge commit ’0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8’

    30 juillet 2013, par Michael Niedermayer
    Merge commit ’0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8’
    

    * commit ’0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8’ :
    avisynth : Fix a "AVISynth" vs. "AviSynth" struct name typo

    Conflicts :
    doc/general.texi
    libavformat/avisynth.c

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

    • [DH] doc/general.texi
    • [DH] libavfilter/vf_gradfun.c
  • Add final deprecation notice before archiving

    15 février 2021, par JamesMGreene
    Add final deprecation notice before archiving
  • lavfi/drawtext : ignore final LF of textfile.

    30 novembre 2020, par Nicolas George
    lavfi/drawtext : ignore final LF of textfile.
    

    A standard text file ends with a final LF.
    Without this change, it is interpreted as an empty final line,
    and visible with the box option.
    The current behavior can be achieved by actually having
    an empty line at the end of the file.

    Fix trac ticket #7948.

    • [DH] libavfilter/vf_drawtext.c