Recherche avancée

Médias (91)

Autres articles (70)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (5388)

  • Ffmpeg for use in iOS application coded in Swift

    21 novembre 2024, par Xavi Font

    I have been browsing the web, even this website... bu cannot find a good option to implement ffmpeg functionality in an iOS application made in swift.

    


    Options looked at and reasons why they are not solutions :

    


    SwiftFFmpeg - I am not sure it can run on iOS, plus I don't see an option to run my desired Ffmpeg command.

    


    MobileFFmpeg - Not maintained anymore, and a new project by the same founders created a "better altenrative" called ffmpeg-kit.

    


    ffmpeg-kit - looks amazing, but their API only allows for interaction in the Objective-C language.

    


    Any solutions anyone can give me ?

    


  • How to use ffmpeg API to set the bitrate of push video stream with c ?

    22 mars 2023, par guoyanzhang

    I have a problem, broken pipe. I suspect it is caused by too much push bandwidth. How can I use ffmpeg API to set the bitrate of push video stream ? I use C language.

    


  • Decode using GPU instead of CPU via FFmpeg

    21 août 2018, par hamidi

    platform : Windows
    application : WinForm application
    language : C#
    decoder : ffmpeg

    Hi
    We’re using ffmpeg to decode frames sent via network to us. The program is written in C# and uses FFmpegInvoke as well as the required DLL’s like avcodec-56.dll and avutil-54.dll for decoding the frames. We need to use GPU instead of CPU for this purpose. Now CPU is used and decoding is done without any problem.
    My question is that how can I tell ffmpeg use GPU instead of CPU for decoding ?
    Is there any sample code for this purpose ?
    Thanks