Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (46)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (6659)

  • FFMPEG to take frame and save as image

    22 février 2013, par alex

    Im trying to save an image from a video frame and save it as a jpeg.
    This function works for smaller video files, but if the video is over 10 minutes it won't save the jpeg image. An error comes up as before trans.

    public function VideoToJpeg($localVideoPath, $localOutImgPath)
    {
       $Name = dirname(__FILE__) . "/ffmpeg";
       $Str = "$Name -i \"$localVideoPath\" -an -ss 00:00:03 -an -r 1 -vframes 1 -y \"$localOutImgPath\"";

       exec($Str);
    }

    here is the error I got from ffmpeg

    [NULL @ 0370e760] Unable to find a suitable output format for 'path'
    : Invalid argument
  • Revision 5a18106fb7 : Code cleanup. Removing redundant 'extern' keywords. Moving VP9DX_BOOL_DECODER f

    21 février 2013, par Dmitry Kovalev

    Changed Paths : Modify /vp9/decoder/vp9_dboolhuff.c Modify /vp9/decoder/vp9_dboolhuff.h Modify /vp9/decoder/vp9_decodframe.h Modify /vp9/decoder/vp9_dequantize.h Modify /vp9/encoder/vp9_boolhuff.c Modify /vp9/encoder/vp9_encodeframe.h Modify /vp9/encoder/vp9_firstpass.h Code (...)

  • Revision eb6aee50a4 : Code cleanup. Change-Id : I7c6e3bebd94856b24dbe2aded7f9e04ef8bb8c08

    20 février 2013, par Dmitry Kovalev

    Changed Paths : Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_idct.h Modify /vp9/common/vp9_invtrans.h Code cleanup. Change-Id : I7c6e3bebd94856b24dbe2aded7f9e04ef8bb8c08