Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (109)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (12497)

  • Revision 100983 : les vérifications de cvt upload passent dans le plugin verifier (point 3 ...

    10 décembre 2016, par maieul@… — Log

    les vérifications de cvt upload passent dans le plugin verifier (point 3 de la todolist avec Rastapopoulos)

  • How to zoom out video to a single point with ffmpeg ?

    17 mars 2023, par Peter.k

    I have an video and try to zoom out the entire content from 1.0 to 0.1, or literally, to a single point. I don't know the zoom value of it, so first I try to use 0.1 variant. It should decrease image 10x and fill with black background entire area outside the image.

    


    I try with code :

    


    ffmpeg -i e:/gals/1/logo_3s.mp4 -vf "scale=2560:2560,setsar=1:1,zoompan=z='if(lte(zoom,0.1),1.0,max(1.001,zoom-0.01))':d=1:x='(iw-(iw/zoom))/2':y='(ih-(ih/zoom))/2'" -s "1280x1280" -b:v 3000k -r 60 -t 3 e:/gals/1/loop_z.mp4


    


    but nothing happens - only video is stretched but keeps right dimensions. it also looses some frames or without -t 3 extends from 3 to 7 seconds.

    


    What I'm doing wrong ? Maybe I could re-scale each frame by some ratio and make it progressively smaller ?

    


  • dnn-layer-mathunary-test : add unit test for sin

    6 juin 2020, par Ting Fu
    dnn-layer-mathunary-test : add unit test for sin
    

    Signed-off-by : Ting Fu <ting.fu@intel.com>
    Signed-off-by : Guo Yejun <yejun.guo@intel.com>

    • [DH] tests/dnn/dnn-layer-mathunary-test.c