
Recherche avancée
Autres articles (96)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (10789)
-
Revision b295092b8f : Full range motion search for regular block sizes Add a full range motion search
6 décembre 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_onyx_if.c
Full range motion search for regular block sizesAdd a full range motion search for regular block sizes. This runs
exhaustive search within the given reference area. This commit further
optimizes the search process by combining 4 points test into one
pipeline, which gives 30% speed-up as compared to run each individual
point at a time.This full range search serves as a best possible motion search reference.
When replacing the diamond search with full range search, the speed 0
runtime of bus CIF at 2000 kbps goes from 153872ms to 623051ms. The
compression performance compared to speed 0 setting gains 0.585% for
derf set.Change-Id : Ieef1225216b0b86b4ac4872fa7fb9e18bf2eabb3
-
Find the streaming url source of an online streaming tv station to record with ffmepg
20 mars 2016, par AHCI am trying to look into the javascript streaming source of the following site http://www.aztv.az/canli/aztv-canli.htm to capture the url and to record it using
ffmpeg
.My goal is to get something like this running :
ffmpeg -i rtsp://XXX.XXX.XXX.XXX:XXX/live.sdp -acodec copy -vcodec copy c:/test_recording.mp4
I don’t know what protocol this website uses, rtsp, rtmp, http, etc.
Could you please help me to resolve this ?
I tried to look into the.js
file in the source of the page, but it is a bit complicated to figure it out. here is the js script. -
Revision 115005 : Bugfix. Vérification qu’une saisie obligatoire a bien été remplie : si ...
16 avril 2019, par maieul@… — LogBugfix. Vérification qu’une saisie obligatoire a bien été remplie : si
la saisie envoie des données tabulaires (type saisie date et heure),
alors il faut vérifier que ces données tabulaires ne soient pas vide.
Merci à Florence Henry pour la remarque.