
Recherche avancée
Autres articles (11)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)
Sur d’autres sites (5285)
-
libavutil : Make avpriv_open a library-internal function on msvcrt
9 août 2013, par Martin Storsjölibavutil : Make avpriv_open a library-internal function on msvcrt
Add one copy of the function into each of the libraries, similarly
to what we do for log2_tab. When using static libs, only one
copy of the file_open.o object file gets included, while when
using shared libraries, each of them get a copy of its own.This fixes DLL builds with a statically linked C runtime, where
each DLL effectively has got its own instance of the C runtime,
where file descriptors can’t be shared across runtimes.On systems not using msvcrt, the function is not duplicated.
Signed-off-by : Martin Storsjö <martin@martin.st>
-
lavf : move internal fields from public to internal context
6 février 2015, par wm4lavf : move internal fields from public to internal context
This is not an API change ; the fields were explicitly declared private
before.Signed-off-by : Anton Khirnov <anton@khirnov.net>
- [DBH] libavformat/asfdec.c
- [DBH] libavformat/avformat.h
- [DBH] libavformat/dv.c
- [DBH] libavformat/internal.h
- [DBH] libavformat/mtv.c
- [DBH] libavformat/mux.c
- [DBH] libavformat/mxfenc.c
- [DBH] libavformat/nutdec.c
- [DBH] libavformat/oggdec.c
- [DBH] libavformat/options.c
- [DBH] libavformat/pcm.c
- [DBH] libavformat/r3d.c
- [DBH] libavformat/utils.c
- [DBH] libavformat/vqf.c
- [DBH] libavformat/yop.c
-
Revision d6a2e29028 : vp8 : fix a bug in the internal PSNR calculation While CONFIG_INTERNAL_STATS=1,
19 mars 2015, par Yunqing WangChanged Paths :
Modify /vp8/encoder/onyx_if.c
vp8 : fix a bug in the internal PSNR calculationWhile CONFIG_INTERNAL_STATS=1, PSNR is calculated while encoding.
The aligned width/height were used mistakenly in the calculation.
This patch fixed it, and used the orignal image width/height.Change-Id : Iad5334f8693af761b71ebb78f2587db8a3404ecf