Recherche avancée

Médias (91)

Autres articles (53)

  • 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

  • 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

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (7100)

  • Revision 81ad047ee5 : VP8 for ARMv8 by using NEON intrinsics 06 Add idct_dequant_full_2x_neon.c - idc

    17 décembre 2013, par James Yu

    Changed Paths :
     Delete /vp8/common/arm/neon/idct_dequant_full_2x_neon.asm


     Add /vp8/common/arm/neon/idct_dequant_full_2x_neon.c


     Modify /vp8/vp8_common.mk



    VP8 for ARMv8 by using NEON intrinsics 06

    Add idct_dequant_full_2x_neon.c
    - idct_dequant_full_2x_neon

    ==== Summary of apply VP8 decode patch series ====
    Benchmark on Samsung Chromebook, Cortex-A15, 1.7GHz, Dual core
    Toolchain : linaro-1.13.1-4.8-2014.01
    Compile argument : CROSS=arm-linux-gnueabihf- ../libvpx/configure
    —target=armv7-linux-gcc —prefix=$HOME/out
    —enable-shared —cpu=cortex-a7
    Test argument : vpxdec —summary —noblit ./tears_of_steel_1080p.webm

    NEON assembly 46.68 (fps)
    Apply patch 06 46.65, -0.03
    Apply patch 07 46.86, +0.21
    Apply patch 08 46.58, -0.28
    Apply patch 09 46.57, -0.01
    Apply patch 10 46.51, -0.06
    Apply patch 11 46.13, -0.38
    Apply patch 12 45.42, -0.71
    Apply patch 13 46.06, +0.64
    Apply patch 14 45.19, -0.87
    Apply patch 15 45.93, +0.74
    Apply patch 16 45.48, -0.45
    Apply patch 17 45.84, +0.36
    Apply patch 18 45.91, +0.07 <= With all NEON intrinsics patches
    Total -0.77 fps, 1.65% performance regression

    Change-Id : I77bfc9eaccfb97b8d401e949ceff8795e26ca6b7
    Signed-off-by : James Yu <james.yu@linaro.org>

  • mplayer can't read udp video stream

    23 avril 2014, par Bruno Marques

    Im trying to compare latency between different video codecs using ffmpeg and mplayer’s benchmark.

    I am using this command line to generate and send the stream :

    ffmpeg -s 1280x720 -r 100 -f x11grab -i :0.0 -vcodec mpeg2video -b:v 8000 -f mpegts udp://localhost:4242

    And I’m successfully using ffplay to receive and read it in real time :

    ffplay -an -sn -i -fflags nobuffer udp://localhost:4242?listen

    Now instead of playing the stream with ffplay, i’d like to use the mplayer benchmark to get some information on the latency :

    mplayer -msglevel all=6 -benchmark udp://localhost:4242

    But I get this output instead :

    Playing udp://localhost:4242.
    get_path('sub/') -> '/home/XXXXX/.mplayer/sub/'
    STREAM_UDP, URL: udp://localhost:4242
    Filename for url is now udp://localhost:4242
    Listening for traffic on localhost:4242 ...
    Timeout! No data from host localhost
    udp_streaming_start failed
    No stream found to handle url udp://localhost:4242

    I tried with rtp protocol instead, didn’t work either...

    Does anyone have an idea what i’m doing wrong ?

  • avutil/internal.h : add timer.h back

    26 janvier 2014, par Michael Niedermayer
    avutil/internal.h : add timer.h back
    

    Without this a developer would have to add a include every time he
    wants to benchmark some code, this is a moderate inconvenience.

    This reverts the specific hunk from fb0c9d41d685abb58575c5482ca33b8cd457c5ec

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/internal.h