Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (62)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • Remove the clip between two videos

    6 juillet 2020, par V1rus_Falcon

    i'm trying to remove the intro clip from two video just like netflix does with its "skip the intro" feature. i tried with emgu.cv for extracting the frames, phash for hashing the frames and checking the differences between them. I would prefer use ffmpeg or opencl.
The problem is to intersect two video to find out what is the intro and after finded it, find the start and finish point of the intro

    


  • Remove the same clip in two videos

    7 juillet 2020, par V1rus_Falcon

    i'm trying to remove the intro clip from two video just like netflix does with its "skip the intro" feature. i tried with emgu.cv for extracting the frames, phash for hashing the frames and checking the differences between them. I would prefer use ffmpeg or opencl.
The problem is to intersect two video to find out what is the intro and after finded it, find the start and finish point of the intro

    


  • ffmepg concat videos is blocking in a frame

    5 septembre 2020, par عليلو احمد

    I am using this command to concatinate videos and audio in one single video :

    


    subprocess.run("ffmpeg -stream_loop -1 -f concat -i input.txt -i "+audioPath+" -map 0:v -map 1:a -c:v libx264 -crf 29 -preset slower -shortest -movflags +faststart output.mp4")


    


    And i'm facing a problem, the video sometimes stack in a frame, see Example