
Recherche avancée
Autres articles (112)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (11672)
-
Runtime.getRuntime().exec() is not running the ffmpeg command on centos
19 juin 2018, par Karn_wayI am doing as below on centos machine
String fileName = "ffmpeg -i file:///home/xyz %d.png";
Runtime.getRuntime().exec(fileName);xyz is mp4 file and i want that to create number of different Image frames
when i am running by java application as above it is not working however if i try to do so directly on terminal it is working, please suggest as what might be wrong ?
-
Runtime.getRuntime().exec() is not running the ffmpeg command on centos
23 décembre 2013, par Karn_wayI am doing as below on centos machine
String fileName = "ffmpeg -i file:///home/xyz %d.png";
Runtime.getRuntime().exec(fileName);xyz is mp4 file and i want that to create number of different Image frames
when i am running by java application as above it is not working however if i try to do so directly on terminal it is working, please suggest as what might be wrong ?
-
Application slower on jar than eclipse building with ant
28 novembre 2019, par Caio FariasHello guys, i’m facing a silly problem.
I’m using the javacv library to capture streaming videos. On the eclipse i run my application and the delay time it is only the response of rtsp. But when i generate a jar file(using ant, a build.xml) and run on terminal (sudo java -jar app.jar) takes a 4 min to start grabbing frames.
I run the flag verbose on java(java -verbose - jar) and the delay time its because his loading the libs ffmpegs(so files).
Anyone had any idea how to improve and minimize the time ?