Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (84)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

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

Sur d’autres sites (13466)

  • Discord.py bot randomly disconnects and reconnects while playing audio and being hosted on google cloud VM

    15 avril 2021, par Radush

    I recently made a music bot in Python and I've hosted it from my computer for a while for testing.

    


    When I run it on my computer it works flawlessly, however, when I run it from Google Cloud Compute Engine, I get random hiccups in which the bot leaves and rejoins the voice channel for a brief second every few minutes while playing audio. Sometimes it stops playing the audio entirely and sometimes it does its job like normal.

    


    I tried upgrading the CPU and RAM of the VM. Current specs :

    


    Machine type :
e2-standard-4 (4 vCPUs, 16 GB memory)

    


    I'm running the script within "screen" so I don't have to interact with the VM in any way, so this may be an issue.

    


  • Revision 377b6682f9 : Disable vp9 _8_ loopfilters Investigating https://code.google.com/p/chromium/is

    20 décembre 2014, par Johann

    Changed Paths :
     Modify /test/lpf_8_test.cc


     Modify /vp9/common/arm/neon/vp9_loopfilter_neon.c


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    Disable vp9 _8_ loopfilters

    Investigating https://code.google.com/p/chromium/issues/detail?id=443839

    Change-Id : Ibb7485d835c5aa5e1d40f31715596ba8d208eedb

  • How to merge Video and Subtitle on Google Colab with only specifying file path using mkvmerge ?

    25 août 2022, par SomeName

    On Google Colab I found a code to merge Video and Subtitle using mkvmerge with only specifying the folder path also there is a option to include attachments fonts if preferred but The code doesn't work ?

    


    I tried this but it didn't seem to work? When I execute the code it does nothing? İt won't start muxing video and Subtitle? https://pastebin.com/raw/q85DTkta

    


    Could someone help me with this code ? What am I missing ?