Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (41)

  • 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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • fps is too low when ffmpeg grab video

    6 avril 2014, par zhangyp007

    I use ffmpeg with the following options :

    ffmpeg -f video4linux2 -s 640x480 -r 25 -i /dev/video0 http://localhost:8090/feed1.ffm

    All I want to do is to watch the web live video in my chrome browser. This is relevant part in my ffserver.conf file :

    <stream>              # Output stream URL definition
      Feed feed1.ffm              # Feed from which to receive video
      Format webm
      NoAudio
       #Audio settings
      #AudioCodec vorbis
      #AudioBitRate 64             # Audio bitrate

      # Video settings
      VideoCodec libvpx            
      VideoSize 720*576           # Video resolution
      VideoFrameRate 25           # Video FPS
      AVOptionVideo flags +global_header  # Parameters passed to encoder
                                          # (same as ffmpeg command-line parameters)
      AVOptionVideo cpu-used 0
      AVOptionVideo qmin 10
      AVOptionVideo qmax 42
      AVOptionVideo quality good
      AVOptionAudio flags +global_header
      PreRoll 15
      StartSendOnKey
      VideoBitRate 400            # Video bitrate
    </stream>

    When I open chrome to the following location :

    http://localhost:8090/test.webm

    I can successfully watch the live video, but due to a low fps, I just doesn't produce a fluent video. I found out that the fps is only around 6. Sometimes it goes up to around 10 or 15. When that is the case, the becomes video a bit more fluent.

    I have set the fps to 25, so I wonder why it actually gets to the low fps reate.

  • Timejump : le lecteur se place en fonction d’un hash dans l’url

    16 avril 2013

    https://github.com/davatron5000/timejump

    Faire en sorte que le player se place à l’endroit donné par un hash d’url.

    Si on utilise la lib timejump, le premier lecteur sera utilisé. Est ce qu’il est intéressant d’utiliser la lib ou de la forker dans le lecteur ?

    Est ce que la lib fonctionne nativement avec le lecteur ?

    A voir si c’est customisable, une option aui active timejump ou pas sur un lecteur spécifique.

    Est ce que l’on ajoute un bouton dans le lecteur affichant l’URL à copier coller avec le hash dans l’URL ?

    Bref à regarder de près.

    Youtube fonctionne comme cela :

    https://www.youtube.com/watch?feature=player_detailpage&v=D_ikqI_cPWM#t=182s

    Click droit, "Copier l’URL de la vidéo à partir de cette séquence"

  • Ffmpeg integration without cmd ?

    27 août 2019, par forza1010

    I don’t want to use ffmpeg in command prompt. I want to integrate it into my code. So when I use my phone, to watch streams, it is to much time, to use some command line solutions. The live broadcast must be edited, befor the user reach it. Someone told me, that I should use ffmpeg as dll, but I dont know. What are my options ?