Recherche avancée

Médias (91)

Autres articles (57)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (11560)

  • Optimising video storage/encoding on server (J2EE)

    27 décembre 2014, par user2756260

    Please let me know if this question doesnt belong to stackoverflow so that i can move accordingly.

    Objective :
    i) I want to convert mp4 into mov and vice versa.
    ii) I want to create thumbnail for the video
    iii) Rotate the thumbnail if needed ( by looking at meta data information of image)

    Solution I tried until now :
    i) (http://www.xuggle.com/xuggler/ - Thumbnail
    ii) https://www.ffmpeg.org/ - Convert video formats.
    iii) Rotation : Java code.

    I am able to perform achieve all my objectives by using above solution but in above solution its reading stream 3 times and hence causing performance
    issues.

    Is there any single library or solution that does all of them but doesn’t slow us down and cause performance issues ?

  • How to efficiently merge two AAC files using FFmpeg ?

    24 juin 2018, par KernelMode

    I have two input files :

    • channel0.aac
    • channel1.aac

    Each of the files is 1MB size and 5 minutes duration.

    I was able to get the right output file using the this command :

    ffmpeg -i channel0.aac -i channel1.aac -filter_complex [0:a][1:a]amerge=inputs=2[aout] -map [aout] -b:a 64k -ac 2 -y output.mp4

    But it takes more than 5 seconds. I expect to get the same performance like concat (less than a second). The two input are already in the right format (AAC), so no need to do transcoding. I assume that FFmpeg just need to align the two (the output should be stereo) channels in the same stream in the output file.

    If my assumption is not wrong, is there another command that has better performance ? (which results with mp4 file that has 1 stream and 2 channels)

  • Revision caaf63b2c4 : Rework cut-off decisions in cyclic refresh aq mode This commit removes the cycl

    4 novembre 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_context_tree.h


     Modify /vp9/encoder/vp9_encodeframe.c



    Rework cut-off decisions in cyclic refresh aq mode

    This commit removes the cyclic aq mode dependency on
    in_static_area and reworks the corresponding cut-off thresholds.
    It improves the compression performance of speed -5 by 1.47% in
    PSNR and 2.07% in SSIM, and the compression performance of speed
    - 6 by 3.10% in PSNR and 5.25% in SSIM. Speed wise, about 1% faster
    in both settings at high bit-rates.

    Change-Id : I1ffc775afdc047964448d9dff5751491ba4ff4a9