Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (64)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9247)

  • Can I use ffmpeg's default Arial font commercially-free ?

    11 avril 2021, par batatop

    I'm trying to find out if I can use ffmpeg's default Arial font commercially-free when burning subtitles to videos.

    


    There are a lot of Arial fonts out there and I don't know which ones are free to use. I'm just trying to use the one that comes default with ffmpeg.

    


    I know that Arial MS can be used on a Windows machine but I will use ffmpeg in an Ubuntu machine.

    


    Thank you for your concern.

    


  • diracdec : do not allocate and free slice parameters every frame

    23 juin 2016, par Rostislav Pehlivanov
    diracdec : do not allocate and free slice parameters every frame
    

    Signed-off-by : Rostislav Pehlivanov <rpehlivanov@obe.tv>

    • [DH] libavcodec/diracdec.c
  • librtmp : Don’t free the temp url at the end of rtmp_open

    4 juillet 2014, par Martin Storsjö
    librtmp : Don’t free the temp url at the end of rtmp_open
    

    librtmp can keep pointers to this string internally, and may
    use them at shutdown as well.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/librtmp.c