Recherche avancée

Médias (1)

Mot : - Tags -/belgique

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

  • Video not seeking using ffmpeg android

    23 juin 2015, par Arslan Ahmad

    I am using ffmpeg lib, Video was playing fine & seekable when I disabled the pie before android 5.0.
    For Android 5.0, I have recreated my ffmpeg through ndk and enabled pie so now video playing fine but not seekable.
    Any help ?
    How do we enable progressive flag for seeking the video ?

  • FFMPEG : Capture and Stream from Android Mobile Camera

    18 avril 2023, par Software Development Consultan

    I am checking for how we can use ffmpeg command line in android like using WritingMinds ffmpeg compiled for Android or any other Git project.

    



    I am trying to set following command :

    



    -loglevel trace -f android_camera -camera_index 0 -video_size hd720 -framerate 30 -input_queue_size 2 -i discarded -map 0 -vcodec libx264 -y /sdcard/editor_input/out.mp4"

    



    But it gives Unrecognized option 'camera_index'.

    



    There are some project like "https://github.com/CrazyOrr/FFmpegRecorder" which has Recorder App to store MP4 file but they seems uses FFMPEG APIs and code for getting frames and all, I Just want to directly use ffmpeg as commandline like we use in Linux.

    



    Can someone please guide what is best way to capture from android camera and stream MPEGTS stream on UDP ?

    



    Thanks.

    


  • Using FFmpeg without NDK in android

    11 juin 2016, par Butani Vijay

    I go though many site and search regarding "FFMPEG" implementation for android project.

    Most solution founded are using NDK.

    but i want to use FFmpeg without using NDK as i found in This Link