
Recherche avancée
Médias (2)
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (60)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
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 (8228)
-
FFMPEG, how to create custom waveform
9 juin 2017, par Bodie LeonardI have done research trying to create a waveform with FFMPEG and am currently able to create a white png with the wave being transparent. The goal is to generate the wave like the smooth wave below and have the grey be transparent.
Here is my current FFMPEG waveform generator and output.
ffmpeg -i ./_test.mp3 -filter_complex \
"[0:a]aformat=channel_layouts=mono,compand=gain=-6, \
showwavespic=s=450x46:colors=white,negate[a]; \
color=white:450x46[c]; \
[c][a]alphamerge" -vframes 1 _test.png -
Need to create a .mj2 video from .j2k (or other jpeg2000) images and then extract lossleslsly [closed]
9 novembre 2024, par George zaherI need a hand in creating an mj2 video or mp4 that can be created lossless from .j2k images


for example extract mp4 to *.j2k images and then create back


Best Regards
George


I tried using image magic, openjpeg2000 library, ffmpeg, nothing worked out


-
How can I create mp4 file with 0 frames in it ? [on hold]
12 août 2016, par Adam WróblewskiI need to create an empty .mp4 file, it needs to have 0 frames in it. How can this be achieved ? Any ideas ?
edit :
I have tried rendering 0 frames video from Adobe After Effects (AE doesnt allow this) and setting duration of output video to 0 with ffmpeg -t 0 (it wont aaply, transcodes the whole length)purpose :
I need to concat a video from 10 small parts. I has to be exactly 10 parts, but some of them should be blank(duration 0), so no glitch will be visible