Recherche avancée

Médias (91)

Autres articles (35)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (4809)

  • Record region of screen using FFMPEG ? [closed]

    13 février 2024, par pookie

    I am looking to record a defined area of the screen at as high FPS as possible. I then need to extract the milliseconds for each frame.

    



    I was looking at FFMPEG and found that it has (or had...) an option called x11grab, so I tried the following to record a region of the screen :

    



    ffmpeg -f x11grab -s 1678x1050 -i :0.0+7,53 -r 25


    



    It doesn't work : I get an error Unknown input format: 'x11grab'

    



    I tried with xcbgrab too, but I get the same error of Unknown input format...

    



    I have seen this SO post, but I am using Windows 10, and it did not help me.

    



    Google tells me that this argument is now deprecated. I cannot find an examples of how to record just a part of the screen.

    



    I want to take a partial screenshot because I need as high a FPS as possible and my assumption is that taking a partial capture will be faster than taking a full screen capture. Is that correct ? If not, of course I could take a full screen capture and the crop out region of interest... and if that is the case, does anyone know how to do that ?

    


  • vf_scale_vaapi : Crop input surface to active region

    13 septembre 2016, par Mark Thompson
    vf_scale_vaapi : Crop input surface to active region
    

    If the input has been decoded from a stream which uses edge cropping
    then the whole surface need not be valid. This defines an input
    region for the scaler so we only use the active area of the frame.

    • [DBH] libavfilter/vf_scale_vaapi.c
  • lavfi/overlay_vaapi : set input region for overlay video to NULL

    12 avril 2023, par Haihao Xiang
    lavfi/overlay_vaapi : set input region for overlay video to NULL
    

    Otherwise main and overlay videos share the same input region. Note NULL
    pointer imples the whole overlay video will be processed.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavfilter/vf_overlay_vaapi.c