Recherche avancée

Médias (91)

Autres articles (47)

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

  • ffmpeg multiplexing 4 videos into 1 and drawtext problems

    11 décembre 2012, par user1895639

    I have four videos that I would like to multiplex into 1 video and put text in the upper left of each quadrant. I can successfully mux the videos such that vid1 is in the upper left, vid2 is in the upper right, vid3 in the lower left, and vid4 in the lower right.

    I cannot, however, get even simple text to show up with the drawtext command.

    I would like to put the name of the original video file in each quadrant.

    At the moment my command is this :

    ffmpeg.exe -i "vid1.mp4" -i "vid2.mp4" -i "vid3.mp4" -i "vid4.mp4"  -filter_complex "[0:0]scale=iw/2:ih/2,pad=iw*2:ih*2[a];[1:0]scale=iw/2:ih/2[b];[2:0]scale=iw/2:ih/2[c];[3:0]scale=iw/2:ih/2[d];[a][b]overlay=w[x];[x][c]overlay=0:h[y];[y][d]overlay=w:h" -vf [0]drawtext=fontsize=12:fontcolor=white:fontfile="/Windows/Fonts/arial.ttf":text="vid1":x=35:y=35[out] "4UP_Video.mov"

    If I remove the drawtext command I get the same result : nice 4-Up video but no text. My assumption is that for the other quadrants I would add another drawtext command with the input stream #, e.g.

    [1]drawtext ...

    Any help is appreciated !

  • Fix typos

    7 mars 2013, par jzaefferer
    m CONTRIBUTING.md
    m additional-methods.js
    m changelog.txt
    m demo/ajaxSubmit-integration-demo.html
    m demo/custom-messages-data-demo.html
    m demo/dynamic-totals.html
    m demo/index.html
    m demo/multipart/js/ui.core.js
    m jquery.validate.js
    m test/methods.js
    m test/rules.js
    m todo
    
    Fix typos
  • Fix jQuery loader to use path of itself. Fixes nested demos.

    2 mars 2013, par jzaefferer
    m lib/jquery.js
    
    Fix jQuery loader to use path of itself. Fixes nested demos.