
Recherche avancée
Autres articles (69)
-
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 (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (6038)
-
Flash blocking improvements : = 8x8px .SWF passes as "invisible" per ClickToFlash, better chance of not being blocked. Default size now always 8x8. If blocked and using flashblock CSS, revert container to 48x48px for visibility. SWF dimensions of w/h 100% were resulting in blocks, so moved to w/h:auto which passes with default 8x8px container size.
3 juillet 2011m demo/flashblock/flashblock.css m demo/index.css m demo/index.js Flash blocking improvements :
-
Getting all the codecs for a given container
17 mars 2020, par GiuTorhow do I get all the codecs for a given container ? In this example I want to retrieve libx264, libx265 etc for MPEG-4 Part 14 container whose id is 28. I have this code :
#include
#include
#include <libavcodec></libavcodec>avcodec.h>
#include <libavutil></libavutil>opt.h>
#include <libavformat></libavformat>avformat.h>
int main(int argc, char **argv)
{
AVOutputFormat *outputFormat = NULL;
encoder = avcodec_find_encoder(28);
printf("%s\n",encoder->long_name);
}But of course it prints libx264 only. Is there a way to call a ffmpeg function in a while loop to get all the codes associated to a given container ?
Thanks
-
Revision 53844275e9 : Fix potential ioc issue in vp9_get_prob for 4K above sizes This commit turns on
25 juillet 2014, par Jingning HanChanged Paths :
Modify /test/frame_size_tests.cc
Modify /vp9/common/vp9_prob.h
Fix potential ioc issue in vp9_get_prob for 4K above sizesThis commit turns on the existing vp9_get_prob function using
64 bit in the intermediate step. It fixes the ioc issue for 4K
above frame sizes (issue 828).Change-Id : I9f627f3beca2c522f73b38fd2a3e7eefdff01a7c