Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (108)

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

  • compile ffmpeg for android [PAID]

    2 juin 2018, par Rafael Lima

    I’m 100% sure this is not the place for that and many people will downvote it but i’ve already posted this request in specific foruns and still no answer

    I’m willing to pay for someone able to compile ffmpeg for android

    I’ve been developing an app using ffmpeg binaries provided by an user on github, on the final phase of development i discover those binaries are not able to do some things i need because they were compiled without some specific flags

    I spent unsucessfully the last 20 days following tutorials about compile ffmpeg for android

    the flags i need are

    --enable-libfreetype \
    --enable-libfontconfig \
    --enable-zlib \
    --enable-libmp3lame \
    --enable-libopus \
    --enable-libx264 \ or --enable-openh264 \
    --enable-static \
    --enable-ffmpeg \
    --enable-librtmp \
    --enable-pic \
    --disable-doc \
    --disable-shared

    if you think you able to do it please contact me at my e-mail ragpl07@gmail.com

  • Anomalie #4328 : Depots inaccessibles

    7 mai 2019, par Armen Spidermian

    oui j’ai commencé par poser la question sur #spip
    ou l’on m’a invite a ouvrir un ticket ^^

    a écrit :

    La demande #4328 <https://core.spip.net/issues/4328#change-14931> a
    été mise à jour par b b.

    Dans ce cas je t’invite à poser la question sur la liste spip-zone ou
    passer sur http://irc.spip.net/ pour en discuter.


    Anomalie #4328 : Depots inaccessibles
    <https://core.spip.net/issues/4328#change-14931>

    • Auteur : Armen Spidermian
    • Statut : Fermé
    • Priorité : Normal
    • Assigné à :
    • Catégorie :
    • Version cible :
    • Resolution : invalid
    • Navigateur :

    Spip refuse de se connecter au dépot.

    2019-05-06 13:50:01 78.230.118.204 (pid 7481) :Pri:ERREUR : Erreur
    connexion
    2019-05-06 13:50:02 78.230.118.204 (pid 7481) :Pri:ERREUR : Erreur
    connexion
    2019-05-06 13:50:02 78.230.118.204 (pid 7481) :Pri : !INFO : copie_locale
     : Echec recuperation https://plugins.spip.net/depots/principal.xml sur
    ../IMG/distant/xml/principalxml2fdc.xml status : 0

    Je n’arrive pas a comprendre d’ou ca vient...

    Fichiers ErreurSpip.png
    <https://core.spip.net/attachments/download/1083/ErreurSpip.png> (84,9 ko)


    Vous recevez ce mail car vous êtes impliqués sur ce projet.
    Pour changer les préférences d’envoi de mail, allez sur
    http://core.spip.net/my/account

  • ffmpeg - adding Dynamic logo & random position watermark to video ?

    9 août 2021, par JackS

    I am making a tutorial for sending through mail to my uses, and to avoid piracy distribution I thought to put watermarks (logo.png) at random places at interval on the videos.

    &#xA;

    I tried using the command from ffmpeg - Dynamic letters and random position watermark to video ? :

    &#xA;

    ffmpeg -i input.mp4 \&#xA;-vf \&#xA;"drawtext=fontfile=font.ttf:fontsize=80:fontcolor=yellow@0.5:text=&#x27;studentname&#x27;: \&#xA; x=if(eq(mod(t\,30)\,0)\,rand(0\,(W-tw))\,x): \&#xA; y=if(eq(mod(t\,30)\,0)\,rand(0\,(H-th))\,y)" \&#xA;-c:v libx264 -crf 23 -c:a copy output.mp4&#xA;

    &#xA;

    But it gave me error :

    &#xA;

    [NULL @ 0x55c812525600] Unable to find a suitable output format for &#x27;\&#x27;&#xA;\: Invalid argument&#xA;

    &#xA;