
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (91)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (10008)
-
How to create a .command file with unity with execute previlages ?
30 janvier 2017, par EhabSherifHello everyone how do you do,
In my app I’m trying to use ffmpeg through a batch file, windows works great writing .bat files, however when I write .command files on MAC the files don’t open and tells me that I don’t have permission.
Also when I run the command
chmoc u+x [.command File Path]
through the terminal the file works..Knowing that when I create a new text file with the command and rename it to .command it works fine.
I write the command file in unity using File.WriteAll, is there any other way for writing the file that gives the previlage needed ? knowing that I run the batch file using a process in unity.
Thank You,
-
building ffmpeg library for android on linux
27 juillet 2015, par Harpreet KaurI am trying to install ffmpeg libaray on linux for my android application.
The link which I am following is https://www.assetbank.co.uk/support/documentation/install/ffmpeg/
I have successfully completed all the steps except the last one
i.e " Run "/sbin/ldconfig" as root. "It is showing the following error in the linux terminal :
anirudh@anirudh-System-Product-Name :/sbin$ ldconfig
/sbin/ldconfig.real : Can’t create temporary cache file /etc/ld.so.cache : Permission deniedPlease comment if anyone can suggest something regarding this issue.
-
getting exception Your FFProbe version is too old and does not support `-help` option
26 mai 2015, par Sameer ShaikhI installed ffmpeg by doing
sudo apt-get install ffmpeg
From a terminal, when I run
/usr/bin/ffprobe -help
it runs properly, but it is not running from my package. Instead I get the exception in the title :Your FFProbe version is too old and soes not support '-help'
I am using
laravel
and i have installed this package https://github.com/PHP-FFMpeg/PHP-FFMpegWhere am i going wrong ?