Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (39)

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

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

  • Creating OpenCV project with no Video Transcoding (ffmpeg part) Support on Linux how to ?

    24 novembre 2011, par myWallJSON

    Currently I use something like this to create project make files :

    cmake -DCMAKE_INSTALL_PREFIX="./install-dir" -DBUILD_WITH_STATIC_CRT=ON -DBUILD_SHARED_LIBS=OFF -G "GCC"

    And I use FFmpeg in my project that I compile sepratly. Also I do not like the way OpenCV workes with video transcoding any way - prefer to do it all manually with ffmpeg.

    I wonder if it is possible to create project file using Cmake so that OpenCV video (not images like png, jpg, tiff, etc) transcoding part will not be compiled (not camera grabbing - I like and use that one=)) ?

  • Revision 2080e4b206 : Fix high bit-depth loop-filter sse2 compiling issue - part 1 The intrinsic stat

    24 février 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/common/x86/vp9_high_loopfilter_intrin_sse2.c



    Fix high bit-depth loop-filter sse2 compiling issue - part 1

    The intrinsic statement _mm_subs_epi16() should take immediate.
    Feeding variable as its input argument will cause compile failure
    in older version gcc.

    Change-Id : I6a71efcc8d3b16b84715e0a9bcfa818494eea3f4

  • Revision 3c5244886a : Fixes part of merge regression from adding arf parameters. From Change Ibf0c30

    10 juillet 2015, par Debargha Mukherjee

    Changed Paths :
     Modify /test/vp9_arf_freq_test.cc


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/vp9_cx_iface.c



    Fixes part of merge regression from adding arf parameters.

    From Change Ibf0c30b72074b3f71918ab278ccccc02a95a70a0
    There is still an issue relating to one animated test clip with repeat
    patterns where this change effectively increase the default maximum
    arf interval by +1. This can be examined seperately.

    Change-Id : Idd01d5480fc45202d8a059a0c3afc0997cc5bdd1