Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (70)

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

  • Anomalie #3617 : objet_modifier_champ

    10 décembre 2015, par jluc -

    En l’occurence, c’est avec gis : gis_modifier est appelé et appelle
    objet_modifier_champs(gis, 1976, options=Array ( [invalideur] => id=’gis/1976’ ), c=Array (
    [titre] => Annonce 10630 — Recherche une chambre temporaire !
    [lat] => 44.8964144
    [lon] => 4.6452795
    [code_pays] => fr
    [pays] => France
    [zoom] => 6
    [descriptif] =>
    [adresse] =>
    [region] =>
    [ville] => Vernoux-en-Vivarais
    [departement] => Ardèche
    )
    Le conflit détecté est :
    = Array
    ( [titre] => Array (
    [base] =>
    [post] => Annonce 10630 — Recherche une chambre temporaire !
    )
    )

  • FFMPEG : Decode only portion of a frame

    17 avril 2019, par SAMPro

    I am using libav libraries to decode video and process frames in order to do some image processing. However I have limited resource to decode frames and no hardware acceleration at all. So decoding is the critical section in my project (regarding speed).

    Because only some section of frame is needed to processed, I’m wondering is it possible to decode only a region of interest (a rectangle) and the rest of the frame is not decoded ? And does this make the decoding faster ?

    Edit :
    I have decoding H.264 codec.

  • FFMPEG conversion issue in PHP | 0KB conversion issue

    27 mai 2012, par PHPLearner

    i am using below code in the exec() command, it works in other server, in my dev region just converting into empty flv file.

    i have paid to my host to reinstall the ffmpeg, they have confirmed its good still not getting the output.

    they are claiming that i have a issue in the below syntax. does any one have any thoughts on this ?

    ffmpeg -i /home/hereitis/uploads/videos/MVI_0572.AVI -f flv -s 320x240 /home/hereitis/videos/flv/MVI_0572.flv

    Thank you so mcuh for your interest to read this.