Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (91)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8871)

  • Anomalie #3592 (Fermé) : Robots.txt.html et tests de compatibilité mobile de Google

    27 novembre 2019, par Ben .

    oupsi merci B_B

  • Add image.png to top of image.jpg with ffmpeg became more dark

    20 avril 2022, par Rofie Sagara

    I try to create frame for picture use FFMPEG so its logic same as watermark. so i used this code

    


    ffmpeg -i output_1920x1280.jpg -vf "movie=cpf-border.png [watermark]; [in][watermark] overlay=0:0 [out]" -q:v 1 withBorder.jpg


    


    and try with diff command like this

    


    ffmpeg -i output_1920x1280.jpg -i cpf-border.png -pix_fmt rgba -filter_complex "overlay=0:0" withBorder.jpg


    


    but still same. there no error but the result of image its more dark. cause the frame base on white color so i saw that when do side by side can you help me maybe there another syntax to handle this or use another tools

    


    This the border in .png format
This the base image
This the result its more dark than the original

    


  • How to make a webp image to smaller scale webp image ?

    24 mars 2023, par deepria

    I usually use the commands to downgrade jpg's scales

    


    ffmpeg -i $src  -vf scale=350:500 $dst

    


    now I decided to chage all image files to webp for loading speed.

    


    how can I chage the command for downgrade webp's scales ?