
Recherche avancée
Autres articles (111)
-
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (15528)
-
avcodec/dolby_e : split decoder and parser more thoroughly
25 janvier 2021, par James Almeravcodec/dolby_e : split decoder and parser more thoroughly
Neither module should depend on the other.
Move shared functions to its own file for this purpose, and ensure
source files are compiled only when the required modules are enabled.Signed-off-by : James Almer <jamrial@gmail.com>
-
libavcodec/jpeg2000_parser : Add jpeg2000 parser
6 juin 2020, par Gautam Ramakrishnanlibavcodec/jpeg2000_parser : Add jpeg2000 parser
I have attempted to write a JPEG2000 Parser. Have tested
by generating a file containing 14 frames, as mentioned
by Micheal. Have also tried testing with various packet
sizes by setting -frame_size option. Additionally,
fixed a few formatting issues as pointed out by Micheal.Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
-
Is it possible to add boxcolor to text using promatically ?
15 septembre 2017, par Sitestrikes ShaileshI am creating video using ffmpeg and i want to add text and text with sliding background color of text from start position of text to end position of text.
Using FFMPEG i am not getting any command.
https://www.screencast.com/t/91ZIvyUTbrCould you please help me out for this issue.
If it is possible using pogramatically then also please let me know.Thanks.