Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (35)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (8259)

  • lavf/riff : Add ITRK tag

    18 juillet 2013, par James Almer
    lavf/riff : Add ITRK tag
    

    Some players, like foobar2000 or modern versions of WMP, create WAV
    files using the ITRK tag for track instead of IPRT

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/riff.c
  • Merge commit '4d330da006fe48178a4c8047f06270925eaedf63'

    7 novembre 2017, par James Almer
    Merge commit '4d330da006fe48178a4c8047f06270925eaedf63'
    

    * commit '4d330da006fe48178a4c8047f06270925eaedf63' :
    os_support : Use HAVE_UWP instead of manually checking WINAPI_FAMILY
    d3d11va : Check WINAPI_FAMILY instead of HAVE_LOADLIBRARY
    lavf : Remove codec_tag from dashenc and smoothstreamingenc
    hevc : Add support for alternative transfer characterics SEI

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

    • [DH] libavformat/os_support.h
  • lavf/mov : Do not fail hard for more invalid atoms.

    14 janvier 2019, par Carl Eugen Hoyos
    lavf/mov : Do not fail hard for more invalid atoms.
    

    This is what several other players do and what FFmpeg already does for the sidx atom.

    Fixes ticket #7679.

    • [DH] libavformat/mov.c