Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (97)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • Dynamic Watermarking Videos Strategy

    8 mai 2020, par Rakesh Guha

    I am running a video player that would play MPEG-DASH encoded video from an S3 bucket, I need to have it watermarked for each user when they play it. Can you suggest a non-removable watermarking method ?

    



      

    • So far I have tried


        

      • Css overlay (fairly easy and removable)
      • 


      • FFMPEG Transcoding (CPU consuming, would need a huge infra)
      • 


      • Video.js Dynamic watermarking plugin(looks okay, but not sure if removable or not)
      • 


    • 


    



    Suggestions would be very much appreciated

    


  • Ffmpeg with libfdk_aac

    11 janvier 2020, par Draconius

    Ok so i’ve spent my whole day so far trying to compile my own ffmpeg with libfdk_aac with no success and i’ve been using https://github.com/m-ab-s/media-autobuild_suite which is supposed to be easy but still nothing, it says it dosent have the codec so can someone who has ffmpeg with libfdk_aac please send me a PM with the compiled exe ?

  • what is The fastest way to scale down a H264 video in 2:1 ?

    12 décembre 2015, par 李天宇

    when I use ffmpeg to scale a H264 video. It seems that the video is decoded to the raw graph then scaled then encoded again. But if the speed is very critical,is there a faster way if I specify a “good" ratio like 2:1, as if I want to pick up one pixel in every four ?

    I know a bit how h264 works, 8*8/4*4 pixels are coded as a group,so it’s not easy to pick up 1/4 pixels in its range. But is there a way to merge 4 group into one quickly ?