Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (15)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • 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" ;

Sur d’autres sites (3986)

  • Play MJPEG stream to v4l2loopback device

    28 juillet 2020, par ahoffer

    I have a RaspberryPi with a V1 camera.

    


    I want to use it as my camera for Zoom, Teams, and other virtual meetings.

    


    I have the RaspberryPi streaming motion JPEG over http using the application named "Motion".

    


    I created a v4l2 dummy device on my linux laptop as a virtual camera.

    


    However, I can't get the mjpeg stream to play to the v4l2 dummy device with the simple command :

    


    ffmpeg  -i "http://milan.local:8081" -map 0:v  -f v4l2 /dev/video4

    


    The result is :

    


    Input #0, mpjpeg, from 'http://milan.local:8081':
  Duration: N/A, bitrate: N/A
    Stream #0:0: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 640x480 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
Stream mapping:
  Stream #0:0 -> #0:0 (mjpeg (native) -> rawvideo (native))
Press [q] to stop, [?] for help
[v4l2 @ 0x55a04567bbe0] Unknown V4L2 pixel format equivalent for yuvj420p
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --


    



    


    What options am I missing from my ffmpeg command ?

    


  • swscale : fix NEON hscale init

    7 mai 2020, par Josh de Kock
    swscale : fix NEON hscale init
    

    The NEON hscale function only supports X8 filter sizes and should only
    be selected when these are being used. At the moment filterAlign is
    set to 8 but in the future when extra NEON assembly for specific sizes is
    added they will need to have checks here too.

    The immediate usecase for this change is making the hscale checkasm
    test easier and without NEON specific edge-cases (x86 already has these
    guards).

    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libswscale/aarch64/swscale.c
  • checkasm : add function to check and diff memory

    20 juin 2019, par Martin Storsjö
    checkasm : add function to check and diff memory
    

    This was ported from dav1d (c950e7101bdf5f7117bfca816984a21e550509f0).

    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] tests/checkasm/checkasm.c
    • [DH] tests/checkasm/checkasm.h