Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (25)

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

  • Get Windows Title for gdigrab [duplicate]

    27 février 2019, par Bardulf

    This question already has an answer here :

    I want get acceptable windows title for gdigrab, Is there any command that I can use to get opened windows that ffmpeg accept ?
    I use :

    ffmpeg -f gdigrab -framerate 10 -i title="Tetris By Poorya" output.mkv

    "Tetris By Poorya" is app that run through eclipse, but ffmpeg can’t find this title.

  • How to build a printf-style string for a image sequence in windows batch-files ?

    26 novembre 2015, par chaganaut

    Is there a way, with a windows batch-file, to detect image sequences in a given folder and generate a string that represents it in a printf-style notation ?

    For example :

    A directory contains 300 files named S002_comp_v04.0000.exr to S002_comp_v04.0299.exr and I need a string like S002_comp_v04.%04d.exr.

    Background :

    I want a batch file where i can drop any folder on and it processes the folder’s contents in order to pass it on to ffmpeg for encoding. Easy with python - but how to achieve that with windows batch-files only ? Windows version is 8.1 and 10.

  • How to set up FFMPEG library on windows with Android-NDK-r16b ? [on hold]

    12 décembre 2017, par Ghodasara Bhaumik

    I have search it but not found any step-by-step configuration for windows with NDK-r16b.
    I need FFMPEG for my Android Application to Compress Video and Trim Video file.
    Thanks in advance for the help !