
Recherche avancée
Autres articles (64)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (14472)
-
ExoPlayer FFMPEG can't find native libraries
28 janvier 2021, par CilencoI'm currently developing an application using the ExoPlayer library which needs ffmpeg support. I was able to build the ffmpeg extension from the ExoPlayer repo fine by following the readme. I then build an aar with :


./gradlew :extension-ffmpeg:assembleRelease



I included the aar into my project and enabled the the extension through the
DefaultRenderersFactory
but when I load my app I get following lines in the log :

W/LibraryLoader: Failed to load [avutil, swresample, avcodec, ffmpeg jni)
I/DefaultRenderersFactory: Loaded Ffmpeg AudioRenderer.



According to the troubleshooting post, this is because the native parts of the library could not be loaded. Unfortunately I have no experience with Android native development so I'm not sure where to find the native parts of the library and how to add them to my application ?


With the demo app it works fine !


-
FFMPEG with Android SDKS 16-25 and NDK 14 - 'atof' error
4 mars 2017, par isuPatchesI’m trying to compile FFMPEG (version 3.2.4) via NDK along with my android app.
Currently I have a compatibility issue with older devices.
I am able to compile if I use :
APP_PLATFORM := android-23
in the Application.mk but I am unable to load the library due to this error :
java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1306]: 88 cannot locate 'atof'.
If I set the the APP_PLATFORM to android-16 I can’t compile and receive this error :
error: undefined reference to 'atof'
Any suggestions ? The SDK levels are a requirement so I am not able to drop support :(
-
libavutil/mips : Updated msa generic macros
21 juillet 2017, par Kaustubh Rastelibavutil/mips : Updated msa generic macros
Reduced msa load-store code.
Removed inline asm of GP load-store for 64 bit.
Updated variable names in GP load-store macros for naming consistency.
Corrected macro descriptions.Signed-off-by : Kaustubh Raste <kaustubh.raste@imgtec.com>
Reviewed-by : Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>