
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (44)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP 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, parLe 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 (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (10165)
-
ffmpeg real-time encoding. Encode while file uploading by chunks
29 avril 2020, par skatehypeNow the process is :
1) File upload
2) Encode file with ffmpeg when file has been uploaded



Can be done at the same time ?, obviusly yes, but I don't know how.



The file upload process is by 8MB chunks stored in server, then, temporary I have videofile.ext.tmp that is growing up to final uploaded file.



I read about ffmpeg -stream_loop or -loop parameters, but I don't know if the upload process is good for real-time encoding or how to manage it.



Any help will be appreciated.


-
hide text in real time video python opencv
29 septembre 2016, par Elmehdi Allouli need to know how can i find the place of an given text in a video real time stream and add blur box on it with python and opencv.
import numpy as np
import cv2
import subprocess as sp
import socket
import numpy
import sys
input = 'rtmp://127.0.0.1:1935/live/cha'
cap = cv2.VideoCapture(input)
output_file = 'rtmp://127.0.0.1:1935/live/cho'
text="simple"
def get_blur_box(input_img, input_template, threshold):
if (exist text):
addblurbox()
else
nothingany one can help me to begin i’m a beginner in opencv.
-
Stream real-time (video+audio) via WebRTC (TCP) with chromakey && webm, best practices - how ? [on hold]
18 octobre 2018, par Kirill KPlease tell us about the best practics in your opinion for the case described below.
Are there any hardware solutions for this case ?I want to get the real-time stream from the ip camera, overlay a chromakey, transcode into the necessary codecs (VP8 + opus), and distribute stream via webrtc over tcp to many users with some kind of authentication, for example, via a dynamic token.
The delay from real time should be minimal.
The solution should be stable (do not fall after 1 hour or 24 hours).Now I have decided on such a solution, but the time costs are too high (delay from real-time strem), maybe there you will offer be a more elegant solution :
- IP Camera (h264 + aac)
- FFmpeg (transcoding to VP8\OPUS + chromakey)
- FFserver (pack to rtp (for webcallserver))
- WebCallServer (WebRTC)
I tried the following solutions :
- Flussonic - missing WebRTC via TCP
- Wowza (written in java) - crashes, support could not say the exact reasons, talked for more than 2 months, tested on different servers in different Data Centres