
Recherche avancée
Autres articles (71)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (3786)
-
Unknown encoder 'libx265' when using command in Android studio java
26 mai 2023, par Entwickler WitzeI try to compress a video using a library and running a FFmpeg command in my android app written in java (although the library is in Kotlin)
I manage to do basic operations but the current one I am going to show you will always fail with the following error code : Unknown encoder 'libx265'


The library expects the input to be a String[] and I assume that there is something going wrong but I cannot find what exactly.


the command line


val query:Array<string> = arrayOf("-i", videoPath , "-c:v" , "libx265" ,"preset", "fast", "-crf", "30", "-tag:v", "hvc1", "-c:a", "eac3", "-b:a", "224k" , "$videoPath.mp4");
</string>


the entire code


fun videoCompress(videoPath: String) {
 val query:Array<string> = arrayOf("-i", videoPath , "-c:v" , "libx265" ,"-preset", "fast", "-crf", "30", "-tag:v", "hvc1", "-c:a", "eac3", "-b:a", "224k" , "$videoPath.mp4");

 CallBackOfQuery().callQuery(query, object : FFmpegCallBack {
 override fun statisticsProcess(statistics: Statistics) {
 Log.i("FFMPEG LOG : ", statistics.videoFrameNumber.toString())
 }

 override fun process(logMessage: LogMessage) {
 Log.i("FFMPEG LOG : ", logMessage.text)
 }

 override fun success() {
 Log.d("yyyy", "success: ")
 }

 override fun cancel() {
 }

 override fun failed() {
 }
 })
}
</string>




what I added to my build.gradle file


implementation 'com.github.SimformSolutionsPvtLtd:SSffmpegVideoOperation:1.0.8'



the result (exact)


Unknown encoder 'libx265'


-
Android : How to configure FFMPEG latest version in android studio ?
28 décembre 2016, par Ravi VaghelaI want to configure
FFMPEG
in android studio but i cant get any document or link for that. Github on manyFFMPEG
lib available for android but that all are with old version. And how to run command in android ? and i want to know after configureFFMPEG
then how can we runFFMPEG
commands. Help me for that. thanks advance.I have used below links but not success in for latest version.
http://writingminds.github.io/ffmpeg-android-java
https://github.com/WritingMinds/ffmpeg-android-java
https://github.com/havlenapetr/FFMpeg
-
Anomalie #2821 (Nouveau) : recherche sur le site : spip3 remplace ET par OU
13 août 2012, par claude delattreBonjour, depuis Spip3 (au moins 3.03 3.04) le recherche "premier deuxième" accumule les résultats de "premier" et "deuxième" au lieu de sortir les occurrences communes Claude