Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (35)

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

  • How to Convert WAV to MP3 in Pure Python without using External Binaries

    7 novembre 2023, par mrfakename

    Is there any way to convert a WAV file to MP3 in pure Python without using any external binaries (ie FFMPEG), but to have the conversion done in pure Python ?

    


    I looked into using PyDub but it uses FFMPEG.

    


    Thanks in advance !

    


  • How can I make ffmpeg stop when it encounters a corrupt packet ?

    26 juillet 2022, par As12419

    how can I make ffmpeg stop when it encounters a corrupt packet ? Thanks in advance

    


    Example : [mpegts @ 0000026eabff7c40] Packet corrupt (stream = 0, dts = 1805890264)

    


  • Is it possible to dynamically change video encoder parameters ?

    27 mars 2017, par Andi Domi

    I would like to know if I can dynamically change video encoder parameters for a given video ?
    For example I would like to start encoding a raw video in H.264/H.265 for the first 10s in 30fps and then, while the encoder is still working, change the fps to 20 for the rest of it.
    Thanks in advance for your help.