
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (112)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
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 (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (6212)
-
How to install ffmpeg for android studio ?
27 janvier 2020, par Coder7711Hi I’m trying to do a project in video processing. I want to demux and mux the videos from an mp4 container. I did it with MediaMuxer and all but now whenever i search everyone is recommending ffmpeg will be much easier. So I want to try this library. But for the life of me I can’t figure out how to use this library. I want to integrate it with my current android studio project written in java. Some examples are given on how to install it in linux and some and are android ndk. Can anyone please guide me how to use this library. How to use and everything. I have read almost all the tutorials and still i’m not clear. Please. Any help would be appreciated.
-
Add non-pip package (ffmpeg) dependency in pipenv
5 juillet 2024, par EliasI have some python code that uses
subprocess
to run the following command (generates subtitles) :

autosub interview.mp3



To make sure this works I have added
autosub
as a dependency in my Pipfile. Furthermore, this library is dependent on the ffmpeg command line tool, which I have installed locally (brew install ffmpeg
).

The problem : whenever I try running my code in the project pipenv environment, I get the error that
ffmpeg
cant be found.

Anyone know of a way to include the
ffmpeg
package in my project pipenv virtual environment ?

Note : Ive already tried adding the
ffmpeg
in the project root folder but this doesnt solve the issue sinceautosub
is running from the pipenv bin folder.

-
How to encrypt WebM File
5 janvier 2018, par aviI am working on some video encryption and decryption.
I want to encrypt WebM files but no success till now, wants your help !!
Till this point, I try to build webm_crypt but not get success because it uses some ’crypto’ file from Chromium project, to get ’crypto’ file I have to build Chromium Project which is a very hard thing... my machine will die. I am adding some screenshot of errors and other things.Is there any other options to encrypt WebM file or is there another way to build webm_crypt without building the Chromium project.
This was the error I got