Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (98)

  • 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 (...)

  • 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 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10518)

  • Play RTMP WITH MPEG-TS format on Android

    10 septembre 2015, par Guy Levin

    I’m trying to play a video from a rtmp stream on Android using JavaCV and ffmpeg

    I’m able to see videos from other sources like rtsp

    Do you have any idea what could be the reason ?

    Thanks

  • Xamarin.Android.FFmpeg not compressing video from Nugat 7.1

    16 juillet 2018, par Mr Shoubs

    We have been using Xamarin.Android.FFmpeg successfully for some time to compress videos, it works up to Nougat 7.0 (API level 24), but it doesn’t seem to support the latest Android versions :

    • Oreo | 8.1.0 | API level 27
    • Oreo | 8.0.0 | API level 26
    • Nougat | 7.1 | API level 25

    Package Name : Xamarin.Android.FFmpeg v1.0.32

    We use the following options :

    string[] cmds = new string[] {
     "-y",
     "-i",
     inputFilepath,
     "-strict", "experimental",
     "-vcodec", "libx264",
     "-preset", "ultrafast",
     "-crf","30", "-acodec","aac", "-ar", "44100" ,
     "-q:v", "20",
     "-vf",
     "mp=eq2=1:1.68:0.3:1.25:1:0.96:1",
     ouputFile,
    };

    string cmdParams = string.Join(" ", cmds);

    FFMpeg.Xamarin.FFMpegLibrary.Run(Xamarin.Forms.Forms.Context, cmdParams, loggerAction);

    We’ve searched for alternatives, but nothing seems obvious. Does anyone know how to resolve this issue or suggest an alternative library/approach (even a paid for one) ?

    EDIT :

    We note a message on the read me read me which states :

    For Android 6.0 onwards, use Xamarin.Android.MP4Transcoder Android 6.0
    onwards, text relocations are strictly prohibited, many source files
    used in ffmpeg use text relocations so ffmpeg will never run on future
    android builds unless they rewrite large library and replace them with
    alternative of text relocations. For this, only alternative is to use
    Android’s native Mp4 transcoder.

    However, we’ve tried using :

    Xamarin.MP4Transcoder.Transcoder.For720pFormat().ConvertAsync
    Xamarin.MP4Transcoder.Transcoder.For960x540Format().ConvertAsync

    but this doesn’t solve our requirements for compression.

  • Binaries for android FFmpeg and SOX

    23 novembre 2022, par kc ochibili

    I have been trying for two weeks to find binaries for ffmpeg and Sox (armeabi,armeabiv7, x86) but i did not succeed. I tried building it my self from this project but I still did not succeed. 
Can you help me build the project and then share the binaries ?

    



    I would heartly appreciate.
Here is the github repository
https://github.com/guardianproject/android-ffmpeg