Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (52)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (7004)

  • Live Streaming App iOS

    23 août 2016, par Jay Gajjar

    I am trying to develop a live-streaming application like the meerkat app, where user A can broadcast a live stream while other users are able to watch it. I am having trouble understanding the architecture and mechanisms used to upload video to a server. Currently, I am using a dedicated server with FFMPEG installed on it. I also know FFServer can be used to perform RTSP communication, but I am still unclear how to do this. Can anyone guide me on this ?

    I would like to know how to upload videos to a server or whether there is another way to perform a live stream. Open source frameworks are welcome.

  • Is there a way to handle discontinuities with FFMPEG ?

    16 avril 2020, par Dave Stein

    I am running ffmpeg like this, to get a screenshot from an HLS manifest :

    



    ffmpeg -i 'https://example.com/myfile.ism/manifest' -vframes 1 test.jpg -y

    



    There are times where there are gaps in the HLS manifest. When I run that command, it fails because it can't find a frame. Is there anything I can do to make it more resilient ? ie if it fails getting the time this very second, try the second before that ?

    



    When I watch the video in something like video.js, or even HLS directly in Safari, I see a frame regardless of gaps. It just jumps sometimes - I always see a frame.

    



    How would I be able to replicate that here such that the ffmpeg command will always return a frame ?

    


  • how to repeat this ffmpeg effect

    5 septembre 2018, par Vladislav Korobeinikov

    I looking for solution - how to repeat effects :

    1. Zoom on central bottom part at start, with no zoom effect ;
    2. Moving from bottom to top and from left to right ;
    3. Zoom out.

    In this video with ffmpeg filters.

    I read documentation (filters and zoompan filter) from official site, found some information from "ffmpeg basics" written by Frantisek Korbel - but I didn’t find any useful information that solve my problem.

    Also I thought that it could be made with another software.