Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (48)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

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

  • Record the whole webrtc call in nodejs and stream it into rtmp

    31 juillet 2023, par Matrix 404

    I have a simple peer-to-peer video chat using PeerJS, and I want to stream the entire call to an RTMP server. Do you have any ideas on how to achieve this ? I'm particularly interested in understanding how platforms like StreamYard work on the backend.

    


    The main goal is to stream the video call to an RTMP server.

    


  • How to replace all frames of video to one image ?

    8 février 2018, par YuriyPryyma

    I have some film
    I want to replace all frames from that video to my static image.
    So that video duration, resolution(width, height), sound and other properties stay the same.

  • FFmpeg merge images to a video

    11 août 2016, par John Doe 2

    How can I create a mpg/mp4 file from let’s say 10 images using ffmpeg.

    Each image shall stay for 5 minutes, after the 5 minutes are over the next image shall appear and so on....

    How can I achieve this ?