Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

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 (7031)

  • How to create an executable of ffmpeg for android arm processor ?

    17 juin 2015, par patrick

    I’m trying to develop an app that uses ffmpeg. But I don’t know how to create ffmpeg executable for android arm. Can someone give me the steps to create ffmpeg executable and install it into android device ?

  • How to compress video in android faster ?

    21 avril 2017, par Qandeel Abbasi

    I have recently used ffmpeg library for android to compress the video of length 10 seconds and size nearly 25 MB. Following are the commands i tried to use :

    ffmpeg -i /video.mp4 -vcodec h264 -b:v 1000k -acodec mp2 /output.mp4

    OR

    ffmpeg -i input.mp4 -vcodec h264 -crf 20 output.mp4

    Both of the commands were too slow. I canceled the task before it completed because it was taking too much time. It took more than 8 minutes to process JUST 20% of the video. Time is really critical for me so i can’t opt for ffmpeg. I have following question :

    • Is there something wrong with the command or ffmpeg is slow anyway ?
    • If its slow then is there any other well documented and reliable way/library for video compression that i can use in android ?
  • How to compile ffmpeg-2.5.3 on windows with android-ndk-r10d

    12 janvier 2015, par chandan chaudhary

    I am trying to compile FFMPEG for android on windows using android-ndk-10d. I have followed number of tutorials but I am unable to compile it.
    Can any one please help me to compile FFMPEG. I have referred many blogs and tutorials but I am unable to retrieve the expected result.

    I have used the following link roman10, but it isn’t working.
    Please help me.
    Thank You