Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (104)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Stream Encoded bytes with FFMPEG

    16 mai 2017, par caiomcg

    I have a byte array of encoded VP9 data and I have to stream it with UDP over FFMPEG(C++). Do you have any suggestion on how to do this ?

    VP9(uint8_t*) -> FFMPEG -> UDP -> PC

    Thanks in advance.

    EDIT :

    The bytes are sent to me by a hardware device.

  • How to get and use FFMPEG in a Objective-C OS X app

    2 septembre 2015, par Coiman

    I have an application where I need to use FFMPEG for something (video from AVCaptureSession encoded to MPEG(1)).

    So far I have been looking for ways to build and use FFMPEG in my project but I have not found a way for OS X. All of the wrappers I have found so far are for iOS instead of OS X.

    I need a solution that works on OS X and I would prefer if you explained how to use it a bit (build instructions, getting it into the Xcode project, code samples).

    Thanks in advance for your help. :)

  • ffmpeg for x264 core 136 lib in iOS [on hold]

    23 août 2013, par 官承翰

    I want to develop a service (written in php) to provide mobile platforms(iOS/android/..etc) or desktop PCs to stream videos.

    I have tried a lot and found.

    My iPhone4 didn't support core 136 lib based on x264...it would crash or freeze when I tried playing it.

    Here is my question :

    Can ffmpeg decode video so that iOS can play ?
    Or is there another way to solve it ?
    I am new to these things...

    Thanks in advance