
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (74)
-
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 -
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 (...) -
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 (7404)
-
Scan video file to detect black page or color/bar tone
7 février 2023, par solcommandline script that will scan bar and tones using nodejs and ffmpeg


ffmpeg -i sample.mp4 -vf -loop 1 -i colorbars.jpg -filter_complex \ "[0:v][1:v]blend=difference:shortest=1,blackframe" \ -an -f null -



-
FFmpeg, overlay, black detect, intermission — too much to ask ?
11 avril 2016, par Timo Mika GläßerI have two streams (see the schematic in the picture below). One is the main video-stream which is constantly on and one is a picture-in-picture stream which have intermissions. Both are fed to
ffmpeg
as live streams and I want to redistribute them as a merged live stream again.Is there a way to either have a static image for the picture-in-picture stream when it has no data (i.e. using blackdetect) or completely hiding it temporarily ?
-
How can I add "retro-looking" black round cornert to my videos ?
4 mars 2020, par user3018558I’m looking to add (e.g. overlay) some retro/cinematic effect to my video and specifically the black rounded corners.
Can this be achieved via ffmpeg ? I’m actually using Handbrake mainly but since it relies on ffmpeg I guess I could pass something as a parameter in Handbrake’s Video/Advanced/options to affect the output file ?I mean one option would be to add an overlay I guess like :
But considering the input files have different resolution/aspect-ration I would ideally be looking to have this dynamically added to the output file.
Any idea/tip ?
Thanks