Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (112)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11486)

  • Creating mosaic stack 25 videos ffmpeg windows cmd

    26 décembre 2019, par KIngking431

    Hi I am trying to make a video mosaic of 25 videos in ffmpeg

    I used Jim B’s perl script to make this script, previous on my mac it worked.
    But I can’t get it to work on my windows computer in command prompt.
    I think it executes each line of code individually

    ffmpeg \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Aarhus H 2019-12-25 15-06-03.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Aller°d 2019-10-15 17-09-32.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Ballerup St. 2019-10-19 10-58-47.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Charlottenlund.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Cph Lufthavn 2019-11-23 12-49-47.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Dyssegσrd St. 2019-10-29 19-41-17.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Ejby St. 2019-10-30 19-28-05.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Fruens B°ge St.2019-11-04 08-34-53.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Give St. 2019-11-05 12-49-39.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Hjerm St. 2019-11-13 13-40-01.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Islev St.2019-11-18 11-40-19.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Jyderup St.2019-11-19 08-18-10.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Kildebakke St 2019-11-20 20-15-20.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Lem St.2019-11-24 06-51-02.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Middelpart St 2019-11-24 19-07-51.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//N°rre Aaby St 2019-11-26 17-01-06.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Ordrup St 2019-11-28 12-10-28.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Padborg St 2019-11-28 14-05-33.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Roskilde St. 2019-12-02 11-53-34.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Snedsted St. 2019-12-06 17-06-49.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Trekroner St. 2019-12-12 20-39-38.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Ulstrup St. 2019-12-16 09-58-18.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Vojens St. 2019-12-19 12-02-10.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//Ydby St. 2019-12-25 16-55-38.mkv \
      -i C:/Users/Privat/Desktop/27-videoer/normalized//╪lgod St. 2019-12-23 09-36-51.mkv \
     -filter_complex " \
         [0:v] setpts=PTS-STARTPTS, scale=qqvga [a0]; \
         [1:v] setpts=PTS-STARTPTS, scale=qqvga [a1]; \
         [2:v] setpts=PTS-STARTPTS, scale=qqvga [a2]; \
         [3:v] setpts=PTS-STARTPTS, scale=qqvga [a3]; \
         [4:v] setpts=PTS-STARTPTS, scale=qqvga [a4]; \
         [5:v] setpts=PTS-STARTPTS, scale=qqvga [a5]; \
         [6:v] setpts=PTS-STARTPTS, scale=qqvga [a6]; \
         [7:v] setpts=PTS-STARTPTS, scale=qqvga [a7]; \
         [8:v] setpts=PTS-STARTPTS, scale=qqvga [a8]; \
         [9:v] setpts=PTS-STARTPTS, scale=qqvga [a9]; \
         [10:v] setpts=PTS-STARTPTS, scale=qqvga [a10]; \
         [11:v] setpts=PTS-STARTPTS, scale=qqvga [a11]; \
         [12:v] setpts=PTS-STARTPTS, scale=qqvga [a12]; \
         [13:v] setpts=PTS-STARTPTS, scale=qqvga [a13]; \
         [14:v] setpts=PTS-STARTPTS, scale=qqvga [a14]; \
         [15:v] setpts=PTS-STARTPTS, scale=qqvga [a15]; \
         [16:v] setpts=PTS-STARTPTS, scale=qqvga [a16]; \
         [17:v] setpts=PTS-STARTPTS, scale=qqvga [a17]; \
         [18:v] setpts=PTS-STARTPTS, scale=qqvga [a18]; \
         [19:v] setpts=PTS-STARTPTS, scale=qqvga [a19]; \
         [20:v] setpts=PTS-STARTPTS, scale=qqvga [a20]; \
         [21:v] setpts=PTS-STARTPTS, scale=qqvga [a21]; \
         [22:v] setpts=PTS-STARTPTS, scale=qqvga [a22]; \
         [23:v] setpts=PTS-STARTPTS, scale=qqvga [a23]; \
         [24:v] setpts=PTS-STARTPTS, scale=qqvga [a24]; \
         [a0][a1][a2][a3][a4][a5][a6][a7][a8][a9][a10][a11][a12][a13][a14][a15][a16][a17][a18][a19][a20][a21][a22][a23][a24]xstack=inputs=25:layout=0_0|w0_0|w0+w1_0|w0+w1+w2_0|w0+w1+w2+w3_0|0_h0|w0_h0|w0+w1_h0|w0+w1+w2_h0|w0+w1+w2+w3_h0|0_h0+h1|w0_h0+h1|w0+w1_h0+h1|w0+w1+w2_h0+h1|w0+w1+w2+w3_h0+h1|0_h0+h1+h2|w0_h0+h1+h2|w0+w1_h0+h1+h2|w0+w1+w2_h0+h1+h2|w0+w1+w2+w3_h0+h1+h2|0_h0+h1+h2+h3|w0_h0+h1+h2+h3|w0+w1_h0+h1+h2+h3|w0+w1+w2_h0+h1+h2+h3|w0+w1+w2+w3_h0+h1+h2+h3[out] \
         " \
       -map "[out]" \
       -c:v libx264 -t '30' -f matroska -  | ffplay -autoexit -left 10 -top 10  -

    I tried making powershell scripts for this but with no luck, I also tried to run it in the bash implemented in cmd.
    Is there something fundamental about commandprompt I am missing ?

  • checkasm : aarch64 : Check for stack overflows

    13 mai 2020, par Martin Storsjö
    checkasm : aarch64 : Check for stack overflows
    

    Also fill x8-x17 with garbage before calling the function.

    Figure out the number of stack parameters and make sure that the
    value on the stack after those is untouched.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] tests/checkasm/aarch64/checkasm.S
    • [DH] tests/checkasm/checkasm.h
  • checkasm : arm : Check for stack overflows

    13 mai 2020, par Martin Storsjö
    checkasm : arm : Check for stack overflows
    

    Figure out the number of stack parameters and make sure that the
    value on the stack after those is untouched.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] tests/checkasm/arm/checkasm.S
    • [DH] tests/checkasm/checkasm.h