
Recherche avancée
Autres articles (111)
-
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 (...) -
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 (10508)
-
Révision 24519 : largeur max à 33% pour les docs en left/right dans le privé
27 février 2020, par bruno@eliaz.fr -
Explicitly set soundManager.preferFlash = true for some demo/API/docs cases
31 juillet 2011m demo/360-player/canvas-visualization-basic.html m demo/360-player/canvas-visualization.html m demo/animation-1/script/animation.js m demo/animation-2a/index.html m demo/animation-2b/script/animation.js m demo/api/index.html m demo/christmas-lights/christmaslights.js m (...)
-
How to loop video with varying sizes over static image using ffmpeg, (has frame stutter issue)
12 février 2020, par Kian Kordtomeikel’ffmpeg -loop 1 -i "’ + Background + ’" -i "’ + curvideosloc + ’" -filter_complex "overlay=(W-w)/2 :(H-h)/2:shortest=1,format=yuv420p" "’ + finalvideoloc + ’"’
The above is the command that I currently use to set a background (which is 1080p) over a video (which changes in size throughout the video to a max size of 1800 by 900), however when I do this, at most (for some reason not all) points in which the video file size changes it has a stutter where it just displays the static background then puts the video back on top and I can’t figure out why. Any ideas ?
Thanks !