
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (41)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...)
Sur d’autres sites (4259)
-
How to realize my web video picture in picture ? [closed]
17 janvier 2013, par windsI want to build a streaming media server in nginx+php that can drag the video progress bar and when my mouse over the video on the progress bar the video show the real-time and the thumbnail.Just like The Youtube. Can anbody understand me ?
Can the ffmpeg help me realize that or give me some examples !
I am so sorry. I am from China.Maybe my description is not clear.I have no authority to upload the image.This is the
URL of the image.
http://d.hiphotos.baidu.com/zhidao/pic/item/aa64034f78f0f736949dc5c90a55b319eac41392.jpgThank you very much !!
-
Color matching by color mapping using feature detection
22 mai 2018, par Fabien BillerMy goal is to match colors of two videos filming the same scene at slightly different positions. For this purpose, I created an algorithm that searches for corresponding features in one matching still frame of both videos. I then normalized the color relationships of the matching pixels
(r-value + 1) / 256
(g-value + 1) / 256
(b-value + 1) / 256and converted them into curves as in
curves=r='0.1/0.2 ...':g=....'
Yet the result is rubbish.
I need to actually tell ffmpeg with a number of rgb-values : "This rgb-value is to be this rgb-value" and not separately map each red value of for instance 66 to 22, but map each 66-22-18 to 44-77-123. The missing mappings should be interpolated.
Or can a list of
Color1 maps to Color2
be converted into curves or similar ?
-
lavfi/testsrc : move color options to the color scope filter definition.
23 mai 2013, par Clément Bœsch