
Recherche avancée
Médias (3)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (82)
-
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 -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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.
Sur d’autres sites (10147)
-
libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() put_no_rnd_pixels16_...
7 novembre 2014, par Rong Yanlibavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() put_no_rnd_pixels16_xy2_altivec() put_no_rnd_pixels8_xy2_altivec() avg_pixels8_altivec() avg_pixels8_xy2_altivec() put_pixels16_xy2_altivec() put_pixels8_xy2_altivec() ff_avg_pixels16_altivec() for POWER LE
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Which is the right Cpu for my sites [on hold]
25 octobre 2015, par Oferta Për PunëI have 2 sites that are converting lot of video and audio files via ffmpeg
so i want to buy a server and problem is coz i dont know which is the right one for me
do i need to buy
2 SERVERS with CPU: Intel C2750 2.40GHz
or to buy
1 SERVE with CPU: Intel Xeon E3 1220v3
or
1 SERVE with CPU: Intel Xeon E3 1230v2
and add host sites in one of them
so which one is better and where do i have more power in one Intel Xeon E3 for 2 sites or host each site in new Intel C2750 2.40GHz
-
Anyone using Azure Container Instances to run FFMPEG encoding for video uploads to their website ?
29 janvier 2021, par JonathanI've been putting a website together in PHP and part of the functionality is to trim some video and encode as MP4 and AAC audio.


FFMPEG runs locally on the webserver and uses up all the CPU when encoding which is not ideal. What I would like to do in theory is remove the FFMPEG service from the webserver and put it on a Azure container service which I can pay for 60 seconds of some high power computer occasionally to do the encoding, then spins back down.


The issue im having the tutorials I'm following I cant even get to the point of running some FFMPEG commands via command line. Let alone writing some code in PHP to offload this to the container instance.


Does anyone have anything they can point me to that might help me get started.