Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (96)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

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

  • Removed use of $.live().

    29 novembre 2012, par jackmoore

    m colorbox/jquery.colorbox.js Removed use of $.live().

  • live encoding/streaming with ffmpeg [migrated]

    24 novembre 2012, par dave

    I'm using ffmpeg to encode large avi (or other) files to mp4, which are then saved to disk, then streamed in the browser using apache mod_h264.

    The problem with this is that we have to wait until ffmpeg finishes encoding the mp4, which can take a long time. Ideally, we would be able to stream the video, while the encoding is being processed.

    Is there a way to do this with ffmpeg/mod_h264 or is there a better solution to achieve this ?

    Thanks !

  • HTTP Live Streaming MPEG TS segment

    23 janvier 2012, par user1069624

    I'm using FFMPEG and a free segmenter (Carson Mcdonald's) to produce my ts segments which i later save to a web server and play with Quicktime by playing the .m3u8

    If I have segments 1,2,3,4 and another stream with segments 1,2,3,4 and would like to interleave them what should I do. If i do as follows : 1,2, other stream's 3, 4 It works fine. However, If i want to do as follows : 1,2, other stream's 4, 4 it doesn't work.

    In other words the segment to be added must have the same number as the one I'm replacing. Why is that ? Does it have to do with PCR ? I would like to be able to interleave any segment anywhere.. How can I do that ?

    Thank you,

    The M3U8 file is

    #EXTM3U
    #EXT-X-TARGETDURATION:10
    #EXT-X-MEDIA-SEQUENCE:21
    #EXTINF:10, sample_ep_386k-00021.ts
    #EXTINF:10, media_2.ts
    #EXTINF:10, sample_ep_386k-00023.ts