Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (50)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7473)

  • FFMPEG - Add black frames about 10 seconds at the end of .MP4 video with text

    26 août 2015, par Muhammad Jabbar

    I want to add black frames with text at the end of the someVideo.MP4 video using FFMPEG. The input and output video format will be someVideo.MP4

    Last 10 seconds of the video should be like below screen :
    Last 10 seconds of the video should be like this

    Please guide, is it possible to do ? If yes, please guide me with an example code ?

    Many thanks !

  • Rotate video adding black bars with ffmpeg

    13 février 2016, par MrMoog

    I have a lot of mp4 full hd videos made with a smartphone that looks rotated 90°.

    These files have proper rotation metadata and they plays correctly on VLC or other desktop mediaplayers, but I want to display them on my dvd player that does not handles mp4 metadata.

    So I tried to transpose with ffmpeg but I obtain 1080x1920 files, resolution obviously not recognized by tv/dvd-player.

    How can I transpose, resize and add black side (left/right) bars of the correct dimensions to get "correct" 1920x1080 videos ?

  • Created a black frame movie using ffmpeg

    28 juillet 2015, par Yunxiao Jia

    ffmpeg -i "data%04d_Projection_z_temperature_density.png" -r 47 -b 14M Projection_test_movie.mp4

    This is the command i have used, the output seems fine, but when I open it with realplayer, it just plain back. Need Help, thank you !