
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (64)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (9110)
-
Révision 17607 : r17588 a introduit un bug dans la conversion des select en group by :
1er avril 2011, par cedric -si un select est une fonction calculee avec des ", " dedans, le explode fait des betises. nettoyer un peu la chaine avant de la decouper, donc
-
how to generate frames using ffmpeg `select` filter with custom function
14 février 2023, par RickyI got a video, and want to generate some frames to be my video cover candidates which should satisfied with some conditions below :


- 

- frame in vary scenes.
- frame contain person with good look, no eyes closed and etc.






I found ffmpeg select filter abilities, like


ffmpeg -i input.mp4 -vf "select=gt(scene\,0.4)" -frames:v 5 -vsync vfr frames-diff-%02d.png



can generate frames that have more than 40% scene change compared to the previous frames.


I just found that only built-in
select
expressions support and no customization support.

- 

- Does ffmpeg support external function/api/local command/script to give a frame
select
evaluation ? - Is there any other solutions to complete my goal ?






Thanks.


-
select frame of choice for thumbnail in ffmpeg
1er octobre 2014, par Rks RockDescription
I have successfully installed and used ffmpeg in my project ... I am able to create thumbnails by selecting a frame at X seconds... But that is not enough what if at X seconds there is a blacked out scene in the video or some scene that does not justify what the video is about ..
So is there a way that I can make a UI that will give the user to select the frame lets say using a track-bar so that user can drag the track bar to a specific frame and select it as a thumbnail like a poster...
Any one done that ??