
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (25)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
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 (7945)
-
Take webcam picture with minimal delay [on hold]
20 septembre 2017, par x-rayI would like to take a picture from a webcam and send that as an http server’s response. I know how to do the http server part, but I need a command that takes the picture and writes it to stdout. I tried this with ffmpeg :
ffmpeg -f video4linux2 -video_size 1920x1080 -input_format yuyv422 -i /dev/video0 -f image2 -frames:v 1 -qscale:v 1 pipe:1
This is working, the only drawback is that it takes about 3 seconds to get the picture. The delay comes from ffmpeg (not from the server/network), probably because it needs to wait for the webcam to initialize. I found that out by replacing
pipe:1
without.jpeg
and running the ffmpeg command on the console.So now my idea is to have one ffmpeg process running all the time and stream the webcams raw video data somewhere, and then start a second ffmpeg process on each http request to get the current video frame as jpeg from that somewhere. However I do not know if it can work that way, and I do not know how to implement it. There might also be a better way for the whole task (send current picture from webcam on http request with minimal delay).
Appreciate any help with this !
-
Android Create MP4 with bitmap series and mp3 by FFmpeg (i need minimal ffmpeg config for build)
29 septembre 2017, par grizzlyi’m building ffmpeg for android. my target is only create mp4 video with series of bitmap image and merge mp3 audio. i want use ffmpeg only only for this target. So i need optimized config for this target. i try find in google and find not bad config list. but i need full optimize config for reduce size of ffmpeg in android app. can you suggest me best config for this target ?
i find this :
Minimal configuration for mp4 files
how do i modify this ffmpeg build script for minimal binary size output
but is not complete optimized.
please suggest me full optimize config for my target. thanks
-
Révision 20453 : PHPDoc minimal (et indentation en espace comme le reste du fichier)
27 avril 2013, par marcimat -