Recherche avancée

Médias (0)

Mot : - Tags -/signalement

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (92)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

Sur d’autres sites (6642)

  • FFMPEG : Queue input is backward in time & invalid, clipping issue [on hold]

    22 octobre 2013, par Sai

    I am using FFMPEG to convert the following video from wmv to flv and getting errors.

    Command is

    ffmpeg -i Sample.wmv  -qscale 0 -s 472x314 -ar 22050 -ac 1 -ab 96k  -g 5 Sample.flv

    I am getting these errors

    [libmp3lame @ 000000000030b640] Queue input is backward in time
    [flv @ 00000000003e6b20] st:0 PTS: 560 DTS: 560 < 577 invalid, clipping

    Although the file is getting converted from the command line. Conversion is being interrupted after integrating with my application.

    And the video size is 300MB

    Any idea why these errors were coming ?

  • live stream with ffmpeg and IP camera

    23 octobre 2013, par hamilton.lima

    I'm reading a live stream from a DKSEG IP camera, but the results are not good at all ...

    Here is the command line used for this :

    ./ffmpeg -i "http://192.168.0.29/videostream.asf?user=admin&pwd=&resolution=64&rate=0" -vcodec libx264 -r 30 -s 640x480 -threads 2 -vprofile baseline -vpre zoom -strict experimental -acodec aac -ab 96000 -ar 48000 -ac 1  -f rtsp rtsp://xxx.xxx.xxx.xxx:1935/live/_definst_/c3

    the zoom.ffpreset :

    coder=1
    level=31
    maxrate=1200000
    bufsize=200000
    wpredp=0
    g=60
    refs=1
    subq=3
    trellis=0
    bf=0
    rc_lookahead=0

    Even when I save to a mp4 file the results are not good, with some gaps in the video.

    Any toughts ? suggestions ?

  • Workaround for webbrowsers buffering live webm streams and introducing a delay (how to play live webm stream)

    8 juillet 2014, par CoryG

    I have webm streams coming from an ffserver (16 streams), managed to get all 16 to load at once within a browser, but whether I am playing just one or 16 there is a delay of 3-5 seconds introduced due to either buffering or the handshake plus some kind of compensation to try and sync the timestamps by the browser itself, which leads to my question :

    Is it possible to force a browser playing a webm stream via HTML5’s video tag (I only really care about Chrome, but it’s happening in Firefox too) to play from the actual most recent frame (clients and servers share a common NTP server over the LAN, so they are guaranteed to be synced, if that is a factor) as opposed to maintaining a buffer of several seconds and playing from the start of that buffer ?