
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (110)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (11797)
-
Merge commit ’46439e156219d27f059cf687743ba5aacf238b87’
9 avril 2014, par Michael NiedermayerMerge commit ’46439e156219d27f059cf687743ba5aacf238b87’
* commit ’46439e156219d27f059cf687743ba5aacf238b87’ :
mp2 : match twolame default optionsNot merged as the change breaks fate, also forcing resampling to specific sample rate
reduces quality, and would be like rescaling every movie to 1080.Merged-by : Michael Niedermayer <michaelni@gmx.at>
-
Webm - Video playback stops after seeking
27 février 2017, par Ryan Vancity GoslingI am attempting to stream a Webm video file encoded from FFmpeg.
However when I seek to a position which hasn’t been buffered, video playback stops.
I’ve verified that the correct byte range has been downloaded.
Any idea whats causing this ? Seeking worked flawlessly for mp4 files encoded in x264. Webm seems to be the problem. Might be a problem with the way video was encoded.
ffmpeg -i input.mp4 -codec:v libvpx -quality best -b:v 4000k -qmin 10
-qmax 42 -maxrate 4024k -bufsize 8048k -vf scale=-1:1080 -codec:a libvorbis -b:a 384k -movflags faststart out.webm -
How to convert fisheye-video into an equirectangular video to use with 360°-video viewers ?
11 juin 2017, par P. DeeActioncams like GoPro put a wider fov into a standard 1920 x 1080 or higher resolution at the expense of distortion.
How do I use ffmpeg to convert this fov-encoded format into an equirectangular video to use with 360°-video viewers ?