Recherche avancée

Médias (91)

Autres articles (43)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

Sur d’autres sites (6322)

  • Core : assign rules to contenteditable via `.validate()` and `.rules()…

    14 février 2017, par Arkni
    Core : assign rules to contenteditable via `.validate()` and `.rules()` (#1947)
    

    Fixes #1946

  • Fix decoding for little endian Aja Kona 10-bit RGB.

    29 décembre 2014, par Carl Eugen Hoyos
    Fix decoding for little endian Aja Kona 10-bit RGB.
    

    The little endian fourcc is r10k, big endian uses R10k.
    Reported and analyzed by Jason Freets, jasonslife hotmail

    • [DH] libavcodec/r210dec.c
  • Using ffmpeg with vid.stab on Ubuntu 17.06

    29 juillet 2017, par Andreas Mueller

    I’m trying to use ffmpeg with vid.stab on Ubuntu 17.04 as described here. However, it seems like there is no ppa for 17.04, so I was trying to build from source following these instructions.

    I was able to build ffmpeg and vid.stab from the git repositories, but I was not able to install the ffmpeg debian package that was created. The package has file conflicts with the libavcodec57 package (both contain libavcodec.so.57), so I tried uninstalling that. But ffmpeg also has a dependency on libchromaprint1 which in turn depends on libavcodec57. So there seems to be no way to fulfill the package requirements.

    Any help compiling or even better, pointers to pre-compiled packages would be much appreciated.