
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (105)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (12007)
-
Revision 5ab920d2ae : Using local variable for token_cache. The difference with the old code is that
3 décembre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/decoder/vp9_detokenize.c
Modify /vp9/decoder/vp9_detokenize.h
Modify /vp9/decoder/vp9_onyxd_int.h
Using local variable for token_cache.The difference with the old code is that originally the whole token_cache
was initialized with zeros at the beginning of decode_coefs() function.
Now we set several zero values explicitly with "token_cache[scan[c]] = 0".Change-Id : I88cc5031f01d13012d1a4491739c36cb44f9401e
-
FFMPEG performance when reading directly from s3 vs local
16 janvier 2020, par user1147070I have a usecase where I need to transcode a s3 file. I have two options
Option a : Download the file to local, then run ffmpeg on it
Option b : Provide a presigned URL as ffmpeg input eg -
"./ffmpeg -loglevel debug -y -i "https://mybucket/key?signedParams" -threads 0 -map_chapters -1 -f mp4 -movflags faststart -map 0:0 -acodec libfdk_aac -ac 2 -ar 44100 -b:a 48k -sn -vn /output.mp4"I tried running both and comparing the time but I don’t see any much performance improvement in #b as compared to #a.
I have 2 questions
-
Is #b is better in performance than #a ? Or both of them are same ?
-
In case of #b does ffmpeg wait for complete download and then start transcoding or it start downloading and transcoding simultaneously ?
-
-
Revision 43cec44bbf : Remove 'local' variables in rtcd.sh These aren't required to be supported by sh
21 février 2013, par John KoleszarChanged Paths : Modify /build/make/rtcd.sh Remove 'local' variables in rtcd.sh These aren't required to be supported by sh. Change-Id : I54d641a2377531e0b320676d29d4ecdeee82288a