
Recherche avancée
Autres articles (79)
-
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 (12842)
-
lavf/matroskadec : Do not use strncat() to limit copying a one-char constant.
10 décembre 2018, par Carl Eugen Hoyoslavf/matroskadec : Do not use strncat() to limit copying a one-char constant.
Instead add the character to the snprintf above as suggested by Mark.
Silences a warning :
libavformat/matroskadec.c : In function 'webm_dash_manifest_cues' :
libavformat/matroskadec.c:3947:13 : warning : 'strncat' specified bound 1 equals source length [-Wstringop-overflow=]
strncat(buf, ",", 1) ;
^ -
Bypass Nvidia's 2 Stream Encode Limit On Windows
28 novembre 2018, par NimbleI’m trying to encode 3 video streams simultaneously in FFmpeg but due to Nvidia’s 2 stream encode limit on GTX / RTX GPUs I have to encode one of the streams with my CPU. This forces me to output multiple files as opposed to one properly mapped file containing all audio and video streams which has many drawbacks involving synchronization and ease of use.
Before actually considering investing $1000+ in a comparable Quadro GPU, which has no encode stream limits, I thought I’d search around to see if anyone has bypassed said limit. Eventually I came across this GitHub repository :
https://github.com/keylase/nvidia-patchIt seems to actually work... but it’s Linux only. Much of my hardware is incompatible with Linux so migration just isn’t an option for me. Not being smart enough to learn from this method and apply it to a Windows environment I kept looking and came across this repository :
https://github.com/Matviy/nvidia-NVENC-multi-session-patchIt would seem this is a method to bypass the limit on Windows but the instructions are way over my head. I’ve asked a few of my buddies who are experienced in coding but each one only seems to understand each method to a point and can’t really help.
Was hoping someone could give some insight on the subject, possibly offering a solution, or confirming that the instructions are simply too vague.
-
avcodec/tiff : Limit filtering to decoded data
23 novembre 2018, par Michael Niedermayeravcodec/tiff : Limit filtering to decoded data
Fixes : Timeout
Fixes : 11068/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-5698456681709568Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>