Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (38)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

  • 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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (2752)

  • Anomalie #3041 : erreur de connexion suite à mise à SPIP 3.0.10 à SPIP 3.0.11

    17 août 2013, par Jacques Bouthier

    J’ai eu le même problème sur ovh. Réglé apparemment. Je suis allé fouiller sur le forum ovh et j’ai trouvé ça qui ressemble comme deux gouttes d’eau à notre problème, mais sur un environnement différent :
    http://forum.ovh.com/showthread.php?t=90184

    j’utilisai une authentification http sur mon serveur
    (...) Cela fonctionnait très bien mais j’ai effectué des tests ce matin et $_SERVER[’REMOTE_USER’] me renvoi un identifiant lié à mon compte

    et la réponse d’ovh "on corrige immédiatement"

    Spip n’a semble-t-il rien à voir là dedans. Peut-être est-il possible de clôturer ?

  • Ffmpeg to add watermark and username to videos like tiktok

    8 avril 2024, par hazem khairy

    I am trying to use ffmpeg to add watermark and username (dynamic input) to videos same as tiktok.

    


    Currently I have the following command which adds an image to video but the transition is moving from left to right, my goal to make it appear in random positions as tiktok, and also to add username under the logo but not sure how to make it happen.

    


    ffmpeg -i testvideo.mp4 -i logo.png -filter_complex "[1][0]scale2ref=w=iw/10:h=ow/mdar[logo][main];[main][logo]overlay=x='mod(t\,10)/10*W':y='if(lt(mod(t+2\,8)\,4)\,H-h-H*20/100\,H*20/100)'" -vcodec libx264 -crf 28 -preset faster -tune film  output_video_test.mp4


    


    I tried to use rand() function but received the following error

    


    Unknown function in 'rand(...)'


    


    How can I make log appear in random places and add dynamic user input (username) same as tiktok using ffmpeg ?
And if not possible can I achieve the end goal with other technology ?

    


  • What is video timescale, timebase, or timestamp in ffmpeg ? [on hold]

    11 avril 2017, par Please Help

    There does not seem to be any explanation online as to what these are. People talk about them a lot. I just want to know what they are and why they are significant. Using -video_track_timescale, how would I determine a number for it ? Is it random ? Should it be 0 ?