Recherche avancée

Médias (91)

Autres articles (42)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (5575)

  • avfilter : avfilter_register() that works in O(1) time

    8 décembre 2013, par Michael Niedermayer
    avfilter : avfilter_register() that works in O(1) time
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/avfilter.c
  • How to add a subtitle stream with date/time (or timestamp) in ffmpeg

    4 juillet 2024, par Eelco

    How can I add an input source to ffmpeg so I can add the current datetime/timestamp/ISO-time as a seperate subtitle stream ? E.g. something like this :

    &#xA;

    ffmpeg -i video.mp4 -i audio.mp3 -i  -map 0:v -map 1:a -map 2:s -c:v copy -c:a copy -c:s srt -f flv output.flv&#xA;

    &#xA;

    The idea is that ffmpeg always takes the current datetime for the specific frame that ffmpeg encodes at that moment, and not the (static) datetime when the ffmpeg process was started.

    &#xA;

  • how to play multiple videos at the same time using ffplay ?

    13 juillet 2016, par Jong Hyeok Park

    I install the ffmpeg source file and I can play one video file using ffplay.
    However, I have to play multiple video files at the same time, using ffplay ?
    How can I do ?

    ++ what is the method of rewind/fast-forward in ffplay using command line option.
    (I can’t find that contents in DOC file.)

    ++ If I can play the multiple video files, I make a script file for play multiple video files automatically.