
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (89)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6934)
-
nested loop that contain 3 loops in bash shell
17 juin 2015, par Tareq SuheimatI want to make a nested loop that contain 3 loops in order to make some test on videos using ffserver and ffmpeg also the netem.
so the first loop must contain the percentage numbers of the bit error like 0.2 0.4 0.6 0.8 and do the following command #tc qdisc change dev eth0 root netem corrupt 0.1% ,then for each one of the bit error another loop to make it for more than one time like a number of trails = 10 and for each try the following command must be done ffmpeg -i rtsp ://localhost:7654/test1-rtsp.mpg -acodec copy -vcodec copy output.mp4please people help me it’s urgent !!!
-
avcodec/avcodec : define CODEC_FLAG based on AV_CODEC_FLAG instead of duplicating...
28 juillet 2015, par Michael Niedermayer -
How to interpret ffmpeg -pix_fmts output ?
11 août 2015, par RichAmberaleRunning ffmpeg -pix_fmts returns a list of formats. Snip :
IO... yuv444p16be 3 48
..H.. vdpau_mpeg4 0 0
..H.. dxva2_vld 0 0
IO... rgb444le 3 12
IO... rgb444be 3 12
IO... bgr444le 3 12What do the I O and H on the right side mean ? What are the numbers in the 2 leftmost columns ?