
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (39)
-
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 -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...) -
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 : (...)
Sur d’autres sites (7889)
-
avutil : turn arm setend into a cpuflag
7 août 2014, par Michael Niedermayeravutil : turn arm setend into a cpuflag
this allows disabling and enabling it
it also prevents crashes if vfpv3 and neon are disabled which previously
would have enabled the flagAnd last but not least one can enable setend on cpus like cortex-a8 where
its fast but disabled by defaultSigned-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Merge commit ’16302246b1fcb7ad4e6f7bd31c49956a455336d2’
2 mai 2015, par Michael NiedermayerMerge commit ’16302246b1fcb7ad4e6f7bd31c49956a455336d2’
* commit ’16302246b1fcb7ad4e6f7bd31c49956a455336d2’ :
avconv : Add an option for automatically rotating video according to display matrixConflicts :
Changelog
ffmpeg_opt.cMerged-by : Michael Niedermayer <michaelni@gmx.at>
-
avcodec : Factor updating palette out
17 mars 2021, par Andreas Rheinhardtavcodec : Factor updating palette out
Because the properties of frames returned from ff_get/reget_buffer
are not reset at all, lots of returned frames had palette_has_changed
wrongly set to 1. This has been changed, too.Reviewed-by : James Almer <jamrial@gmail.com>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>- [DH] libavcodec/8bps.c
- [DH] libavcodec/cinepak.c
- [DH] libavcodec/decode.c
- [DH] libavcodec/decode.h
- [DH] libavcodec/gdv.c
- [DH] libavcodec/idcinvideo.c
- [DH] libavcodec/imx.c
- [DH] libavcodec/interplayvideo.c
- [DH] libavcodec/kmvc.c
- [DH] libavcodec/msrle.c
- [DH] libavcodec/msvideo1.c
- [DH] libavcodec/qpeg.c
- [DH] libavcodec/qtrle.c
- [DH] libavcodec/rawdec.c
- [DH] libavcodec/rscc.c
- [DH] libavcodec/smc.c
- [DH] libavcodec/tscc.c