
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 (63)
-
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7826)
-
How to create a video editing timeline from images in android ?
24 février 2015, par xsx4uI am developing an app that includes simple video editing. I am using JavaCV and ffmpeg to grab frames and images from a video. What I want to do is to draw a video editing timeline like in most video editors (from the images that I grab from a video). E.x take images from start, end and the middle and display a single view containing these images.
I do not know what would be the most efficient approach to do this. One option would be to create multiple ImageViews and put images there. Maybe another is to create a custom view. Any help appreciated
-
how to create video by images using php
25 octobre 2015, par Nikunj ChavdaI have some images video12.jpeg,video13.jpeg,video14.jpeg,video15.jpeg and I want to covert images to video.
Please check below code but but it not working...first try by...
exec("ffmpeg -i movie.mpg -r 0.2 -sameq -f image2 video%02d.jpeg");// not create video if put video%02d.jpg instead of video%02d.jpeg
secode try
exec('ffmpeg -r 10 -b 1800 -i video%03d.jpeg test1800.mp4');//// not create video if put video%02d.jpg instead of video%02d.jpeg
Please suggest me how to create video using images.
-
lavfi/avf_showspectrum : add full frame sliding mode.
3 août 2014, par Nicolas George