Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (78)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (9760)

  • Revision bc484ebf06 : fix unit test failure on win32 vs2008 build The mix use of double type and simd

    9 août 2013, par Yaowu Xu

    Changed Paths :
     Modify /test/dct16x16_test.cc


     Modify /test/fdct4x4_test.cc


     Modify /test/fdct8x8_test.cc



    fix unit test failure on win32 vs2008 build

    The mix use of double type and simd code caused invalid values stored
    in double variables, further caused unit tests to fail. The failures
    were only observed on x86-win32-vs9 build with vs2008.

    Change-Id : If0131754a3bf217a5ace303b7963e8f5162c34b5

  • How to compress video applying even blur effect

    17 octobre 2016, par Kukuster

    How to compress video applying well-looking apportioned blur effect, like in JPG image ?

    I tried some ffmpeg postprocesing libraries, they are fspp, spp, uspp (takes really long time to render), etc. I almost reached the goal using fspp with parameters 5:60:15 . But blur was stronger than needed, and it’s leave bad artifacts when i try to use less compression. Also uspp is does beautiful and compresses enough, but it’s leave about 50% of video unblured. I also haven’t much time to try all uspp features. Is there resolution special for this purpose ?

    The point is to implement video compression with the only side effect of compression approaches jpeg-compression-like blur or blur-mask-like. Also it would be very good if there is a simple option to choose between :
    1) more compress, less pretty blur / more strong blur ; and 2) less compress, prettier blur / less strong blur.

    I am used to use ffmpeg and i’m running linux, so it would be so nice if there is a way to solve this with ffmpeg.
    Here is my ffmpeg input data about the video streams :

      Duration : 00:01:03.02, start : 0.000000, bitrate : 4010 kb/s
        Stream #0:0(und) : Video : h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 3870 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)
        Metadata :
          handler_name : VideoHandler
        Stream #0:1(eng) : Audio : aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 133 kb/s (default)
        Metadata :
          handler_name : SoundHandler
    

    Edit : attaching jpeg pictured as example of desired output :
    not blured
    blured

  • How to add overlay with diagonally up effect using ffmpeg ? [duplicate]

    6 septembre 2017, par Sitestrikes Shailesh

    This question already has an answer here :

    I am trying to add overlay image with diagonally but no luck yet.
    I want to add overlay with diagonally up effect using ffmpeg like below video.
    https://www.screencast.com/t/bZfnHXsJhrPH
    can you please help me to creating this type of video using ffmpeg or something else that can i use for this.

    Thanks