Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (39)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

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

Sur d’autres sites (2196)

  • Anomalie #2728 : js de login déficient sous opera 11.64

    7 juin 2012, par guytarr °

    résolu par r19547

  • How can I use ffmpeg to convert all HEVC videos to h.264 videos only on linux ? [closed]

    13 juillet 2022, par Jayden Lo

    I am trying to import all my images and videos from Google Photos to Nextcloud. I used Google Takeout to download them, but some videos are in HEVC format, which is not supported by most devices. How can I batch convert all HEVC videos to h.264 ? I am using Ubuntu and here is my file structure :

    


    ./Photos/
  Image1.jpg
  Image2.jpg
  ...
  HEVC-Video1.mp4
  HEVC-Video2.mp4
  HEVC-Video3.mp4
  ...
  H.264-Video1.mp4
  H.264-Video2.mp4
  ...


    


    Thanks in advance.

    


  • Which library supports showing a secure RTSP stream on Windows ?

    26 octobre 2022, par Juergen

    I have a windows application that consumes streams from IP-Cameras.
Currently I am using WebEye, an open-source component that uses ffmpeg under the hood.
I now want to connect to an AXIS IP-Camera which supports RTSPS (RTSP over SSL/TLS).
Since WebEye doesn't support RTSPS directly I was hoping that I could get ffmpeg to do the job and adjust WebEye.
Alternatively I would use any other Streaming-Library that supports viewing a secure RTSPS-stream on Windows, but I didn't come across any.

    


    So, I guess my questions are :

    


      

    1. Are there any Windows-Tools that supports RTSPS-Streams
    2. 


    3. Are there any libraries that I can use in my Windows-application to show the RTSPS-stream ?
    4. 


    5. Can I get ffmpeg and/or ffplay to play the RTSPS-Stream ?
    6. 


    


    Thanks in advance for the help !

    


    Best Regards

    


    Juergen