
Advanced search
Medias (1)
-
Video d’abeille en portrait
14 May 2011, by
Updated: February 2012
Language: français
Type: Video
Other articles (109)
-
L’agrémenter visuellement
10 April 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté. -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 April 2011, byLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Soumettre améliorations et plugins supplémentaires
10 April 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
On other websites (13107)
-
Camera video capture to file in Xamarin using OpenCV and FFmpeg
9 November 2017, by Bz BurrI’m currently building an Android App in Xamarin. Part of the app has a camera page that will be used to capture Videos.
I currently use OpenCV to overlay some text on the video (time / date and other interesting stuff). This correctly displays on the screen.What I need to be able to do is to allow to users capture video and to make sure this data remains on the video.
I can’t figure out how to use FFMPeg to make this happen. Should I be using the mediaRecorder somehow as, I’m guessing, OpenCV’s?public Mat OnCameraFrame(Mat p0)
Is the first stop for the frame along any sort of video capture process.
I don’t want to just capture the phone’s screen as there are various buttons, etc that don’t belong in a video and of course I do want to capture the audio with the video.Can someone point me in the right direction?
-
Splitting video to frames using avconv/ffmpeg
11 September 2014, by user44551Ive been trying to use ffmpeg/avconv to split a 6s video into frames every 100ms using this commands
ffmpeg -i Video.mp4 -r 10 ./frame-%04d.png
avconv -i Video.mp4 -r 10 ./frame-%04d.pngBut avconv only take 29 frames that take 4.3s (which is not the whole video and not in the desired framerate) and ffmpeg takes only 42 frames that take 4.2s (Not splitting the whole video)
Any ideas why that could happen?
-
Revision 360c80cfb9: Use fast HEX search in real time mode In good quality mode motion search, the b
15 February 2014, by Yunqing WangChanged Paths:
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_mcomp.h
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_rdopt.c
Use fast HEX search in real time modeIn good quality mode motion search, the best matches are normally
found after searching in a large area. In real time mode, to make
encoding fast, a center-biased fast HEX search is used, which
converges quickly most of the time. A 4-point diamond search is
also carried out as the following refining search, which gives more
precise results, and maintains good motion search quality.At speed 5, the borg test on rtc set showed an overall PSNR loss of
0.936%. The encoding speed gain is 4% - 5%.Change-Id: I42cd68bb56a09ca1b86293c99d5f7312225ca7ae