Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (78)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • Build ffmpeg for windows phone 8

    17 août 2015, par Fernando Sanchez

    How could I build ffmpeg for windows phone 8, arm ?. I couldn’t find any info about it.

    Could I call from c++ to h.264 hardware encoder/decoder in windows phone 8 ? It looks like Media Foundation is too limitted.

    Thank you.

  • What are the other alternatives to FFMPEG for encoding and very low latency streaming ? [closed]

    23 septembre 2020, par Hamza Ghizaoui

    So the situation as following : I m receiving images on the fly from a camera, BMP format 4000x3000 pixel, encoding them into h264 or h265, and then streaming the result via HTTP and/or UDP.
The whole process must take no more than 30 ms.

    


    I used FFMPEG with hardware acceleration as a start and it seems to deliver. There is doubt among our team that it is the best solution. and I wanna be absolutely sure that it is before I defend it openly :D

    


    would be glad to hear your takes on this :)

    


    Best regards

    


  • Render VAAPI surface with using OpenGL ?

    3 juin 2020, par HellBlood

    My project is to use the VAAPI hardware acceleration linked with FFmpeg.

    



    I managed to decode with VAAPI however I would like to be able to display the video coming out of VAAPI using OpenGL.

    



    Are there functions that allow this ?

    



    I know that for that you have to play with VAAPI's surface VASurfaceID but I do not see how...