Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (70)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10992)

  • FFMPEG with javaCV can't open stream

    29 juin 2015, par rgomes

    I having a strange behavior when testing to get the video Stream of a Mobotix camera, I’m using javaCV 0.11.
    When I set a timeout I can’t open the stream, the stream only open if I don’t set the timeout parameter.

    I verified this behavior with javaCV 0.11 and Java CV 0.11 in version 0.9 and 0.8 it works with the timeout.

    Probably an error of the lib JavaCV or the way I’m using it :P

    My question for the ffmpeg experts is the following :

    When I’m calling :

    avformat_open_input

    the function returns -138

    I called the function av_strerror fir this error code and the function was returned "Error number -138 occurred".

    A description not very useful, can someone tell me what this error means ?

  • DXVA2/D3D11 encoders not available in FFmpeg for no apparent reason

    3 juillet 2020, par user1134621

    this is a weird one. I am trying to set up FFmpeg for hardware encoding of a live input into h264. I got it working fine on Linux with VAAPI. On Windows I was probably successful as well with NVENC but I do not have a NVENC capable card to check. What has been giving me a headache is encoding through DXVA2 or D3D11VA. FFmpeg picks up available hardware but it will not give me any suitable encoders. I even built FFmpeg myself to make sure that all the CONFIG_DXVA_HWACCEL switches are enabled, I can grep the binary for h264_dxva2 etc. and see that they are there. However, calling avcodec_find_encoder_by_name always returns NULL. h264_vaapi or h264_nvenc work fine though. I am obviously missing something stupid. Do you have any suggestions where to look ? Thanks.

    


  • ftp: reconnect on tcp read error

    2 juin 2013, par Lukasz Marek
    ftp: reconnect on tcp read error
    

    This commit reconnect both connections and retries before ftp_read returns an error.
    Practical use case : resume after lock screen on iOS devices.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>

    • [DH] libavformat/ftp.c