
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 (52)
-
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 -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (9544)
-
avcodec/jvdec : Check available input space before decode8x8()
21 février 2019, par Michael Niedermayeravcodec/jvdec : Check available input space before decode8x8()
Fixes : Timeout (78 sec -> 15 millisec)
Fixes : 13147/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JV_fuzzer-5727107827630080Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
avcodec/dxv : Check remaining space in CHECKPOINT()
20 mars 2019, par Michael Niedermayeravcodec/dxv : Check remaining space in CHECKPOINT()
Fixes : Timeout (77sec -> 1sec)
Fixes : 13407/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DXV_fuzzer-5093143018471424Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
How to avoid white space in FFMPEG ?
28 novembre 2019, par Rahul ChokshiI have file name which have white space in string, so my question is this how can I avoid white space in
ffmpeg
command.CMD :
ffmpeg -y -ss 00:00 -t 00:00:01 -accurate_seek -i out out.mp4
-threads 5 -preset ultrafast -codec copy -avoid_negative_ts 1 out.mp4error message :
out : No such file or directory