
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (106)
-
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 -
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 : (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (9533)
-
Revision e85eaf6acd : Remove redundant mode update in sub8x8 decoding The probability model used to c
24 septembre 2013, par Jingning HanChanged Paths :
Modify /vp9/decoder/vp9_decodemv.c
Remove redundant mode update in sub8x8 decodingThe probability model used to code prediction mode is conditioned
on the immediate above and left 8x8 blocks' prediction modes. When
the above/left block is coded in sub8x8 mode, we use the prediction
mode of the bottom-right sub8x8 block as the reference to generate
the context.This commit moves the update of mbmi.mode out of the sub8x8 decoding
loop, hence removing redundant update steps and keeping the bottom-
right block's mode for the decoding process of next blocks.Change-Id : I1e8d749684d201c1a1151697621efa5d569218b6
-
Revision 14cc7b319f : Refactor model based tx search in super_block_yrd Remove unnecessary conditiona
13 août 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Refactor model based tx search in super_block_yrdRemove unnecessary conditional branches in model-based transform
size search.Change-Id : Ic862dc33ed6710a186f6248239dd5f09b5c19981
-
Revision dc70fbe42d : Merge "Refactor model based tx search in super_block_yrd"
13 août 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Merge "Refactor model based tx search in super_block_yrd"