Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (72)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (10857)

  • lavf/http: handle case where the server returns a redirect during a seek

    13 avril 2015, par Rodger Combs
    lavf/http: handle case where the server returns a redirect during a seek
    

    txoffer (e.g. http://tori.aoi-chan.com/ ) redirects to the same URI on your
    first request, and serves the actual file on the second. It’s stupid, but AFAIK
    technically compliant. We’d previously see the server not handing back a Range
    header and return an error ; now, instead, we see that there’s a redirect and
    keep track of the offset we want while trying again at the new URL.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/http.c
  • how to pass the argument for latest file pick

    11 mai 2018, par vikash garg
    cd C:\FFAStrans0.9.0\Processors\ffmpeg\x64


    for %%a  in ("C:\FFAStrans0.9.0\encode\out\done\*.*")  do ffmpeg -i "%%a" -i  C:\FFAStrans0.9.0\IT.png -filter_complex "overlay=520:20"  C:\FFAStrans0.9.0\encode\out\%%~na.mp4
  • FFPlay constantly seek latest on stream

    30 avril 2020, par Arcane Blackwood

    Using this command :&#xA;ffplay -fflags nobuffer -flags low_delay -framedrop -strict experimental -i "tcp://192.168.1.8:1922?recv_buffer_size=10000"&#xA;I want to as the title says, seek to the most recent time in the stream&#xA;This stream is broadcast locally, but whenever there is a hickup in the stream, it can lag behind drastically. How would I go about fixing/achieving this ?

    &#xA;