
Recherche avancée
Autres articles (103)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (11707)
-
Can FFMPEG perform Sample-aes encryption ?
2 août 2018, par davidI’m trying to convert a local .mp4 video to encrypted HLS AES-128 with ffmpeg. I would like to implement SAMPLE-AES in order to have a playlist looking like this : (one key per segment as opposed to one key for the whole set of segments)
> #EXT-X-KEY:METHOD=AES-128,URI="segment-00000.key"
>
> #EXTINF:4.458667, segment-00000.ts
> #EXT-X-KEY:METHOD=AES-128,URI="segment-00001.key"
>
> #EXTINF:4.010000, segment-00001.ts
> #EXT-X-KEY:METHOD=AES-128,URI="segment-00002.key"
>
> #EXTINF:4.458667, segment-000002.ts
> #EXT-X-KEY:METHOD=AES-128,URI="segment-00003.key"
>
> #EXTINF:4.010000, segment-00003.tsBut I have not found yet how to do it... even in the ffmpeg documentation...
-
Revision 1094a11b57 : temporal_svc sample encoder : setting for denoiser. Reset it as before commit : h
18 juillet 2014, par Marco PaniconiChanged Paths :
Modify /examples/vpx_temporal_svc_encoder.c
temporal_svc sample encoder : setting for denoiser.Reset it as before commit : https://gerrit.chromium.org/gerrit/#/c/70855/
Change-Id : I93df163c4bb565fb30f0f5283ed71347d01153d3
-
avformat/mov : Check sample size
28 juin 2016, par Michael Niedermayer