
Recherche avancée
Autres articles (97)
-
Les sons
15 mai 2013, par -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (9551)
-
How to install YASM 1.2.0 and compile FFMPEG library on mac ? [migrated]
24 novembre 2014, par Anurag SharmaI am trying with FFMpeg for this i need to compile FFMPEG library.To compile FFMPEG Library i need to install YASM 1.2.0.But i don’t know any command ?
Thanks in advance ?
-
FFMPEG Jar Library and Executable [on hold]
27 juillet 2017, par NPECurrently working on FFMPEG library to create timelapse-based video creator application. Our application build on Java Environment (*.jar) and will be running on server side.
I used FFMPEG for video compression because
JMF
doesn’t support for video compression.After reading several question on SO and doing some research, I know FFMPEG can do video compression through this command
ffmpeg -i a.mp4 -s 640x480 -b:v 512k -vcodec mpeg1video -acodec copy b.mp4
Our FFMPEG version
ffmpeg version N-86848-g03a9e6f Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 7.1.0 (GCC)
windows environment (*.exe)My question,
- Is there any FFMPEG jar file or library so we can call inside from our application (our code) instead of using
ProcessBuilder
to call exe ? - Is FFMPEG provide jar executable version ? After doing some research here I not found any executable jar. We need call executable jar like this
java -jar FFMPEG.jar
- How to packed all jar on library so when we build application will not produce any
lib folder
.
Anyway, thanks.
- Is there any FFMPEG jar file or library so we can call inside from our application (our code) instead of using
-
How to compile FFmpeg-3.0.2+ Library for Android ?
30 mai 2016, par Timo SchuckStruggling with many errors and deprecated folder and file architectures with the new Android NDK 11+ and FFmpeg-3.0.2+ on how to compile that Library for all Android Architecutres on Ubuntu (or Windows).
There seems to be no up-to-date docu or tutorial without outdated links or build-scripts to bring that to work.