Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (66)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

Sur d’autres sites (10866)

  • libavformat/mov : Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_METADATA...

    14 mai 2014, par Alex Sukhanov
    libavformat/mov : Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_METADATA is enabled
    

    Problem : ffmpeg tries to read COVR atom data twice if MOV_EXPORT_ALL_METADATA is enabled.
    If COVR atom is the last in the stream, a parsing of such file fails.

    Solution : just return immediatelly after mov_read_covr

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

    • [DH] libavformat/mov.c
  • Fix double write of DASH manifest in streaming mode

    24 juin 2021, par Kevin LaFlamme
    Fix double write of DASH manifest in streaming mode
    

    When streaming mode is enabled, the DASH manifest is written on the
    first packet for the segment so that the segment can be advertised
    immediately to clients. It was also still writing the manifest at the
    end of the segment leading to two duplicate writes.

    • [DH] libavformat/dashenc.c
  • Revision 71559 : On fait fonctionner l’encodage en double passes sur des fichiers avec ...

    4 avril 2013, par kent1@… — Log

    On fait fonctionner l’encodage en double passes sur des fichiers avec l’audio désynchroniser (on fait la première passe toujours avec les données audio)
    On finalise la rotation des vidéo ayant cela dans leurs metas, il faut virer le rotation des metas du fichier encodé
    On supprime tous les fichiers temporaires générés sauf le log
    Il faudrait vraiment simplifier cette fonction d’encodage
    Des echo de debug dans le script d’encodage en moins
    Version 1.2.11