Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (72)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (7480)

  • android ffmpeg : file protocol not found

    18 octobre 2012, par Abdul Mateen

    I am trying to run ffmpeg commands through android programmatically and have build ffmpeg for android. Some commands working properly, but the commands having file path like "/mnt/sdcard/video.mp4" is giving error(Exception) that : file protocol not found.

    How to run such commands ?

    Thanking you !

  • Can't load libavcodec.so in android

    5 juillet 2021, par Tracy Wang

    I can't load libavcodec.so in the android project, the log says dlopen failed : cannot locate symbol "ff_vp9_copy32_aarch64" referenced by "/data/app/com..-1/lib/arm64/libavcodec.so"..., the ffmpeg version is 4.2.4.

    


  • Not getting 0 while running int exitVal = process.waitFor() ; in FfmpegController in android

    25 juillet 2014, par user2384410

    I am working on video compression using FFMPEG. I have implemented the GuardianProject(https://github.com/guardianproject/android-ffmpeg-java/tree/master/srclibrary)in my Android project as library project.Everything is working fine but when the line of code inside method execProcess(List cmds, ShellCallback sc, File fileExec) executes it always returns a non zero value (ex.1). It’s been almost a day I am struggling with this problem,Please can somebody help me to get out of this.