Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (64)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (6345)

  • avfilter/scale_vulkan : add dynamic crop region and aspect ratio match

    26 novembre 2024, par Koushik Dutta
    avfilter/scale_vulkan : add dynamic crop region and aspect ratio match
    

    The scale_vulkan filter initializes the shader once, with the crop
    region set by the original frame. However, subsequent frames may
    specify a different crop region than the first frame. This change
    updates the cropping to match the behavior present on the other
    hardware frame scale filters.

    The scale filter should also allow negative values
    that respect aspect ratio, similar to other scale filters.

    Signed-off-by : Koushik Dutta <koushd@gmail.com>

    • [DH] libavfilter/vf_scale_vulkan.c
  • 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.

    &#xA;&#xA;

    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 :

    &#xA;&#xA;

    ffmpeg -f x11grab -s 1678x1050 -i :0.0&#x2B;7,53 -r 25&#xA;

    &#xA;&#xA;

    It doesn't work : I get an error Unknown input format: &#x27;x11grab&#x27;

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;&#xA;

    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 ?

    &#xA;

  • 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