Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (33)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Revision 1d5223c627 : Multi-arf : Change ref buffer for primary arf. For the primary arf in a group, i

    26 juin 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c



    Multi-arf : Change ref buffer for primary arf.

    For the primary arf in a group, if multiple arfs
    are enabled and we were using arfs in the previous
    group, then allow the second arf from the previous
    group to be used as an additional reference.

    Change-Id : Iaf41706a52f54ef21548026851cd77100d6aebda

  • FFMPEG Aspect Ratio HTML5 Video

    2 juillet 2014, par PSU_Kardi

    Currently have a bunch of still images, sized : 352:240.

    I use the standard ffmpeg on the files and create an mp4 or an ogv dependent on my situation. However, when I open the video file in videoJS it’s being forced into a 4:3 aspect ratio so the image is not in it’s true form.

    Is there an additional command I can tail onto the ffmpeg to keep the video size correctly or the ratio at a 1:1 ?

  • Combing a video and audio stream into .mp4 file

    17 juillet 2014, par grantmac

    What i’m looking to do is on clients side ui select a video file and select and audio file. I then want to overlay the video with the sound and be bale to download that single file as an mp4.

    I know via canvas i could do that with just a movie file - but without the additional audio it’s useless.

    The answer may be to use something like ffmpeg on the serverside.

    Any ideas would be great !