Recherche avancée

Médias (91)

Autres articles (83)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (7020)

  • Change video resolution ffmpeg

    25 janvier 2023, par liorko

    I have videos with different resolution. I want that all of them will be in resolution of 480x320. I tried the command :

    



    ffmpeg -i %s_ann.mp4 -vf scale=480x320,setsar=1:1 %s_annShrink.mp4' %(dstfile,dstfile)


    



    but the output of the videos are files with the size of 0 kb.

    



    What I'm doing wrong ?

    


  • avcodec/ffv1enc : Allow less than 2 rows of slices for low vertical resolution

    26 juin 2017, par Michael Niedermayer
    avcodec/ffv1enc : Allow less than 2 rows of slices for low vertical resolution
    

    Fixes : Ticket5548

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1enc.c
  • Revision 6ae58931d6 : Fix decoder resolution change with tiles There was a bug with the decoder that

    7 avril 2014, par Frank Galligan

    Changed Paths :
     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /test/test_vectors.cc


     Modify /test/vp9_thread_test.cc


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_dthread.c



    Fix decoder resolution change with tiles

    There was a bug with the decoder that if you started the decoder
    with more threads than the first frame had tile columns. Afterwards
    tried to decode a frame with more tile columns than the first frame,
    the decoder would hang. E.g. run vpxdec —threads=4. The first frame
    had two tile columns, then the next key frame had 4 tile columns, the
    decoder would hang. If you started with 4 tiles and switched to 2
    tiles the decoder would be fine. The issue is that the worker the thread
    loop is using is stale.

    I added a test vector "vp90-2-14-resize-848x480-1280x720.webm" that
    exhibited the bug.

    Change-Id : I7bdd47241a52ac0fe1c693a609bc779257e94229