
Recherche avancée
Autres articles (41)
-
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 -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6248)
-
Revision b7605a9d70 : Simplify skip check. SEG_LVL_SKIP implies skip. This is enforced by skip = writ
23 mars 2015, par Alex ConverseChanged Paths :
Modify /vp9/encoder/vp9_bitstream.c
Simplify skip check.SEG_LVL_SKIP implies skip. This is enforced by skip = write_skip().
Change-Id : I61c79581c9c53deae36685c2bcf388cb4d8827d3
-
ffmpeg nvenc gpu utilization is less than 20 percent
13 septembre 2017, par yashar vaseghi use to convert videos by ffmpeg with h264_nvenc codec, currently i noticed that nvidia-smi command shows GPU utilization is less that 20 percent.
how could i utilize more GPU and fasten the process ?
-
lavf : add AV_DISPOSITION flags for WebVTT text track kinds
24 juin 2013, par Matthew Heaneylavf : add AV_DISPOSITION flags for WebVTT text track kinds
There are 4 separate WebVTT text track kinds : subtitles (the default
if not otherwise specified), captions, descriptions, and metadata.
The WebM muxer needs to know which WebVTT text track kind this is, in
order to synthesize the correct track type and codec id.To allow a demuxer to indicate the text track kind of the input, a new
set of AV_DISPOSITION flag values has been added, corresponding to
each of the non-default text track kind values.