Recherche avancée

Médias (91)

Autres articles (67)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (7099)

  • Convert RW2 images to PNG or TIFF losslessly

    23 octobre 2020, par locoric_polska

    I did recently shoot a series of photos with a Panasonic GH4 and all the images are in RAW format (.rw2). However, I can`t find a way to properly convert them losslessly in a PNG, TIFF or JPEG format.
I tried with FSViewer75, but I lose quality during conversion. I would like a solution using FFmpeg, if possible.
Does anyone know how to help me ? Thanks !

    


  • Anomalie #2748 (Nouveau) : Dénoncées les erreurs dans les boucles DATA pour yql

    6 juin 2012, par cam.lafit -

    Ciao Lorsqu’on effecture une boucle yql et que celle ci est mal formée, le compilateur dénonce seulement "réponse vide ou mal formée" alors qu’il est possible d’être plus explicite. Exemple avec ce cas testé Si on essaye la boucle select * from flickr.photos.search(10) where user_id=’unidflickr’ (...)

  • How to deal with whitespace in foldernames

    27 mars 2015, par FlashSolutions

    I am trying to use ffmpeg to process input files with spaces in them.

    To check the syntax, I try using Dir in a cmd window and get "file not found".

    Dir "C:/DigitalSignageManager/LLRA photos/SpinningTop.mp4"

    I have tried escaping with \ and ^ and used double and single quotes, but nothing seems to work.

    What is the proper syntax to make this work ?