Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (70)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (11781)

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