Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (112)

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

  • avcodec/mpegvideo_enc : reduce space between blocks in emu_edge in encode_mb_internal

    28 juin 2014, par Michael Niedermayer
    avcodec/mpegvideo_enc : reduce space between blocks in emu_edge in encode_mb_internal
    
    • [DH] libavcodec/mpegvideo_enc.c
  • Java ProcessBuilder : space within quotation marks

    29 mai 2014, par Zahlii

    I am using ProcessBuilder to run FFMPEG to convert and label some of my MP3-Files.

    Manually using the following in a .bat file works as expected :

    "E:\Dokumente\workspace\MusicBot\ffmpeg\bin\ffmpeg.exe"
       -i "The Glitch Mob - We Can Make The World Stop.mp4"
       -metadata author="The Glitch Mob"
       -metadata title="We Can Make The World Stop"
       -ab 320k "mob.mp3"

    Now what i am trying to achieve using java’s ProcessBuilder

    ProcessBuilder pr = new ProcessBuilder(FFMPEG_PATH,
       "-i", target.getAbsolutePath(),
       "-metadata", "title=\"We Can Make The World Stop\"",
       "-metadata", "author=\"The Glitch Mob\"",
       "-ab", "320k",
       tar.getAbsolutePath());

    results in a [NULL @ 000000000032f680] Unable to find a suitable output format for 'Can'.
    Using title and author without spaces in them works, however.

  • Revision c154826961 : Removed space in ETA printout This is to fix issue#709 Change-Id : I537f1fb7425

    4 avril 2014, par Yaowu Xu

    Changed Paths :
     Modify /vpxenc.c



    Removed space in ETA printout

    This is to fix issue#709

    Change-Id : I537f1fb74252fef8a58e68b0960a36a9aada856e