Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (95)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

Sur d’autres sites (9258)

  • h264 : fix null pointer dereference and assertion failure

    11 mars 2013, par Michael Niedermayer

    h264 : fix null pointer dereference and assertion failure

  • avformat/mux : Fix assertion failure due to max_interleave_delta and poor input

    22 octobre 2014, par Michael Niedermayer
    avformat/mux : Fix assertion failure due to max_interleave_delta and poor input
    

    Fixes Ticket4051

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

    • [DH] libavformat/mux.c
  • Problems with slowing down when grid synthesis operation request via ffmpeg is received simultaneously

    7 novembre 2022, par bongcheol Kim
      &#xA;
    1. Crop/scaling/volume leveling encoding of videos uploaded by users in S3 with predetermined settings
    2. &#xA;

    3. Synthesize in grid form with other pre-prepared videos.
    4. &#xA;

    &#xA;

    Perform the above tasks through ffmpeg.&#xA;Encoding slows down when multiple requests occur simultaneously.&#xA;(Maybe it's because we shared the server's resources.)

    &#xA;

    To process task requests from 1 and 2 at the same time, but to process them&#xA;What can I do ?

    &#xA;

    Is there a service on AWS that can solve my problems ?

    &#xA;

    I thought about creating and processing ec2 individually for each request, but is this possible ?

    &#xA;

      &#xA;
    1. Invoke API
    2. &#xA;

    3. Create EC2
    4. &#xA;

    5. Proceed with one encoding operation on the corresponding EC2
    6. &#xA;

    7. Delete EC2 after uploading s3
    8. &#xA;

    &#xA;