Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (101)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

Sur d’autres sites (10500)

  • Révision 23004 : Le squelette fautif ci-dessous provoque un erreur fatale (et Full Path Disclosure...

    10 mai 2016, par esj@rezo.net


    (RUBRIQUES)id_parent>#TITRE

  • Revision 4ad52a8f18 : Enable 32x32 Transform unit test This commit enabled a full functional test on

    3 septembre 2013, par Jingning Han

    Changed Paths :
     Modify /test/dct32x32_test.cc



    Enable 32x32 Transform unit test

    This commit enabled a full functional test on 32x32 forward/inverse
    transform, including round-trip error and memory overflow check. It
    tests the prototype functions in C and all other implementations if
    applicable.

    Change-Id : I9cc50b05abdb4863e7abbcb29209a19b1fe90da7

  • add full screen image to mp4 by ffmpeg

    7 septembre 2021, par qbht

    i want to add a 1920 x 1080 image to 720p and 1080p video from 0 to 5 second (source will be different resolution) and add another image same resoltion to second 10to15 second and another image to 20 to 25 socond

    


    i used

    


    ffmpeg -i 1080.mp4 -i id1.png -i id2.png -i id3.png -map_metadata -1
-s hd720  -c:v  h264 \
-crf 26 \
-c:a aac -b:a 128k -strict -2 \
-preset veryfast \
-filter_complex \ "[0:v][1:v] overlay=0:0:enable='between(t,0,5)' [tmp]; \ [tmp][2:v] overlay=0:0:enable='between(t,10,15)'[tmp];\
[tmp][3:v] overlay=0:0:enable='between(t,20,25)'" \ 720p.mp4


    


    issue is source size i dont know how to use scale2ref=w=oh*mdar:h=ih*1.0 in my code