
Recherche avancée
Autres articles (99)
-
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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (7953)
-
opusenc : implement a psychoacoustic system
23 septembre 2017, par Rostislav Pehlivanovopusenc : implement a psychoacoustic system
This commit implements a psychoacoustic system for the native Opus
encoder. Its unlike any other psychoacoustic system known since its
capable of using a lookahead to make better choices on how to treat the
current frame and how many bits to allocate for it (and future frames).Also, whilst the main bulk of the analysis function has to run in a
single thread, the per-frame anaylsis functions does not modify the main
psychoacoustic context, so in the future it will be fairly trivial to
run those as slice threads.Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>
-
build system : fix dependency generation
8 octobre 2015, par Christophe Gisquetbuild system : fix dependency generation
When trying to build the binary dct-test under MSYS2/Win64, the
makefile rule does not have the SUBDIR in the target for its
object file.Consequently, modifications to various include files (e.g. C ones)
do not trigger a recompilation.When tracing the dependency generating, the dependency generation
has this strange content (linebreak inserted) :
sed -e "/^#.*/d" -e "s,^ [1]*dct\.o,libavcodec/dct.o," \
> libavcodec/dct-test.dFor some reason, the $(*F) has weird content. It looks simpler to
use $(@F) instead of $(*F)\.o, although this was tested on one
single version of make.Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
How to use latest FFMPEG in Android Studio project ?
1er avril 2020, par arslan hakticI have a simple task to make a video from multiple images and an audio file, After searching a lot found that its possible with FFMPEG, Unfortunately there are no updated tutorials for FFMPEG, there are few but outdated and most of them are not working. 
As I have compiled FFMPEG for Android using NDK android-ndk-r10e and ffmpeg-2.8.6 on my MAC with Android Studio following the tutorial http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/ 
It makes the .so files as 




Now I can't understand what should I do to integrate this in my Android project, I have also checked,



How to use Ffmpeg in android studio ?



how to use ffmpeg in android ?






and mainly this,



http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/



https://github.com/roman10/android-ffmpeg-tutorial



But its not working and having errors with no way to resolve this. Can anyone please mention some steps that should be followed to use FFMPEG .so files as in image attached.