Advanced search

Medias (91)

Other articles (74)

  • MediaSPIP 0.1 Beta version

    25 April 2011, by

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

  • MediaSPIP version 0.1 Beta

    16 April 2011, by

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 September 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

On other websites (12294)

  • FFmpeg speeding up audio without losing quality or making high-pitched sounds

    16 March 2020, by UsuallyHelpless

    Trying to speed up audio makes all the t’s and s’s really sharp. I have no idea how to fix it. How do I dull them down?

    ffmpeg -i input.mp3 -filter:a "atempo=2.0" -vn output.mp3
  • Revision a0043c6d30: Enhance the transform skipping decision-making in non-rd mode For large partiti

    25 March 2015, by Yunqing Wang

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



    Enhance the transform skipping decision-making in non-rd mode

    For large partition blocks(block_size > 32x32), the variance
    calculation is modified so that every 8x8 block’s variance
    is stored during the calculation, which is used in the
    following transform skipping test. Also, the variance for
    every tx block is calculated. The skipping test checks all tx
    blocks in the partition, and sets the skip flag only if all tx
    blocks are skippable. If the skip flag of Y plane is 1, a
    quick evaluation is done on UV planes. If the current partition
    block is skippable in YUV planes, the mode search checks fewer
    inter modes and doesn’t check intra modes.

    The rtc set borg test(at speed 6) showed that:
    Overall psnr: -0.527%; Avg psnr: -0.510%; ssim: -0.573%.
    Average single-thread speedup on rtc set was 3.5%.
    For 720p clips, more speedups were seen.
    gipsrecmotion: 13%
    gipsrestat: 12%
    vidyo: 5 - 9%
    dark: 15%
    niklas: 6%

    Change-Id: I8d8ebec0cb305f1de016516400bf007c3042666e

  • ffmpeg - Streaming rtsp data to local mp4 file

    15 July 2017, by Pankhuri Agarwal

    How can I save live streaming data from a local camera transported by rtsp to my local memory in a .mp4 format.

    I am using Ubuntu 16.04 LTS and tried using ffmpeg 3.3 but nothing seemed to work properly.

    The goal will be to provide live feed by mp4 by html5 and perform some modification on mp4 data.

    Can anyone suggest how to make ffmpeg work or any other way?