Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (111)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (10735)

  • 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

  • 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
  • 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 :

    &#xA;&#xA;

    ffmpeg -i %s_ann.mp4 -vf scale=480x320,setsar=1:1 %s_annShrink.mp4&#x27; %(dstfile,dstfile)&#xA;

    &#xA;&#xA;

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

    &#xA;&#xA;

    What I'm doing wrong ?

    &#xA;