Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (84)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • 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

Sur d’autres sites (12984)

  • Encoding video live ? (Showing frame which i will overlay on camera while recording video)

    18 juillet 2019, par Marko Miljkovic

    I’m not sure I can really explain this the best way I can, but I’ll try my best.
    I want to create custom camera activity, which will capture video from camera, and show some image over that video, and actually encode that image in video. I`m pretty sure I need to use ffmpeg, but, I want to know, is there a way that I can record a video and an image together, and encode it realtime, or do I need to go around, make camera activity, put image over video, as another view, get its coordinates, and then encode it in video using this command :

    ffmpeg -i movie.mp4 -i logo.png -filter_complex overlay output.mp4

    It this command is the only way, how would I add more than one image as overlay ?

  • Need help in editing video using ffmpeg [duplicate]

    20 juillet 2021, par Rudra Sharma

    Can someone share the complete code/script to edit a video in such a way that after each "X" interval , "Y" interval of video is trimmed off using ffmpeg ?

    


    Also i have next to none experience level with the software mentioned above so if same kind of editing can be done using another software/programme please don't hesitate to take me with you.

    


    Please help,Thanks

    


  • Mux audio and video with c api ffmpeg [on hold]

    18 juillet 2014, par EricNguyen

    I just wanna muxing video file. Same as in this link

    I’m try to read sample from ffmpeg home page, but it makes me confuse. Can anyone share some more sample about this ?

    And i’ve use ffmpeg sample, but the result is a video with all black frames :(