Recherche avancée

Médias (91)

Autres articles (106)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (8901)

  • af_volume : implement replaygain clipping prevention

    6 avril 2014, par Alessandro Ghedini
    af_volume : implement replaygain clipping prevention
    

    This adds a new "replaygain_noclip" option to the filter, and, if enabled,
    limits the gain applied for tracks where clipping would occur.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] doc/filters.texi
    • [DBH] libavfilter/af_volume.c
    • [DBH] libavfilter/af_volume.h
  • Revision 01148d4548 : Further speed trade off adjustments. Small speed gain for speed 1. Quality is

    24 mars 2014, par Paul Wilkins

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



    Further speed trade off adjustments.

    Small speed gain for speed 1.

    Quality is generally a little up for speed 2.

    Speed 3 was similar to speed 4 but now positioned more
    evenly between 2 and 4 speed and quality wise.
    (opsnr +5.6% ssim +8.25% across all sets)

    Speed 4 is a little slower than before but sizable quality gains.
    (opsnr +3.7% ssim +6.8% across all sets)

    The code has been cleaned up a bit so that for each incremental
    speed step changes over the previous speed step are applied.
    This makes it easier to see what is changing from one setting to
    the next.

    Change-Id : I2d98d0d6230af23486adaec01908f58942a7cdeb

  • How to build latest ffmpeg for android-ffmpeg project on github

    9 février 2015, par user2927954

    I am working on https://github.com/guardianproject/android-ffmpeg project.
    In this project, it uses ffmpeg version 0.11.1.
    How can i build this project with the latest ffmpeg version ?

    I try to delete ffmpeg folder in this project. Checkout the latest ffmpeg version in url : [git ://git.videolan.org/ffmpeg.git]. After that, i ran command ./configure_make_everything.sh as normal but i got error :

       File to patch:
    Skip this patch? [y]
    Skipping patch.
    3 out of 3 hunks ignored
    patching file libavutil/arm/intmath.h
    Reversed (or previously applied) patch detected!  Skipping patch.
    3 out of 3 hunks ignored
    patching file configure
    Reversed (or previously applied) patch detected!  Skipping patch.
    1 out of 1 hunk ignored
    ~/workspace/android-ffmpeg/ffmpeg ~/workspace/android-ffmpeg ~/workspace/android-ffmpeg
    **ERROR: freetype2 not found**

    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solving the problem.
    ~/workspace/android-ffmpeg ~/workspace/android-ffmpeg
    ~/workspace/android-ffmpeg
    ~/workspace/android-ffmpeg ~/workspace/android-ffmpeg
    ~/workspace/android-ffmpeg/ffmpeg ~/workspace/android-ffmpeg ~/workspace/android-ffmpeg
    Makefile:2: config.mak: No such file or directory
    Makefile:53: /common.mak: No such file or directory
    Makefile:93: /libavutil/Makefile: No such file or directory
    Makefile:93: /library.mak: No such file or directory
    Makefile:95: /doc/Makefile: No such file or directory
    Makefile:178: /tests/Makefile: No such file or directory
    make: *** No rule to make target `/tests/Makefile'.  Stop.
    Makefile:2: config.mak: No such file or directory
    Makefile:53: /common.mak: No such file or directory
    Makefile:93: /libavutil/Makefile: No such file or directory
    Makefile:93: /library.mak: No such file or directory
    Makefile:95: /doc/Makefile: No such file or directory
    Makefile:178: /tests/Makefile: No such file or directory
    make: *** No rule to make target `/tests/Makefile'.  Stop.
    ~/workspace/android-ffmpeg ~/workspace/android-ffmpeg
    ~/workspace/android-ffmpeg
    admin@ubuntu:~/workspace/android-ffmpeg$

    I got error : Freetype2 not found but if i build with the original ffmpeg include in this project, this error is not occur.

    How can i fix it ? Please help