Recherche avancée

Médias (91)

Autres articles (4)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

Sur d’autres sites (3242)

  • Python : movie stream into pygame

    4 mars 2019, par user1533267

    Quick challenge :

    I’m streaming part of my desktop screen trough the network using the following :

    Server

    $ ffmpeg -f x11grab -s 800x600 -r 30 -i :100 -an -q 10 -f mjpeg - | nc -lp 5000

    Client

    $ nc <computer address="address"> 5000 | ffplay -
    </computer>

    I would like to display the following stream inside my pygame opengl window on the client, I read some documents on pygame.movie and found :

    "Load a new MPEG movie stream from a file or a python file object."

    Would it be possible to load the stream into pygame ?
    I need it to be as responsive as possible, and right now im seeing about 500ms lag.

    Any ideas ?

    Thanks.

  • meaning of ffmpeg filter option values for modifying contrast/brightness/gamma

    5 septembre 2016, par benoy

    Context : I am using ffmpeg for processing a raw video file in raw y4m format to mp4 at various brightness values for an experiment looking at OLED display performance. After looking at the ffmpeg documentation I was able to find the following filter (eq) for modifying the brightness of the video.
    https://ffmpeg.org/ffmpeg-filters.html#eq

    I used the information from the ffmpeg documentation and the following article (https://wjwoodrow.wordpress.com/2015/07/12/more-ffmpeg-hell/) to get videos with different qualities. But neither the ffmpeg documentation nor the article explains these values in detail.

    Question : Now my query is that, what does these eq values range correspond to ? Is it a percentage ? For example,

    ffmpeg -i input_1080p24.y4m -vf eq=1:-0.5:1:1:1:1:1:1 -vcodec libx264 -b:v 8000k -s 1920x1080 -g 15 -n -r 30 output_1080p.mp4

    gives me a output video with reduced brightness. But how do I quantify this brightness reduction ? Does this eq = -0.5 correspond to 50% reduction in original brightness ? In other words, is this a linear scale ?

    This is my first post on stackoverflow. Thanks !

  • Revision 9bf3f75168 : Changing pitch value meaning for fht and iht transforms. Pitch now means the nu

    26 février 2013, par Dmitry Kovalev

    Changed Paths : Modify /vp9/common/vp9_idctllm.c Modify /vp9/common/vp9_invtrans.c Modify /vp9/decoder/vp9_dequantize.c Modify /vp9/encoder/vp9_dct.c Modify /vp9/encoder/vp9_encodeintra.c Modify /vp9/encoder/vp9_encodemb.c Modify /vp9/encoder/vp9_rdopt.c Changing pitch value (...)