Recherche avancée

Médias (91)

Autres articles (44)

  • 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" ;

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5578)

  • RTCTIME deprecated use time(0) instead , ffmpeg

    22 avril 2016, par Gring

    )
    I am trying to synch my pts while streaming a video to my systemclock. In the ffmpeg documentation i found, that :

    setpts='(RTCTIME - RTCSTART) / (TB * 1000000)'

    should do this, but is decrepated by time(0). However I did not manage to find any information about this. So it would be really nice, if you could help me there.

  • FFMpeg - Print Date and Time during recording like surveillance

    7 octobre 2020, par Klode

    I need to record video from RaspberryPi, using this Bash script :

    


    #!/bin/sh
/usr/bin/ffmpeg -f video4linux2 -input_format h264 -video_size 320x240 -framerate 15 -i /dev/video0 -vcodec copy -an "/var/ayron/videotrap/videos/pctrace_$(date +"%Y_%m_%d_%H_%M_%S").h264"


    


    In this way, I can report the date and time of start recording. But I need to show on video the Date and Time during registration. Which kind of filter must I use ?

    


    Thanks for your supply.

    


  • How to loop input specify of time using FFMPEG ?

    27 novembre 2018, par Young King

    My command

    -f image2 -i background.png -i img_%d.png -filter_complex [0:v][1:v]overlay video.mp4

    And i want to video.mp4 output loop x time . How can i do that ? Thanks