
Recherche avancée
Médias (1)
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (55)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (8463)
-
Revision 13930cf569 : Limit mv range to be based on partition size Previous change c4048dbd limits th
23 août 2013, par Yaowu XuChanged Paths :
Modify /vp9/common/vp9_enums.h
Modify /vp9/encoder/vp9_encodeframe.c
Limit mv range to be based on partition sizePrevious change c4048dbd limits the mv search range assuming max block
size of 64x64, this commit change the search range using actual block
size instead.Change-Id : Ibe07ab02b62bf64bd9f8675d2b997af20a2c7e11
-
avformat/mxfdec : Detect field_order based on video_line_map
19 octobre 2016, par Tobias Rappavformat/mxfdec : Detect field_order based on video_line_map
Read video_line_map from MXF generic picture essence descriptor and use
it to derive the coded field order. Use field_dominance to derive the
display field order from coded field order. If field_dominance is not
available the default value "1" is used as defined in SMPTE S377-1.Fixes field_order detection for a bunch of DV/DVCPRO files. The heuristic
for deriving coded field order from video_line_map is inspired by
MediaInfo.Signed-off-by : Tobias Rapp <t.rapp@noa-archive.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
movenc : Set tfhd default sample flags based on actual samples, if possible
6 mars 2015, par Martin Storsjömovenc : Set tfhd default sample flags based on actual samples, if possible
This avoids assuming that e.g. audio samples are marked as
sync samples.This allows omitting the sample flags from trun, if the default
flags happen to be right for all the samples.Signed-off-by : Martin Storsjö <martin@martin.st>