Recherche avancée

Médias (91)

Autres articles (55)

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

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

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

Sur d’autres sites (9647)

  • Create a Video file with Accord.video.ffmpeg and vb.net [on hold]

    11 août 2017, par ATsiri

    I am new in VB.NET Programming. I am trying to make an application that grabs my USB camera and then I can make a video file from it.

    I have searched a lot and found out that Accord.video.ffmpeg can do this job.

    I have managed to capture my USB camera but I am having a problem to make a video file and save it to my debug folder.

    Any ideas ? How can I do it ?

  • End the video when the overlay video is finished [closed]

    7 janvier 2024, par Christian Safka

    I have an overlayed video which can be longer or shorter than the background video.

    


    Case 1 : If the background video is longer, the video should end when the overlayed video is over.

    


    Case 2 : If the background video is shorter, it should repeat the last frame of the video until the overlayed video is over.

    


    With the shortest=1 and eof_action commands I haven't been able to achieve this without compromising one of the above cases. For example with shortest=1 in the overlay command, case #1 works but in case #2, both videos freeze when the background video ends while the audio plays out.

    


    Note that only the overlayed video has audio. Thanks !

    


  • Put image over video and save video to sd card Android

    29 août 2018, par Ronak Thakkar

    I’m working on a feature in which I want to add picture over the video and save it to sd card.

    in general, the user selects an image with semi-transparent background and puts that image above the video, after the user presses the save button he gets a new video but already with the image above the video.

    I have heard about ffmpeg, and saw some commands that are provided by ffmpeg. but I don’t know where I should initialize. can anyone provide me an example for the same ?

    Thank you.