Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (53)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (9791)

  • Latest builds

    24 janvier 2011, par Scott Schiller

    m src/SoundManager2.as m src/SoundManager2_AS3.as m swf/soundmanager2.swf m swf/soundmanager2_debug.swf m swf/soundmanager2_flash9.swf m swf/soundmanager2_flash9_debug.swf m swf/soundmanager2_flash_xdomain.zip Latest builds

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


    


  • Carrierwave watermark a movie

    15 mai 2016, par Felix

    I’m uploading a movie with carrierwave to amazon S3. While uploading I want to watermark the movie.

    How can I do this ? How can I use stermio-ffmpeg while uploading ?

    I’m using a Rails application.