
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (48)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (10294)
-
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 ??
-
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.


-
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