Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (71)

  • Organiser par catégorie

    17 mai 2013, par

    Dans 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, par

    Utilité
    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 2011

    Contrairement à 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 Witze

    I 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");&#xA;</string>

    &#xA;

    the entire code

    &#xA;

    fun videoCompress(videoPath: String) {&#xA;    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");&#xA;&#xA;    CallBackOfQuery().callQuery(query, object : FFmpegCallBack {&#xA;        override fun statisticsProcess(statistics: Statistics) {&#xA;            Log.i("FFMPEG LOG : ", statistics.videoFrameNumber.toString())&#xA;        }&#xA;&#xA;        override fun process(logMessage: LogMessage) {&#xA;            Log.i("FFMPEG LOG : ", logMessage.text)&#xA;        }&#xA;&#xA;        override fun success() {&#xA;            Log.d("yyyy", "success: ")&#xA;        }&#xA;&#xA;        override fun cancel() {&#xA;        }&#xA;&#xA;        override fun failed() {&#xA;        }&#xA;    })&#xA;}&#xA;</string>

    &#xA;

    The Log from the code

    &#xA;

    what I added to my build.gradle file

    &#xA;

        implementation &#x27;com.github.SimformSolutionsPvtLtd:SSffmpegVideoOperation:1.0.8&#x27;&#xA;

    &#xA;

    the result (exact)

    &#xA;

    Unknown encoder 'libx265'

    &#xA;

  • Android : How to configure FFMPEG latest version in android studio ?

    28 décembre 2016, par Ravi Vaghela

    I want to configure FFMPEG in android studio but i cant get any document or link for that. Github on many FFMPEG lib available for android but that all are with old version. And how to run command in android ? and i want to know after configure FFMPEG then how can we run FFMPEG 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

    https://github.com/appunite/AndroidFFmpeg

    https://github.com/WritingMinds/ffmpeg-android

  • Anomalie #2821 (Nouveau) : recherche sur le site : spip3 remplace ET par OU

    13 août 2012, par claude delattre

    Bonjour, 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