Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (59)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8351)

  • truehd : add hand-scheduled ARM asm version of ff_mlp_rematrix_channel.

    20 mars 2014, par Ben Avison
    truehd : add hand-scheduled ARM asm version of ff_mlp_rematrix_channel.
    

    Profiling results for overall audio decode and the rematrix_channels function
    in particular are as follows :

    Before After
    Mean StdDev Mean StdDev Confidence Change
    6:2 total 370.8 17.0 348.8 20.1 99.9% +6.3%
    6:2 function 46.4 8.4 45.8 6.6 18.0% +1.2% (insignificant)
    8:2 total 343.2 19.0 339.1 15.4 54.7% +1.2% (insignificant)
    8:2 function 38.9 3.9 40.2 6.9 52.4% -3.2% (insignificant)
    6:6 total 658.4 15.7 604.6 20.8 100.0% +8.9%
    6:6 function 109.0 8.7 59.5 5.4 100.0% +83.3%
    8:8 total 896.2 24.5 766.4 17.6 100.0% +16.9%
    8:8 function 223.4 12.8 93.8 5.0 100.0% +138.3%

    The assembly version has also been tested with a fuzz tester to ensure that
    any combinations of inputs not exercised by my available test streams still
    generate mathematically identical results to the C version.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/arm/mlpdsp_armv5te.S
    • [DBH] libavcodec/arm/mlpdsp_init_arm.c
  • truehd : add hand-scheduled ARM asm version of ff_mlp_rematrix_channel.

    20 mars 2014, par Ben Avison
    truehd : add hand-scheduled ARM asm version of ff_mlp_rematrix_channel.
    

    Profiling results for overall audio decode and the rematrix_channels function
    in particular are as follows :

    Before After
    Mean StdDev Mean StdDev Confidence Change
    6:2 total 370.8 17.0 348.8 20.1 99.9% +6.3%
    6:2 function 46.4 8.4 45.8 6.6 18.0% +1.2% (insignificant)
    8:2 total 343.2 19.0 339.1 15.4 54.7% +1.2% (insignificant)
    8:2 function 38.9 3.9 40.2 6.9 52.4% -3.2% (insignificant)
    6:6 total 658.4 15.7 604.6 20.8 100.0% +8.9%
    6:6 function 109.0 8.7 59.5 5.4 100.0% +83.3%
    8:8 total 896.2 24.5 766.4 17.6 100.0% +16.9%
    8:8 function 223.4 12.8 93.8 5.0 100.0% +138.3%

    The assembly version has also been tested with a fuzz tester to ensure that
    any combinations of inputs not exercised by my available test streams still
    generate mathematically identical results to the C version.

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

    • [DH] libavcodec/arm/mlpdsp_armv5te.S
    • [DH] libavcodec/arm/mlpdsp_init_arm.c
  • FFMPEG concat causing longer duration on joined file

    15 février 2019, par Pit Digger

    I have 5 files. Total duration of files should be 942 seconds based on length of source files. However when joined using ffmpeg concat. End result is 944 seconds. I am unable to pinpoint where are additional seconds coming from. Anyone got such known issue ?

    ffmpeg -f concat -i input.txt -codec copy output.mp4

    and following is input.txt

    file ’0.mp4’ file ’1.mp4’ file ’2.mp4’ file ’3.mp4’ file ’4.mp4’