
Recherche avancée
Autres articles (102)
-
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 -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (10298)
-
lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into the AVMast...
21 janvier 2016, par Neil Birkbecklavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into the AVMasteringDisplayMetadata side data.
Add support for parsing SEI_TYPE_MASTERING_DISPLAY_INFO and propagate contents into
the AVMasteringDisplayMetadata side data. Primaries are ordered in RGB order and
the values are converted to rationals ([0,1] for CEI 1931 Chroma coords,
and cd/m^2 for luma).Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
How to use FFMPEG to capture a browser's tab content
7 avril 2017, par rikiI’m working on a project where I need to record HTML5 animations that are going to play in different browser’s tabs.
So I’ve been reading a bit, and apparently it could be done using FFMPEG, maybe using the gdigrab device :
https://www.ffmpeg.org/ffmpeg-devices.html#gdigrabWhere you can even grab from a specific window (like record calc.exe using title=Calculator)
I want to use this logic to capture each of the multiple browser tabs contents. (or at least one) But I don’t know the Firefox/Chrome tabs "title" or if they even work as windows.
I’d also need to record audio, so I would need to either mix the computer’s output device with the video from the tab.
If anyone has more information on how I could do this, I would greatly appreciate it.
Thanks,
-
avformat/mov_muxer : Extended MOV muxer to handle APV video content
14 juillet, par Dawid Kozinskiavformat/mov_muxer : Extended MOV muxer to handle APV video content
Changes in mov_write_video_tag function to handle APV elementary stream
Provided structure APVDecoderConfigurationRecord that specifies the decoder configuration information for APV video content
Co-Authored-by : James Almer <jamrial@gmail.com>
Signed-off-by : Dawid Kozinski <d.kozinski@samsung.com>
Signed-off-by : James Almer <jamrial@gmail.com>