Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (68)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7887)

  • video overlay on another video with rounded corner, transparency, opacity, scaling, and border all together with FFMPEG in PHP

    8 février 2020, par Avan Shrivastava

    I am trying to change a video with Rotation, rounded corner, transparent, scaling, and border all with together and overlay on a video ; I am trying to do this with FFMPEG in PHP but getting issue in transparent background ; I am getting green background please help ;

    ffmpeg -i empt_vid_5891581054410.mp4 -i merged-571580302534.mp4 -filter_complex "[1:v] rotate=- 30*PI/180:ow=rotw(iw):oh=roth(ih):c=none [rotate] ;[0:v][rotate] overlay=40:10:enable=’between(t,2,7)’, colorchannelmixer=aa=0.5" -auto-alt-ref 0 -pix_fmt yuv420p -c:a copy overlayavatar.mp4

  • An x264-encoded video only with P frames and a different video for I frame

    24 mai 2018, par MSD Paul

    Suppose I have 5 frames, I encode first one as the I or reference frame and all other as P frames in one video using x264 codec.

    In this case, is it possible to have 2 videos, one only with an I frame and another frame only with 4 P frames ?

    To decode all 4 P frames, I require the first I frame video but can we construct the videos in this way ?

  • How to get video frames from h264 video using FFMPEG in ios

    22 avril 2015, par narendrakumar b

    how to use SampleBuffer, for decoding the video in iOS Refer this link .I want to use frames in SampleBuffer. How can i pass the data into SampleBuffer.

    Any Suggestions or reference links can be invited.

    Thanks in Advance