
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (112)
-
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 ;
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (9099)
-
Anomalie #3378 (Nouveau) : Definition header php compresseur
28 janvier 2015, par Vincent LegeardSur la révision 21789
Lors de la compression des css une erreur se produit dans le header
< ?php header(’Link :
cache-css/f895658623bc24300770df8debcc96e6.css ?1422468183*>* ;rel="stylesheet prefetch"’) ; ?>
— - plugins-dist/compresseur/inc/compresseur.php 2015-01-28 19:07:18.000000000 +0100 +++ plugins-dist/compresseur/inc/compresseur.php.rev 2015-01-28 19:02:35.000000000 +0100 @@ -73,7 +73,7 @@ function compresseur_ecrire_balise_css_d $comments .= "" ; // Envoyer aussi un entete http pour demarer le chargement de la CSS plus tot // Link : /href.here/to/resource.html> ;rel="stylesheet prefetch"$comments .= "<"." ?php header(’Link : $src ;rel=\"stylesheet prefetch\"’) ; ?>" ; + $comments .= "<"." ?php header(’Link : <$src> ;rel=\"stylesheet prefetch\"’) ; ?>" ; $flux = substr_replace($flux,$comments,$pos,0) ; return $flux ; }
-
FFMpeg Commands definition in library source code
25 janvier 2013, par SKCI tried running the
ffmpeg
commands from Android activity using an emulator in Windows OS, but i get errors.
I tried keeping both my resource files in/mnt/sdcard
as well the application package within/data/data
, but none of the options worked out for running the ffmpeg commands.These are the following approach i had taken while running the command through an android activity.
(Command to convert a series if images into a video)
Approach 1 :String[] cmd =new String[4];
cmd[0]="/data/data/com.example.commandlineffmpeg/files/ffmpeg";
cmd[1]="-i";
cmd[2]="/data/data/com.example.commandlineffmpeg/images/bpc_%03d.png";
cmd[3]="/data/data/com.example.commandlineffmpeg/out/out.avi";
Process p = Runtime.getRuntime().exec(cmd, null, new File("/data/data/com.example.ffmpegnew/out"));I have solved this, basically there was system permission issues and hence we were not allowed to access the system properties required to run the FFMpeg commands.
Thus we need to sign the apps with the system certificates and hence we can use FFMpeg commands directly from any android activity. -
Revision b69152db79 : Add high bit depth support for tx-skip expt +0.3% on 10-bit +0.3% on 12-bit Wi
10 avril 2015, par hui suChanged Paths :
Modify /vp9/common/vp9_idct.c
Modify /vp9/common/vp9_idct.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_quantize.c
Modify /vp9/encoder/vp9_quantize.h
Add high bit depth support for tx-skip expt+0.3% on 10-bit
+0.3% on 12-bitWith other high bit compatible experiments on 12-bit
+12.44% (+0.17) over 8-bit baselineChange-Id : I40b4c382fa54ba4640d08d9d01950ea8c1200bc9