Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (107)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • avformat/id3v2 : add image/webp for WebP attached pictures

    25 janvier, par Jan Ekström
    avformat/id3v2 : add image/webp for WebP attached pictures
    

    Found out to have been utilized via a user reporting an attached
    image not being available in a player utilizing avformat's demuxing
    capabilities.

    • [DH] libavformat/id3v2.c
  • Ffmpeg PNG Pictures to Video Background Issue

    6 octobre 2014, par Ryan Bansi

    I am trying to create an FLV video from a set of png images. The thing is that I’ve already removed the background of the said images with ImageMagick and use ffmpeg to create it to video. The problem is that after compiling, when I look at the video the background is there when it was supposed to have already been removed. Does anybody have any idea what might be the cause of this ?

    This is the ffmpeg code I am using :

    ffmpeg -r 10 -s 1920x1080 -i extracted_images\images%5d.png  test.flv
  • Save base64 bit encoded tring to the file in php

    10 mai 2016, par ppeiris

    I have a php application which takes base64 encoded wav file from the client (browser) via ajax and save to the database. No I have to re encode the wav file using ffmpeg before I save the file in to the database (I can do this using system calls). But the questions is I need the input file (name.wav) for ffmpeg to do the work and as of right now I have only base64 encoded string in my php variable. I need to save this file to the disk using these base64 encoded string. How can I do this in php.

    my server is running on RedHat and apache.

    Thanks for your help in advance

    Prabath