Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (97)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

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

  • How to extract a fixed set of frames from a live video stream for machine learning prediction in PyTorch ?

    12 avril 2022, par Samay Lakhani

    I recently created a Video Swin Transformer model that takes in a ([batch_size], 3, 32, 224, 224) [batch_size, channel, temporal_dim, height, width] tensor for video and outputs logits. The goal is to have the model predict on a live stream from a camera. Is there any way to capture the fixed sequence of 32 frames repetitively and have the model predict on a live stream. If prediction time is longer than 32 frames, can I stretch out the frames over a longer time period like a minute ? Thanks.

    


  • Record Video using openRTSP and ffmpeg

    6 décembre 2018, par Haris

    I am trying to record the rtsp stream using openRTSP and ffmpeg using below command, and which works fine. But there are some issue in the duration of the video. I am always getting output video file with duration less than the actual record period.

    For example, if I record the live for 10 minutes, I am getting video file with only 6-7 minutes of duration. I have checked the fps of both input and output and it is same(fps=10). What could be the issue ?

    openRTSP -D 10 -v -t -c -B 10000000 -b 10000000 rtsp://192.168.1.5:554/media/live/1/1 | ffmpeg -i - -codec copy  out.mp4
  • Merge commit ’5cf6bda6e2eae496e8eb2bb06c96852d59a58b8a’

    3 janvier 2015, par Michael Niedermayer
    Merge commit ’5cf6bda6e2eae496e8eb2bb06c96852d59a58b8a’
    

    * commit ’5cf6bda6e2eae496e8eb2bb06c96852d59a58b8a’ :
    sidxindex : Don’t adjust the Period start time depending on the track start time

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

    • [DH] tools/sidxindex.c