Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (67)

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

  • Accord.Video.FFMPEG stream display in Accord.Controls.VideoSourcePlayer

    13 juin 2020, par Kapil Dave

    I am new in camera programming. For learning purpose I have download Accord-Framework C# source code.

    



    Thus if we have JPG or MPEG Stream then we can easily display in Accord.Controls.VideoSourcePlayer.

    



    But if we have FFMPEG Stream then how can we display in Accord.Controls.VideoSourcePlayer.

    



    Please anyone can guide me ?

    



    Thanks in advance

    


  • Display YUV/RGB frames on FFPLAY window

    22 novembre 2013, par Zax

    I have integrated a custom decoder on FFMPEG framework. The output of this decoder is YUV420 frames, which if required i can convert it to RGB24 frames.

    These frames are generated in one of my custom functions. So in order to render these frames on FFPLAY window what has to be done ? Is there any specific syntax or procedure to follow ?

    I'm really new to FFPLAY and have searched enough over this topic on net, but have not got anything related to this issue. If anyone can provide any answers or suggestions regarding this, it will be of great help to me.

    Thanks in advance.

    —Regards

  • What is the most efficient way to trim and join multiple videos in ffmpeg ?

    27 avril 2020, par Patrick Oshea

    I have a python program that downloads a bunch of .mp4 videos into a directory for me and after running a few audio matching algorithms I need to trim the videos to a minute and eventually concantenate them all together.

    



    As of right now I do the following things to a video :
Trim it to a minute
Resize the videos so they're all the same size
Apply a picture to the video
And then pad the video (this is due to a weird glitch that occurs if I try joining all the videos together which results in the audio and video not being synched)

    



    Is there any way to combine some of the steps or things I should make sure I'm doing to do this as fast as possible ? Thank you in advance !