Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (54)

  • 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

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

  • HTML5 compatiblity : data rel

    31 août 2012, par suit

    m colorbox/jquery.colorbox.js HTML5 compatiblity : data rel as you have stated in #168, the data-rel attribute should be the default behaviour unfortunately your solution with rel : function() $(this).data(’rel’) ; does not work, since settings.rel is filled subsequently with "nofollow" if not (...)

  • Stream data chunk with ffmpeg

    22 mai 2020, par Amit Levy

    I have a react native app, and i'm using 'react-native-sound-recorder' to capture audio data chunks.

    



    AudioRecord.on('data', (data) => {
  // use data here
});


    



    I'm able to save the file to file system, but I would like to stream the 'data' variable (the audio data chunk) using ffmpeg to server, but can't find the proper ffmpeg command (all i found was commands to stream from specific input or file).

    


  • Adding binary data as metadata to mpeg4

    24 avril 2017, par mans

    I want to add binary data per frame to a mpeg4. I know that I can encode binary data and add them to subtitle track, but I am looking for another way to do this.

    1. Is there any way that I can add binary data as meta data to a mpeg4
      video ?
    2. if yes, how can I do this with ffmpeg or any other free
      software ?