Recherche avancée

Médias (91)

Autres articles (3)

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

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

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

Sur d’autres sites (1818)

  • is it good to store HLS .m3u8 file with its segment files .ts in cassandra database ?

    14 septembre 2020, par Anuj Gupta

    I am working on video streaming app, where backend is nodejs , so i want to upload a heavy video file(may be 1gb) and convert to .m3u8 file with its segment .ts file by using FFMPEG and then i want to store them all on cassandra , is it good to do that , if not please anyone suggest any solution and yeah I wants to avoid cloud storage like azure and google cloud for cost saving purpose.

    


  • How to store out put of ffmpeg in buffers or etc instead of phone storage in android ?

    28 mars 2018, par Hossein Yazdanfar

    I have and android studio project using ffmpeg.

    As I want to process the output of ffmpeg commands again ,I want to store the them in buffers , byte[] or etc instead of phone memory so the performance would be better.

    my project includes ffmpeg so libraries with jni and I do things with commands...
    I have heard about memory protocol but searches didn’t help me a lot...

    any Help please ?

  • Revision ce89309b45 : Use 1D array to store super block filter levels As Jim suggested, 1D array was

    12 novembre 2013, par Yunqing Wang

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



    Use 1D array to store super block filter levels

    As Jim suggested, 1D array was used to store filter levels instead
    of 2D array. This used shift_y in setup_mask directly, and saved
    few cycles.

    Change-Id : If61ab298784861f1806b1cd396d4e4e2e0f097b9