
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (9)
-
Liste des distributions compatibles
26 avril 2011, parLe tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...) -
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 (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (1290)
-
Deploying ffmpeg from Windows Machine using Cpanel
24 février 2017, par BBobA site developed on a Windows machine using WAMP employs ffmpeg.exe to convert videos. The site will be deployed on a server running Linux. All of the links I have seen seem to require ffmpeg to be compiled and linked on the host machine. How can ffmpeg be deployed from Windows system to a Linux site thru CPanel ?
-
Capture desktop with ffmpeg on Windows virtual machine [closed]
1er octobre 2020, par LiriumI’d like to record what happens on my virtual machine with ffmpeg. My command is the following :


ffmpeg -draw_mouse 1 -r 10 -f gdigrab -i desktop -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -y -an myfile.mp4


My machine is Windows Server 2016 and it runs in the cloud. It works only with RDP connection. Is there any way to fake it ?
I thought about PyVirtualDisplay, but it seems to be a tool for Unix-like OS.


-
dashcast on rhel machine
13 mai 2018, par YogevnnI’m trying to set up a dashcast on my RHEL7 machine.
In this manual they are using apt-get to install all the relevant packages.
Is there any way to install dashcast on a RHEL7 machine without having to search each package on the yum repo ?Right now i’m just taking each package and search on Google in what yum repo it is, and the names are also different.
I didn’t found any RHEL installation manual.I can use ubuntu system but prefer to avoid it if possible