
Recherche avancée
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)
-
avformat/hlsenc : allocate space for terminating null
13 novembre 2017, par Timo Rothenpieler -
avcodec/gdv : Check available space before reading palette
11 août 2017, par Michael Niedermayeravcodec/gdv : Check available space before reading palette
Fixes : Timeout
Fixes : 2926/clusterfuzz-testcase-498711001458278Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
FFMpeg cuting AAC file but not accurate, append 100ms space to the end
8 janvier 2018, par Pham Tuan AnhI used FFMPEG with this command :
ffmpeg -ss 00:00:00 -i b1.aac -to 00:00:17.999 -c copy b2.aac
output file (b2.aac) always contain around 100ms space An article has offered that here.
How to remove exactly empty in output file or have any command to cut the aac(mp4) with exactly of the time as I want ?
Thank you.