
Recherche avancée
Autres articles (43)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (6234)
-
avformat/3dostr : Check remaining buffer in probe before 8 byte step
19 septembre 2020, par Michael Niedermayeravformat/3dostr : Check remaining buffer in probe before 8 byte step
Fixes : segfault
Fixes : signal_sigabrt_7ffff6ae7cc9_7213_0d6457b9d6897fa7c78507fa5de53510.ts
Regression since : 3ac45bf66561a667260cac37223c0393f7333fcaSigned-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
How to use the —abr-ladder from x265 on ffmpeg
14 septembre 2020, par DiegoI'm trying to find out how to use the latest x265 abr-ladder option on ffmpeg, which promises up to 65% time savings compared to sequential generation, according to release notes, but : (1) I'm not sure if it is already available on ffmpeg or how to find out, and if it is (2) specifying the input/output inside the configuration file instead of the ffmpeg CLI causes ffmpeg to complain that required parameters are missing.


In the x265 repository there is a example for configuration file, but I couldn't find there or in the ffmpeg repository instructions on how to use this kind of parameter that doesn't seem to follow the CLI standards for ffmpeg. Apparently it is possible to create multiple outputs in a single command using ffmpeg, but again I couldn't make it work.


So what I'm looking for is a usage example for the
--abr-ladder
parameter for x265. Thank you.

-
Is ffmpeg support GPU acceleration on Jetson platform ?
1er octobre 2020, par Vincent_WangI want to run ZoneMinder on Jetson nano as an IP CAM server, but it seems that Jetson nano can not handle many cams which are using ffmpeg decode, if I open three cams on ZoneMinder, CPU usage is always 100%, but GPU usage is 0%, and I can not open more cams.


In this discussion https://forums.developer.nvidia.com/t/ffmpeg-using-hardware-gpu-cuda/72312, the NV Moderator said that




ffmpeg with GPU support is not enabled on Jetson platform ...




NVENC/NVDEC can help ffmpeg acceleration, but these hardware blocks is on CPU, not on GPU.


but I found a repo https://github.com/jocover/jetson-ffmpeg, is this repo can use GPU acceleration ? Because I tried but didn't work(still using NVENC/NVDEC acceleration of CPU).


If GPU on Jetson nano is sure that can not support ffmpeg acceleration, but I want to use ZoneMinder, is there a better way to solve this problem ? e.g. using GStreamer ?