
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (91)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...) -
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)
Sur d’autres sites (7054)
-
How do I limit resources for ffmpeg, called from a python-script, running in a docker container ?
26 juillet 2019, par wotaniiI deployed a service, that periodically does video encoding on my server ; And every time it does, all other services slow down significantly. The encoding is hidden under multiple layers of abstraction. Limiting any of those layers would be fine. (e.g. limiting the docker-container would work just as well as limiting the ffmpeg-sub process.)
My Stack :
- VPS (ubuntu:zesty)
- docker-compose
- docker-container (ubuntu:zesty)
- python
- ffmpeg (via subprocess.check_call() in python)
What I want to limit :
- CPU : single core
- RAM : max 2 GB
- HDD : max 4 GB
It would be possible to recompile ffmpeg if needed.
What would be the place to put limits in this stack ?
-
ffprobe - getting file info from pipe
29 mai 2013, par AndrewshkovskiiI've got an oog file (it was mixed by sox from two audiostreams recorded by pbx Asterisk) and i'am trying to get file information with ffprobe.
When i'am using something likecat %filename%.ogg | ffrobe -i -
I've got invalid file info (Duration : N/A, wrong bitrate and etc.)
But when i'am trying toffprobe -i %filename%
Everything works fine and i get file info.
What can be wrong ? File content ? -
avformat/mov : Expose encryption info to the app.
7 décembre 2017, par Jacob Trimbleavformat/mov : Expose encryption info to the app.
This exposes encryption info from the container to the app. This
includes key ID, IV, and subsample byte ranges. The info is passed
using the new side-data AV_PKT_DATA_ENCRYPTION_DATA and
AV_PKT_DATA_ENCRYPTION_INIT_DATA.Signed-off-by : Jacob Trimble <modmaker@google.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>