Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (57)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (8632)

  • ffmpeg how to place still image over full vstack ?

    21 août 2020, par mtareiling

    Im trying to build a simple video editor and im using ffmpeg on the background. I want as much different filters/properties in one command but im not succeeding in placing a still image before everything else (first frame). I want a vstack after the image has shown in a video.

    



    I tried a lot of different commands etc. and most of the time the video renders but the image included in the vstack, or the video doesn't start for the amount of seconds I want the still image to be shown.

    



    ffmpeg -hide_banner -i "header.jpg" -i "video.mp4" -i "footer" -i "still-image.jpg" -filter_complex "[1][3]overlay=0:0:enable='between(t,0,4)';vstack=inputs=3" -pix_fmt yuv420p -c:a copy -y output.mp4

    



    Most of the time I don't get an error. It just isn't doing what's expected. The above command is one of the many I tried but is basically what I want. Can someone help please ?

    


  • avutil/opt : add full support for AV_OPT_TYPE_DICT

    24 décembre 2019, par Marton Balint
    avutil/opt : add full support for AV_OPT_TYPE_DICT
    

    Now it is possible to set them from a string, to serialize them and to use a
    default value.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavutil/opt.c
    • [DH] libavutil/opt.h
  • avdevice/xcbgrab : capture the full desktop if video_size is not specified

    28 décembre 2019, par Marton Balint
    avdevice/xcbgrab : capture the full desktop if video_size is not specified
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/indevs.texi
    • [DH] libavdevice/version.h
    • [DH] libavdevice/xcbgrab.c