Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (18)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

  • Revision a9f479682a : Merge "Add SSE2 code and unit test for VP9 denoiser."

    7 octobre 2014, par JackyChen

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.pl



    Merge "Add SSE2 code and unit test for VP9 denoiser."

  • Revision 67b61c7ace : Fix jenkins unit test failure due to "uninitialised value". Change-Id : Ief6b526

    8 février 2015, par hkuang

    Changed Paths :
     Modify /vp9/vp9_dx_iface.c



    Fix jenkins unit test failure due to "uninitialised value".

    Change-Id : Ief6b526486bc729dcb787358bc0b781f278bdc66

  • Series : What causes python opencv to give this error : Invalid NAL unit size

    18 novembre 2022, par aris-t

    Goal : The aim of this series is to document for open discussion all of the openCV cap.read() issues I encounter and open the floor for error cause and possible solutions discussion. As I work through the issues I will update solution post with sources, solutions and work arounds.

    


    Code :

    


    cap = cv2.VideoCapture(videoPath, cv2.CAP_FFMPEG)

ret = True
while ret:
    ret, frame = cap.read()


    


    Issue :
Issue Type : Non Fatal ?

    


    h264 @ 0x3f22240] Invalid NAL unit size (-66445153 > 10189).                                                     
[h264 @ 0x3f22240] Error splitting the input into NAL units.