
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (59)
-
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 -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)
Sur d’autres sites (6374)
-
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.


-
Where can I find a C/C++ FFmpeg extensive tutorial ?
5 janvier 2013, par fabioI want to use ffmpeg (in its c library form) to split a video in more parts, recompose them and encode the final result. Something basic. But it's very difficult to find documentation or hints about this. Where should I look/ask for advice ?
-
Where can I find a C/C++ FFmpeg extensive tutorial ?
22 février 2021, par ticofabI want to use ffmpeg (in its c library form) to split a video in more parts, recompose them and encode the final result. Something basic. But it's very difficult to find documentation or hints about this. Where should I look/ask for advice ?