Recherche avancée

Médias (91)

Autres articles (49)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (5487)

  • ffmpeg screen recording with camera overlay on OSX

    8 novembre 2015, par lockdoc

    I would like to use ffmpeg to record my desktop as well as my camera as an overlay on top of the desktop.

    So basically I will have two input sources that need to be recorded

    $ ffmpeg -f avfoundation -list_devices true -i ''
    [AVFoundation input device @ 0x7fded1c223e0] AVFoundation video devices:
    [AVFoundation input device @ 0x7fded1c223e0] [0] FaceTime HD Camera
    [AVFoundation input device @ 0x7fded1c223e0] [1] Capture screen 0
    [AVFoundation input device @ 0x7fded1c223e0] AVFoundation audio devices:
    [AVFoundation input device @ 0x7fded1c223e0] [0] Built-in Microphone

    From the above, I need [0] FaceTime HD Camera as an overlay and [1] Capture screen 0 as the main video.

    Is this even possible ?

    UPDATE (2015-10-06) :

    I found the following command from ffscreencast :

    ffmpeg \
    -f avfoundation -i "1" \
    -f avfoundation -r 30 -video_size 640x480 -i "0" \
    -c:v libx264 -crf 0 -preset ultrafast \
    -filter_complex 'overlay=main_w-overlay_w-10:main_h-overlay_h-10' "out.mkv"

    Unfortunately the output has a pretty slow framerate (i7 Macbook Pro 2014)

    Output #0, matroska, to 'out.mkv':
     Metadata:
    encoder         : Lavf56.40.101
    Stream #0:0: Video: h264 (libx264) (H264 / 0x34363248), yuv420p, 3840x2400, q=-1--1, 1000k fps, 1k tbn, 1000k tbc (default)
    Metadata:
     encoder         : Lavc56.60.100 libx264
    Stream mapping:
     Stream #0:0 (rawvideo) -> overlay:main
     Stream #1:0 (rawvideo) -> overlay:overlay
     overlay -> Stream #0:0 (libx264)

    frame=  756 fps=9.1 q=-1.0 Lsize=  193660kB time=00:01:21.86 bitrate=19378.5kbits/s
    Press [q] to stop, [?] for help

    Anyone an idea of how to get a higher framerate ?
    My camera is only able to record at 30 frames per second, but the output seems to only have around 9 frames. Why the difference ?

  • Using ffmpeg with xvfb renders a cropped version of the screen

    23 septembre 2015, par Jeff Huijsmans

    I’m using the following command to render a video of a chrome browser running inside a virtual frame buffer (using xvfb) :

    ffmpeg -f x11grab -i :5 -s `DISPLAY=:5 xdpyinfo | grep 'dimensions:'|awk '{print $2}'` -r 30 tests.mpg

    When I omit the DISPLAY=:5 xdpyinfo | grep 'dimensions:'|awk '{print $2}', it will render at about 1024x768, so I invoked xdpyinfo to get the resolution of the display and tell ffmpeg about it.

    But when I use the command, it shows the same cropped area, only stretched to fit the resolution I gave ffmpeg.

    I would like to be able to record the whole virtual frame buffer without cropping or stretching. Is there a way to do so ?

    I have compiled ffmpeg from source just this morning, running v2.8.git

  • Update hooks for latest wdio-screen-commands.

    30 décembre 2019, par blueimp
    Update hooks for latest wdio-screen-commands.