Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (63)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (6847)

  • Any alternative of Ffmpeg for Youtube live streaming app ?

    26 avril 2017, par samir.k433

    In this youtube live streaming app they are using Ffmpeg for encoding audio and video, and then for streaming to server. It’s somehow complex for me (specifically the build tasks).
    Is there any alternative instead of using Ffmpeg in this regard ?

  • Can't write out flv file in openCV in Windows

    7 août 2015, par dev_nut

    I’m trying to write out a flv file in openCV 2.4.9 in Windows 8.1 and it seems this gives an error.

       [flv @ 05821a00] Tag FLV1/0x31564c46 incompatible with output codec id '22' ([2]
    [0][0][0])

    After googling around, I noticed that I may have to recompile with ffmpeg support. I set up cmake (I’m a cmake noob) and did that. But, I didn’t change anything with regard to ffmpeg (like point to new libraries). I can’t seem to find a guide that would help me here.Is this the right way to go ? Would recompiling in this case, actually help at all ?

    • How do I solve this problem ?
  • How to write a video encoder with ffmpeg that explicitly controls the position of keyframes ?

    5 avril 2016, par SunnyShah

    I want to write an encoder with ffmpeg which can put iFrames (keyframes) at positions I want. Where can I found tutorials or reference material for it ?

    P.S
    Is it possible to do this with mencoder or any opensource encoder. I want to encode H263 file. I am writing under & for linux.