
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (72)
-
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 (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (8230)
-
How to speed up timeline scrubbing with FFMPEG ?
19 juin 2020, par Nicole PintoI am using a software that converts a .MOV into a .MP4 video for use in the software.However, I want to be able to do this conversion outside of the software itself.



When used, the software outputs a very high-quality .MP4 which allows you to scrub through the software's timeline easily because the video is not aggressively compressed and has high i-frames which are good for random frame seeking and scrubbing.



So far any video I've tried to output in FFMPEG is very choppy to scrub through in the software. How can I emulate the .MP4 the software outputs with FFMPEG ? (processing length is not an issue)



ffmpeg -i InputVideo123.mov -crf 10 -preset veryslow -vcodec h264 -qscale 0 OutputVideo123.mp4



-
Set minimal ts duration in ffmpeg command
22 août 2017, par AlesWe are using ffmpeg to convert mp4 video file to hls.
When video is converted, it sometimes happens that last ts chunk is about 0.03s. And player stalls on this chunk for a while. Is there a special command in ffmpeg to set minimal ts duration ? Or other way to avoid such ts chunks ?
In our command to set up ts duration we use :-segment_time 5
-
Minimal patch for G.729 demuxer
29 octobre 2011, par Vladimir VoroshilovMinimal patch for G.729 demuxer