Recherche avancée

Médias (91)

Autres articles (90)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

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

  • Transcode video using the output format of another video in ffmpeg [closed]

    8 février 2013, par Nick

    I would like to convert videos to the same format as an arbitrary file. This format is not fixed. This "template" file should not be modified.

    Rather than setting the command line options manually each time, is there a way to specify one video as the input, another video as the output format, and then output all that to another file ?

    I don't see anything in the docs about this, but maybe I'm searching using the wrong terms. I'm using OS X, but can use any of the GNU tools as well.

  • Tokbox archived video is letterbox (black border around video)

    28 août 2017, par Bijan Markes

    I have archiving setup to save my tokbox publisher streams straight to an AWS S3 Bucket ; But the final saved archive.mp4 is appearing letter-boxed / has black borders around the stream video rather than stretching the video to fit the whole frame. Is there any way to change this ? It is completely on the tokbox end and I also have the fit-mode for the publisher set to "contain" although changing it to cover doesn’t change anything. Thanks.

  • FFmpeg, video from images : how to prevent landscape image fit/stretching , when video is in portrait mode

    23 janvier 2018, par Giorgi Asaturyan

    i am working with ffmpeg library, and i am trying to create a video from list of images, and everything works well except one thing.

    When i am trying to create ex. portrait video 480x800, all landscape images (800x480) becomes stretched and fit . Please see image below :)

    enter image description here

    Question : How do I fix the issue of the video to make top and bottom spaces empty , when landscape image presents in portrait video ?