Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (111)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

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

  • Create RTMP stream from website via Linux command line

    13 octobre 2020, par Chris P. Bacon

    I have a webpage with video and audio that I would like to relay through an RTMP stream. This would preferably happen via command line on a Linux machine.

    


    I know FFMPEG can be used to create RTMP streams and I know it can be used to capture the screen, but I don't know if it has all the features I want.

    


    Is it even possible to capture a webpage with audio from the command line ?
If so, how should I output this to RTMP ?

    


    Thanks !

    


  • Stream mjpeg with ffserver

    28 janvier 2016, par user3115426

    I am trying to feed my ffserver with single .jpeg file by mjpg and play it on VLC player. I am sending my image file by command :

    ffmpeg -r 0.33 -i test.jpg http://localhost:8090/feed1.ffm

    My ffserver configuration looks like this :

    Port 8090
    BindAddress 0.0.0.0
    MaxHTTPConnections 2000
    MaxClients 10
    MaxBandwidth 100000
    CustomLog -

    <feed>
    File /tmp/feed1.ffm
    FileMaxSize 10M
    ACL allow 127.0.0.1
    </feed>

    <stream>
    Feed feed1.ffm
    Format mjpeg
    VideoSize 640x480
    VideoFrameRate 10
    VideoBitRate 2000
    VideoQMin 1
    VideoQMax 10
    Noaudio
    </stream>

    When I open stream in VLC it disappears quickly, but when I turn on ’loop’ option in VLC I can see that there is a frame. My goal is to have continuously stream without any loop options. What I am doing wrong ? Do I have to change framerate or something else ?

  • vc2enc : zero padding of the coefficient buffer

    17 décembre 2019, par Lynne
    vc2enc : zero padding of the coefficient buffer
    

    Wavelet types with large amounts of overreading/writing like 9_7 would
    write into the padding at high wavelet depths, which would remain and be
    read by the next frame's transform and quickly cause artifacts to appear
    for subsequent frames.
    This fix affects all frames encoded with a non-power-of-two width, with
    the artifacts varying between non-observable to very noticeable,
    depending on encoder settings, so reencoding is advisable.

    • [DH] libavcodec/vc2enc.c