Recherche avancée

Médias (91)

Autres articles (59)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

Sur d’autres sites (9134)

  • ffmpeg alpha merge mp4 to alpha mov (heic)

    25 mars 2022, par Alex

    I have two video files (mp4), matte/alpha (white silhouette) and normal.
I want to create a .mov file with transparent background that is possible to play on iOS/Safari devices.

    


    Commands I'm trying to run :

    


    ffmpeg -i color.mp4 -i alpha.mp4 -filter_complex '[1][0]scale2ref[mask][main];[main][mask]alphamerge' -c:v libx265 -tag:v hvc1 -pix_fmt yuva420p output.mov

ffmpeg -i color.mp4 -i alpha.mp4 -filter_complex '[1][0]scale2ref[mask][main];[main][mask]alphamerge' -c:v qtrle output.mov


    


    Expected result : Transparent background

    


    Actual result : Background is not transparent

    


    What I'm trying to achieve :
https://rotato.app/blog/transparent-videos-for-the-web

    


  • Is it possible to set channel layout of wave file using ffmpeg without re-encoding the file ?

    27 août 2020, par John Baker

    I want to set the WAVEFORMATEXTENSIBLE dwChannelMask (channel order mask) in a poly WAV file that doesn't yet have a channel mask set.

    


    Can ffmpeg do this ? If not, is there another tool that can do this ?

    


  • 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 ?