Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (77)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Les images

    15 mai 2013

Sur d’autres sites (8153)

  • How to display name and phone number of a student as dynamic watermark (randomly floating on entire screen) in videos of a paid online video course ?

    22 mai 2020, par Arjun

    I wish to make a Learning Management System using PHP-MySQL and wish to put videos from my computer or embed YouTube videos on it.

    



    Videos will be displayed to only those students who have paid for the course.

    



    I want to show their name and phone number (which they'll be giving during Sign Up) as a dynamic watermark floating randomly on all the videos of that course to prevent screen capturing of the video.

    



    How to do it and how to call those Name and Phone Number values from the MySQL database ?

    


  • add username as random position watermark to video using PHP [duplicate]

    12 novembre 2020, par mohamed.nabil

    Iam working on video learning courses website

    


    I want to put a dynamic watermark appears in random positions on top of video with username or email of the logedin user.

    


    is it possible to do this example by using ffmpeg or require Ai ?, website is php wordpress site.

    


    This link provide an example of What I mean from vdocipher website
https://www.vdocipher.com/blog/2014/12/add-text-to-videos-with-watermark/

    


  • python simple web app stack [on hold]

    8 septembre 2013, par Shonu93

    I am currently learning python and have written an app that I would like to put out on the web and/or Facebook platform. My script for the app is around 50-100 lines. The things I would like to implement are :

    1.HTML5 and CSS3

    • I'm good with this and would like to make the front end really appealing.

    2.Database

    • A simple database that keeps some basic info of the users who have used this app. (Either
      through their Facebook account or something else ! )
    • I would also like to have the option of storing 30 second mp3 clips. Say around 50 of
      these clips which the user can select and download.

    3.Python Backend

    • My python script should process user input on the server and send the output to the user.
    • My server should also have ffmpeg and lame libraries installed. (As my app requires this !)

    NOTE ** I would like to develop the complete web app locally first, before deploying it on the web **

    I really have no idea how to go about this. My app works like a charm on my Mac OSX and I really want to deploy this app on the web to make others happy too ! Do help me out guys !