Recherche avancée

Médias (91)

Autres articles (43)

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

  • windows : Use native threads by default

    16 octobre 2015, par Henrik Gramner
    windows : Use native threads by default
    

    — disable-win32thread can be passed as an argument to configure to compile
    with pthreads, which was the old default behavior.

    • [DH] configure
  • AAC encoder : TNS fixes on short windows

    17 janvier 2016, par Claudio Freire
    AAC encoder : TNS fixes on short windows
    

    TNS was computing filter coefficients incorrectly for short windows
    due to a few coefficient addressing bugs. Fixing them fixes lots of
    instability with transients (short windows).

    • [DH] libavcodec/aacenc_tns.c
  • Using FFmpeg to convert all images in a folder to mp4 or avi using a .bat file [Windows]

    21 janvier 2016, par Zombie Waffles

    I’m trying to get all .png files in a folder to be converted into a video format in the same directory as the images. Now I can’t understand how ffmpeg works, I just want something like this ;

    for /l %%k in (1,1,%images%) do (
       ffmpeg.exe (I need help with the parameters here)
    )

    This is my very first help request ever and I’m not sure if I supplied enough information for this to be an easy answer. But at least TRYING to help me would be much appreciated. Thank you for reading !