
Recherche avancée
Autres articles (72)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (5903)
-
Revision 37501d687c : Speed feature to binary search dir intramodes This speed feature will skip sear
2 juillet 2013, par Deb MukherjeeChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_rdopt.c
Speed feature to binary search dir intramodesThis speed feature will skip searching the directional intra prediction
modes D63, D117, D27, D153 if the best intra mode so far is not one of
the diagonal, horizontal or vertical directions closest to the respective
directions being tested. In other words, this implements a sort of
binary search in the angular domain.Speedup : about 9-10%
Results : -0.05% only on derfraw300.Change-Id : I413584c41f2a3e8dabfbdeb40718c8fc4b1d63a2
-
Revision b12e060b55 : Add speed feature to disable splitmv Added a speed feature in speed 1 to disabl
30 juin 2013, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Add speed feature to disable splitmvAdded a speed feature in speed 1 to disable splitmv for HD (>=720)
clips. Test result on stdhd set : 0.3% psnr loss and 0.07% ssim
loss. Encoding speedup is 36%.(For reference : The test result on derf set showed 2% psnr loss
and 1.6% ssim loss. Encoding speedup is 34%. SPLITMV should be
enabled for small resolution videos.)Change-Id : I54f72b94f506c6d404b47c42e71acaa5374d6ee6
-
Revision f4bee75c2b : Merge "Add speed feature to disable splitmv"
2 juillet 2013, par Yunqing WangMerge "Add speed feature to disable splitmv"