Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (78)

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

  • Make a numpy array look like a video file

    1er juillet 2020, par zagaroo

    I am building a Python web app for visualization of video data. The video is a T x X x Y array stored as an HDF5 file and is too large to load into memory. However, I have the following libraries.

    


    Library #1 is an HDF5 reader that allows me to do random access on the video file on disk, so I can get arbitrary frames as numpy arrays.

    


    Library #2 (streamlit) is a web library that allows me to display standard video types (mp4, h264, etc.) [API link].

    


    I am thinking that all I need to do is write an intermediate class that behaves like a BytesIO object and gets frames as they are requested by the web viewer without loading the whole video into RAM. However, what I'm stuck on is how to add the appropriate headers to a numpy array to make it look like it came from an mp4/h264/etc. (and which of these formats would make this easiest).

    


    Any ideas ?

    


    Thanks !

    


  • Make Discord bot play sound from a direct url

    20 septembre 2020, par merctraider

    I want to make a discordpy bot that plays audio files from a specific link on the internet, rather than from a local directory. It seems that all the other examples use ytdl, but those are for video streaming sites. How should I go about doing this ?

    


        if(voice_channel != None):
        vc = await voice_channel.connect()

        vc.play(discord.FFmpegPCMAudio('http://website/001.mp3'), after=lambda e: print('done', e))
    else:
        await ctx.send("Join a voice channel first.")```


    


  • Revision e7a4bccaee : Make optimize_mb_16x16() static. It is not used outside this file. Change-Id :

    13 octobre 2012, par Ronald S. Bultje

    Changed Paths : Modify /vp8/encoder/encodemb.c Make optimize_mb_16x16() static. It is not used outside this file. Change-Id : Id0947180edab4c5f1f50589863350b21e97c25f1