
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (35)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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, parMediaSPIP 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, parMediaspip 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 pookieI 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 ofUnknown 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 -
lavfi/overlay_vaapi : set input region for overlay video to NULL
12 avril 2023, par Haihao Xiang