Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (105)

  • 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

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (8112)

  • Decrease size of video in android with minimal loss of quality

    26 mai 2023, par Koushik Roy

    I am recording video using camera intent and getting displaying it in a videiview. Now i want to upload it, But it is very big in size. I want to compress it using FFMPEG as I found the many article and in SO also, but i didn't find any clear article with codes.

    


    Can anyone help me with ffmpeg code ?
Is there any other way to do it in android ?
Thanks in advance.

    


  • Revision 5a3e3c6d3f : Adaptive txfm size selection depending on residual sse/variance This commit ena

    26 juin 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_speed_features.c



    Adaptive txfm size selection depending on residual sse/variance

    This commit enables an adaptive transform size selection method
    for speed -6. It uses largest transform size when the sse is more
    than 4 times of variance, i.e., most energy is compacted in the
    DC coefficient. Otherwise, use the default TX_8X8. It improves
    the compression efficiency for rtc set of speed -6 by 0.8%, no
    speed change observed.

    Change-Id : Ie6ed1e728ff7bf88ebe940a60811361cdd19969c

  • Revision f7bd1274e3 : Enable vpxenc to specify internal coded frame size Added command line flags "re

    9 avril 2014, par Adrian Grange

    Changed Paths :
     Modify /vp8/vp8_cx_iface.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/vpx_encoder.h


     Modify /vpxenc.c



    Enable vpxenc to specify internal coded frame size

    Added command line flags "resize-width" & "resize-height"
    to allow the user to specify the frame size to encode at.

    These two flags are ignored if the "resize-allowed" switch
    is not set to 1.

    All frames in the clip are then encoded at this size, which
    must be smaller than the raw frame size.

    Change-Id : I3d64bd9303d5c0bd678461a866a1ea621700d744