Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (36)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (7016)

  • Time Overlay on RTMP Video Streaming Using FFMPEG

    7 août 2015, par Dipak D Desai

    I have used following command line to stream video and overlay the time and date on video.

     raspivid -t 0 -w $3  -h $4 -fps 15 -b 500000 -o - | ffmpeg -an -i -  -r 15 -vf drawtext="fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf: text='%m/%d/%y \%T ':fontcolor=red@1.0: fontsize=15: x=20: y=170" -vcodec copy -tune zerolatency -b:v 200k -preset fast -crf 30 -maxrate 300k -bufsize 500k -f flv -metadata streamName=$2 $rtmpurl &

    I am able to stream video using above command but not get time and date text overlay on video.

    If any one have idea let me guide.

  • CSCore-Streaming system audio in real time

    4 août 2015, par Mayukh Nair

    How can I stream the sound card output audio captured by CSCore in real time ? Can it be encoded to an MPEG audio stream using a library like FFMpeg and then streamed using WebSockets ?

  • Revision f01c769dc6 : Dynamic resize for real-time : reference scaling. Avoid scaling the references i

    10 juillet 2015, par Marco

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c



    Dynamic resize for real-time : reference scaling.

    Avoid scaling the references if they have already been scaled.
    Change only affects 1 pass non-svc mode for now.

    Change-Id : I204f4079c026cba7adce7a7f855d072f6139ccec