
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (38)
-
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)
Sur d’autres sites (4976)
-
Best flags to use FFMPEG in commercial product
7 décembre 2015, par mhergonI’m trying to "decrypt" legal terms of the ffmpeg license but after few hours I’m confused more and more.
I need use ffmpeg for a commercial product, for the moment without AC3, DTS support, but I’m unable to know what flags should I use to compile. I’m aware that I should not use flags--enable-gpl
and--enable-nonfree
but I don’t know if it’s necessary any other flag.Can anyone help me ?
Thanks !
-
lavc/audiodsp : fix RISC-V V scalar product (again)
16 octobre 2022, par Rémi Denis-Courmont -
I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips ?
31 mars 2024, par gamers hdI need an azure product where i can run my ffmpeg process on but i dont want to deal with acces overhead etc. But i need to be able to specify how strong the cpu and stuff should be.


So consumption functions would be to weak & Premium functions are billed with a fixed rate so i cant use that either


I tried first using a webapi but those are quite costly and because the commands are extremely sudden like in a couple seconds it can go to 100% cpu usage, so scalinng solutions even if i could afford it would be quite hard.


I'm basicly looking for something that i can write a http triggered function for, i call it, it comes to life executes and then dies.


Ps I'm a novice to Azure so if i overlooked anything obvious please let me know.