Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (14)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (4516)

  • 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