Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (104)

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

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (6379)

  • ffmpeg Command stop executing in background after the application kill

    26 mars 2018, par Amjad Khan

    FFmpeg Command are executed and that are working well, Implemented on android.

    But I am facing problem when the user kill the application the command which I have executed it is terminated.

    I have created background service, which is running in the background but the command stop in the middle, is there any way to handle it

    Code here

    ffmpeg.execute(command, new ExecuteBinaryResponseHandler() {
       @Override
       public void onFailure(String s) {
           Log.e(TAG, "FAILED with output : " + s);
       }

       @Override
       public void onSuccess(String s) {
           Log.e(TAG, "SUCCESS with output : " + s);
       }

       @Override
       public void onProgress(String s) {
         //This method get stoped
       }

       @Override
       public void onStart() {

       }

       @Override
       public void onFinish() {

       }
    });
  • vp9 : set color range to MPEG for intraonly profile 0

    19 août 2017, par James Zern
    vp9 : set color range to MPEG for intraonly profile 0
    

    this is undocumented in the vp9 bitstream and decoding specification
    doc, but matches libvpx

    Reviewed-by : "Ronald S. Bultje" <rsbultje@gmail.com>
    Signed-off-by : James Zern <jzern@google.com>

    • [DH] libavcodec/vp9.c
  • dnn : add DCO_RGB color order to enum DNNColorOrder

    6 mai 2021, par Ting Fu
    dnn : add DCO_RGB color order to enum DNNColorOrder
    

    Adding DCO_RGB color order to DNNColorOrder, since tensorflow model
    needs this kind of color oder as input.

    Signed-off-by : Ting Fu <ting.fu@intel.com>

    • [DH] libavfilter/dnn/dnn_backend_tf.c
    • [DH] libavfilter/dnn/dnn_io_proc.c
    • [DH] libavfilter/dnn_interface.h