Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (63)

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

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

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

  • FATE : indeo4 video decoder test.

    7 janvier 2012, par Mike Melanson

    FATE : indeo4 video decoder test.

  • playing .avi,divx,mov video formats in android

    9 janvier 2012, par John

    I am developing an android project in which i need to play .avi,mov,divx format videos.I think android doesn't support these formats.

    I have downloaded ffmpeg codec and loaded the library "libffmpeg.so" in my project using android ndk and JNI.

    Now,how can i use this "libffmpeg.so" to play those video formats.

    My project directory structure is like this.

    enter image description here

    Any one please help.

  • Uploading video, with PHP serverside formatting & encoding

    29 janvier 2013, par Nelga

    We've currently developed an ExpressionEngine site (php), and are using a paid JWPlayer to display video uploaded by the client.

    At present we're running into a number of issues, as the client is :

    1. Uploading video at the wrong size
    2. Uploading video randomly in both flv or mp4 format

    And the player is chugging along terribly with multiple pauses throughout the video - sometimes buffering the entire clip before it is played.

    I know FFMPEG can be installed serverside, but I'm not sure of the way in which to go about this, and how it might interact between ExpressionEngine and JWPlayer. I'm also not sure about the formatting - the ability for this automated encoding process to also crop/resize the video to suit the player dimensions on the site.

    We would really like to have the videos playable on all browsers & iOS devices.

    A HQ option would also be great where applicable, but it's just a nice to have - as we're struggling with the formatting / encoding issues first and foremost.

    Any help figuring out the best process, and what tools I might need would be greatly appreciated.