Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (111)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (8723)

  • Best library for video rendering [on hold]

    19 avril 2015, par galbarm

    I’m trying to rewrite the video rendering component in my application from scratch.

    Currently, it is using Direct3D of the the old managed DirectX 9.

    The video is originating from IP cameras and is being decoded using FFmpeg.

    The video is currently being be displayed within a UserControl inside the application. This is not supposed to change.

    Which libary should I choose to use for the rendering of the video ?

    Additional points :

    1. it is preferred that the rendering library will be .NET, but c++ is also optional.

    2. It should be optimized for displaying multiple videos simultaneously.
      This point is important. The application needs to display as many videos as possible from different IP cameras.

    3. It should be optimized for displaying camera video (it is not gaming video so that’s why I’m not sure DirectX is the natural option).

    4. It should support 64bit. Windows only.

    5. Bonus : it should integrate with FFmpeg in some way, to reduce development effort and maybe even increase performance.

  • avformat/aiffenc : Usw avio_wb32() where possible

    14 mars 2024, par Andreas Rheinhardt
    avformat/aiffenc : Usw avio_wb32() where possible
    

    AIFF is a big-endian format, so this is more natural.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/aiffenc.c
  • avcodec/wavpack : Use ThreadProgress API

    11 août 2022, par Andreas Rheinhardt
    avcodec/wavpack : Use ThreadProgress API
    

    It is more natural given that WavPack doesn't need the data of
    the previous frame at all ; it just needs the DSD context.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/wavpack.c