Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (83)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8718)

  • lavf/hls : Add missed side data/disposition

    4 juin 2020, par vacingfang
    lavf/hls : Add missed side data/disposition
    

    hls demuxer get the stream info from sub-stream, but missed side
    data/disposition part, e,g, missed the DOVI side data when the
    stream is Dolby Vision streams.

    Reviewed-by <liuqi05@kuaishou.com>
    Signed-off-by : vacingfang <vacingfang@tencent.com>

    • [DH] libavformat/hls.c
  • h264 : reset the private data in init_thread_copy()

    29 mars 2015, par Anton Khirnov
    h264 : reset the private data in init_thread_copy()
    

    The generic code copies the main context’s private data to all the
    others. However that is quite dangerous, as it might end up copying some
    pointers that are or will become invalid.

    Since everything we actually need will be copied later in
    update_thread_context(), it’s safest to zero the private data in
    init_thread_copy(), so it works the same way as init for the main
    context.

    • [DH] libavcodec/h264.c
  • Merge audio and video RTP data into mp4 file

    9 janvier 2020, par Kaidul

    I am receiving audio and video RTP data through socket connection. Now I want to merge the video and audio RTP data into MP4 file. How can I achieve this ? Do I need to save the video RTP into h264 and audio RTP into PCMU separately and later merge these into MP4 file ? Or is it possible to merge audio-video RTP into MP4 file directly ?

    Thanks in advance !