Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (36)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (2931)

  • How to change ffmpeg -threads settings [migrated]

    5 août 2014, par Jacob

    Working on a tube site. I’m running videos through ffmpeg on a linux dedicated server to convert to mp4.

    The server specs :

    Architecture:          x86_64
    CPU op-mode(s):        32-bit, 64-bit
    Byte Order:            Little Endian
    CPU(s):                8
    On-line CPU(s) list:   0-7
    Thread(s) per core:    2
    Core(s) per socket:    4
    Socket(s):             1
    NUMA node(s):          1
    Vendor ID:             GenuineIntel
    CPU family:            6
    Model:                 60
    Stepping:              3
    CPU MHz:               3491.749
    BogoMIPS:              6983.49
    Virtualization:        VT-x
    L1d cache:             32K
    L1i cache:             32K
    L2 cache:              256K
    L3 cache:              8192K
    NUMA node0 CPU(s):     0-7

    Issue during testing is that even only doing 4-5 at once, the server load skyrockets to an average of around 36. This is just a single person. I imagine when it opens, many people will be uploading at once.

    It seems ffmpeg tries to use all the resources available per conversion.

    I’ve heard there’s a -threads setting you can change, but I cannot find it. I have an 8 cpu server. It’s only used for conversions, so I’ve heard the best setting would be between 2 and 4. I can test it out.

    But how do I change this setting ? Everything I see online discusses this setting, but not the steps to change it.

  • svq1dec : Unbreak the scratch buffer allocation

    6 décembre 2014, par Michael Niedermayer
    svq1dec : Unbreak the scratch buffer allocation
    

    The input packets are always assumed to be padded and
    the av_fast_ family of function takes a pointer to a pointer.

    Thanks to Nicolas Dufresne <nicolas.dufresne@collabora.com> for
    a similar patch.

    Introduced in 7b588bb691644e1b3c168b99accf74248a24e3cf.

    Bug-Id : 766
    CC : libav-stable@libav.org
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/svq1dec.c
  • configure : Remove dcbzl check for e500v1 and e500v2 architectures

    6 février 2014, par Peter Krefting
    configure : Remove dcbzl check for e500v1 and e500v2 architectures
    

    The DCBZL instruction is not available for the e500v1 and e500v2
    architectures, but may still be recognized by the toolchain, so we
    need to explicitly disable it for these architectures.

    References : PowerPC™ e500 Core Family Reference Manual (Freescale)

    Found-by : Ståle Kristoffersen <staalebk@ifi.uio.no>

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] configure