
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 (75)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Les images
15 mai 2013 -
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)
Sur d’autres sites (13208)
-
FFmpeg output doesn't match source
10 octobre 2019, par Patrick O'BrienI can’t seem to match the ffmpeg output with the source exr. Linking to the source exr and movie here : https://www.dropbox.com/sh/mc19q5m9bf17goi/AAAfs4o_vxnAePIZVrOBrEZRa?dl=0. I’ve tried a lot of flags, the closest seems to be this :
C :\PyAniTools\apps\pyShoot\ffmpeg\bin\ffmpeg.exe -apply_trc iec61966_2_1 -i C :\Users\Patrick\Downloads\050_020_render_layer\char_back\char_back.1062.exr -vcodec libx264 -pix_fmt yuv420p -preset slow -crf 18 -r 25 C :\Users\Patrick\Downloads\050_020_render_layer\char_back\char_back.1062.mp4
It’s still different though. Source exr :
It’s hard to tell probably but parts of the image get darker :
Any help would be greatly appreciated, I’ve been trying things for days. Thanks,
Patrick -
Revision c2ad69bcf4 : Reorder enum i4X4 predcition modes To match the order of directional intra pre
12 avril 2013, par Yaowu XuChanged Paths : Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_entropymode.c Modify /vp9/common/vp9_reconintra4x4.c Reorder enum i4X4 predcition modes To match the order of directional intra prediction modes for larger blocks, also renamed the i4x4 prediction modes to mirror the larger (...)
-
avcodec/wmaprodec : Check if the channel sum of all internal contexts match the external
12 novembre 2019, par Michael Niedermayeravcodec/wmaprodec : Check if the channel sum of all internal contexts match the external
Fixes : NULL pointer dereference
Fixes : 18689/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_XMA1_fuzzer-5715114640015360Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>