Recherche avancée

Médias (91)

Autres articles (83)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (6981)

  • FFmpeg best LGPL alternative to libx264 ?

    11 mai 2021, par XylemFlow

    I'm developing a commercial software that is not open source. It will use FFmpeg to export videos. The libx264 codec doesn't appear to be an option for me since I can only use LGPL for legal reasons. What is the best LGPL alternative to libx264 ? I'd like a codec that makes a good compromise between quality and file size as well as being supported by the majority of video players and video sharing sites such as YouTube. If I have to choose between lower quality and larger file size then I'd go with larger file size since videos can always be transcoded using other software if needed, but lossless formats such as Lagarith are still too large.

    


    I see that libopenh264 may be an option, but is it supported by most players and video sharing websites ? How does it compare to libx264 and is it LGPL ?

    


  • Revision 7af58d4338 : Resolve declaration and implementation. Clean Windows build warnings : warning C

    23 avril 2013, par Johann

    Changed Paths :
     Modify /vp9/common/vp9_findnearmv.c


     Modify /vp9/common/vp9_rtcd_defs.sh



    Resolve declaration and implementation.

    Clean Windows build warnings :
    warning C4028 : formal parameter different from declaration

    This was fixed independently in master and experimental but the fixes
    were in opposite directions. One added const to the declaration and the
    other removed it from the implementation.

    Also update the variable names. This doesn't modify the data so call it
    ref, matching the functions in the vicinity, rather than dst.

    Change-Id : I2ffc6b4a874cb98c26487b909d20a5e099b5582c

  • Does ffmpeg supported KLV metadata ?

    15 mai 2020, par ransh

    Is ffmpeg metadata, which is also described in :
http://wiki.multimedia.cx/index.php?title=FFmpeg_Metadata
also supported MISB standard UAV metadata 601.5 ?
Is it same as KLV ?

    



    Thanks,
Ran