
Recherche avancée
Autres articles (49)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (5097)
-
avfilter/scale_vulkan : add dynamic crop region and aspect ratio match
26 novembre 2024, par Koushik Duttaavfilter/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>
-
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