Recherche avancée

Médias (91)

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8406)

  • How to use latest FFMPEG in Android Studio project ?

    1er avril 2020, par arslan haktic

    I have a simple task to make a video from multiple images and an audio file, After searching a lot found that its possible with FFMPEG, Unfortunately there are no updated tutorials for FFMPEG, there are few but outdated and most of them are not working. 
As I have compiled FFMPEG for Android using NDK android-ndk-r10e and ffmpeg-2.8.6 on my MAC with Android Studio following the tutorial http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/ 
It makes the .so files as 
files generated from ffmpeg

    



    Now I can't understand what should I do to integrate this in my Android project, I have also checked,

    



    How to use Ffmpeg in android studio ?

    



    how to use ffmpeg in android ?

    



    FFmpeg on Android

    



    and mainly this,

    



    http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/

    



    https://github.com/roman10/android-ffmpeg-tutorial

    



    But its not working and having errors with no way to resolve this. Can anyone please mention some steps that should be followed to use FFMPEG .so files as in image attached.

    


  • FFMPEG : MB Rate > Level Limit Error Message

    10 juin 2013, par pleasehelpme

    Running a .bat file for rotating a video's orientation generates this error message.

    [libx264 @ 0162fb80] MB rate (108000000) > level limit (2073600)

    It appears on some videos, and the outputs of these videos are corrupted. How to fix this error ?

    .bat for rotating video orientation

    set ffm="C:\ffmpeg\bin\ffmpeg.exe"
    set frmt=*.mp4
    cd "D:\..."
    for %%f in (%frmt%) do %ffm% -i "%%f" -vf "transpose=2" -vsync 2 -sameq %%f.mp4"
    mkdir old
    move %frmt% old\
    @echo **********************************
    @echo **** Press any key to finish *****
    @echo **********************************
    pause
  • FFMPEG : MB Rate > Level Limit Error Message

    10 juin 2013, par pleasehelpme

    Running a .bat file for rotating a video's orientation generates this error message.

    [libx264 @ 0162fb80] MB rate (108000000) > level limit (2073600)

    It appears on some videos, and the outputs of these videos are corrupted. How to fix this error ?

    .bat for rotating video orientation

    set ffm="C:\ffmpeg\bin\ffmpeg.exe"
    set frmt=*.mp4
    cd "D:\..."
    for %%f in (%frmt%) do %ffm% -i "%%f" -vf "transpose=2" -vsync 2 -sameq %%f.mp4"
    mkdir old
    move %frmt% old\
    @echo **********************************
    @echo **** Press any key to finish *****
    @echo **********************************
    pause