Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (43)

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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

Sur d’autres sites (5083)

  • Revert "lavd : add new API for iterating input and output devices"

    23 mars 2018, par Josh de Kock
    Revert "lavd : add new API for iterating input and output devices"
    

    This reverts commit 0fd475704e871ef3a535947596a012894bae3cbd.

    Revert "lavd : fix iterating of input and output devices"

    This reverts commit ce1d77a5e7cebce11074bf6f9e38ad6da37338ff.

    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] Makefile
    • [DH] configure
    • [DH] doc/APIchanges
    • [DH] libavdevice/.gitignore
    • [DH] libavdevice/alldevices.c
    • [DH] libavdevice/avdevice.c
    • [DH] libavdevice/avdevice.h
    • [DH] libavdevice/version.h
    • [DH] libavformat/allformats.c
    • [DH] libavformat/format.c
    • [DH] libavformat/internal.h
  • lavf : move avpriv function definition to internal.h

    1er avril 2018, par Josh de Kock
    lavf : move avpriv function definition to internal.h
    

    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libavdevice/alldevices.c
    • [DH] libavformat/allformats.c
    • [DH] libavformat/avformat.h
    • [DH] libavformat/internal.h
  • cmdutils : fix new API break the "ffmpeg -muxers/demuxers"

    1er avril 2018, par Jun Zhao
    cmdutils : fix new API break the "ffmpeg -muxers/demuxers"
    

    fix commit 2238190 break the "ffmpeg -muxers/demuxers".

    Signed-off-by : Jun Zhao <mypopydev@gmail.com>
    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] fftools/cmdutils.c