Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (90)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (7028)

  • v4l2loopback device detected by Chrome, not seen by Zoom or Firefox

    14 novembre 2020, par uri sh.

    I am trying to create a loopback device from my webcam to be accessible from both Zoom and a browser. I created three v4l2loopback devices :

    


    sudo modprobe v4l2loopback devices=3 video_nr=10,11,12 card_label="Loopback_1","Loopback_2","Virtual_cam" exclusive_caps=1,1,0


    


    followed by :

    


    ffmpeg -i /dev/video0 -f v4l2 -vcodec rawvideo -pix_fmt yuv420p /dev/video10 -f v4l2 /dev/video11


    


    Both devices are detected by Chrome, yet not seen by either Zoom nor Firefox.
Following advice on other questions on stackoverflow I tried setting the device properties using v4l2loopback-ctl, using v4l2loopback-ctl set-caps "video/x-raw,format=UYVY,width=640,height=480" /dev/video10, and got in response :

    


    


    Setting pipeline to PAUSED ...
ERROR : Pipeline doesn't want to pause.
ERROR : from element /GstPipeline:pipeline0/GstV4l2Sink:v4l2sink0 : Device '/dev/video10' is not a output device.
Additional debug info :
v4l2_calls.c(636) : gst_v4l2_open () : /GstPipeline:pipeline0/GstV4l2Sink:v4l2sink0 :
Capabilities : 0x85208000
Setting pipeline to NULL ...
Freeing pipeline ...
output to /dev/video10 failed

    


    


    I also tried using gst-launch-1.0 :

    


    gst-launch-1.0 v4l2src device=/dev/video0 ! v4l2sink device=/dev/video10


    


    which tells me that /dev/video10 is not an output device :

    


    


    Setting pipeline to PAUSED ...
ERROR : Pipeline doesn't want to pause.
ERROR : from element /GstPipeline:pipeline0/GstV4l2Sink:v4l2sink0 : Device '/dev/video10' is not a output device.
Additional debug info :
v4l2_calls.c(636) : gst_v4l2_open () : /GstPipeline:pipeline0/GstV4l2Sink:v4l2sink0 :
Capabilities : 0x85208000
Setting pipeline to NULL ...
Freeing pipeline ...

    


    


    I am running Xubuntu 20.04, kernel version 5.4.0-52-generic, with v4l2loopback-dkms v.0.12.3-1ubuntu0.1, and v4l2loopback-utils.

    


    My goal here is to get a device to be consumed by a desktop Node.js server which will open up a web app using xdg-open (thus the need for both Chrome AND Firefox), which will output a processed videostream that could be consumed by a video chat app, such as Zoom or Jitsi.

    


    Any help will be greatly appreciated.

    


  • avfilter/f_ebur128 : use transformed direct form II

    12 juin, par Niklas Haas
    avfilter/f_ebur128 : use transformed direct form II
    

    Instead of direct form I. See af_biquads.c for math. Also eliminate
    an unnecessary indirection.

    • [DH] libavfilter/f_ebur128.c
  • what is the difference between zerolatency and fastcode in raspberry for video transmition

    30 juillet 2018, par Omar Benamiar Messari

    I would like to know what is the difference between fastcode and zerolatency on FFMPEG I locked for that question everywhere. I want to delete my latency . and I don’t know how it’s both working.

    Thank’s a lot