
Recherche avancée
Autres articles (96)
-
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 ;
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (19414)
-
avformat/fifo : Check for keyframe video type before stop dropping
10 avril, par Arthur Grilloavformat/fifo : Check for keyframe video type before stop dropping
The current behavior when using restart_with_keyframe is that it will
recover if it also encounters any audio packet, as they are flagged as a
keyframe.The expectation is that packets are dropped until the next _video_
keyframe.To fix that, check if exists a video stream, if it exists check the
packet stream codec type, only letting it recover when it is a video
one. If there is no video stream, resume to the original behavior, not
checking the codec type.Fixes ticket : #11467
Signed-off-by : Arthur Grillo <arthurgrillo@riseup.net>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avfilter/sr : process and output message when load_model is NULL
24 septembre 2018, par Steven Liu -
avfilter/vf_dnn_processing.c : add planar yuv format support
21 février 2020, par Guo, Yejunavfilter/vf_dnn_processing.c : add planar yuv format support
Only the Y channel is handled by dnn, the UV channels are copied
without changes.The command to use srcnn.pb (see vf_sr) looks like :
./ffmpeg -i 480p.jpg -vf format=yuv420p,scale=w=iw*2:h=ih*2,dnn_processing=dnn_backend=tensorflow:model=srcnn.pb:input=x:output=y -y srcnn.jpgSigned-off-by : Guo, Yejun <yejun.guo@intel.com>
Reviewed-by : Pedro Arthur <bygrandao@gmail.com>