Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (49)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5505)

  • avcodec/vp8 : Check buffer size in vp8_decode_frame_header()

    18 juillet 2015, par Michael Niedermayer
    avcodec/vp8 : Check buffer size in vp8_decode_frame_header()
    

    avoids null pointer dereference
    Fixes : signal_sigsegv_d5de40_964_vp80-00-comprehensive-010.ivf with memlimit of 1048576

    Found-by : Samuel Groß, Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vp8.c
  • Taille du player en mode html5 (safari/chrome)

    7 mai 2013

    Descriptif du bug issu de notre discussion sur IRC :

  • ffmpeg convert swf to mp4 error [migrated]

    30 août 2014, par wy1100

    my command :

    ffmpeg -i /Users/xxx/Downloads/demo.swf -y /Users/xxx/Downloads/demo.mp4

    demo.swf has many frames and 9 photos, but ffmpeg convert result is only 9 frames :

    "frame=9 fps=0.0 q=-1.0 Lsize=180kB time=00:00:00.29 bitrate=5057.4kbits/s"

    and

    ffmpeg input stream is

    Stream #0:0: Video: mjpeg, yuvj444p(pc, bt470bg), 420x420, 24 fps, 24 tbr, 24 tbn

    it is mjpeg format.

    but i used another swf, the input is "Stream #0:0: Video : flv",

    the another one works. This swf convert result is "frame = 200 time=20".

    Is it the format problem ?