
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (66)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...)
Sur d’autres sites (6866)
-
looking for gui based HLS downloader based on ffmpeg & or better download code [closed]
26 mai 2020, par wahiduzzaman sagarcurrently using ffmpeg for downloading HLS video (m3u8). the code i am using is



ffmpeg -i "www.videoURL.com" -c copy "name name".mp4




its works fine but the problem is it takes a bit more time since I also have to give each video a name where other downloader (video downloadhelper) can automatically get a name from URL. video downloadhelper crashing/stopping a lot so not using it now. also it cant boost speed so i have to run 10-12 simultaneous ffmpeg download with command prompt open to keep the bandwidth use high. which is cluttering the screen and being hard to keep track of.
so is there any better code for faster download or maybe GUI downloader with some feature like auto naming, multi download, etc


-
Revision 6be2b750b8 : Layer based rate control for CBR mode. This patch adds a buffer-based rate cont
2 février 2014, par Marco PaniconiChanged Paths :
Modify /examples.mk
Modify /test/datarate_test.cc
Modify /test/encode_test_driver.h
Modify /vp9/common/vp9_onyx.h
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_ratectrl.c
Modify /vp9/vp9_cx_iface.c
Modify /vpx/src/svc_encodeframe.c
Modify /vpx/vp8cx.h
Modify /vpx/vpx_encoder.h
Add /vpx_temporal_scalable_patterns.c
Layer based rate control for CBR mode.This patch adds a buffer-based rate control for temporal layers,
under CBR mode.Added vpx_temporal_scalable_patters.c encoder for testing temporal
layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns).Updated datarate unittest with tests for temporal layer rate-targeting.
Change-Id : I9cb6cce2494390ae6096ee17774af7fb9308bde7
-
Revision 4864ab21b0 : Layer based rate control for CBR mode. This patch adds a buffer-based rate cont
6 février 2014, par Marco PaniconiChanged Paths :
Modify /examples.mk
Add /examples/vpx_temporal_scalable_patterns.c
Modify /test/datarate_test.cc
Modify /test/encode_test_driver.h
Delete /vp8_scalable_patterns.c
Modify /vp9/common/vp9_onyx.h
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_ratectrl.c
Modify /vp9/vp9_cx_iface.c
Modify /vpx/src/svc_encodeframe.c
Modify /vpx/vp8cx.h
Modify /vpx/vpx_encoder.h
Layer based rate control for CBR mode.This patch adds a buffer-based rate control for temporal layers,
under CBR mode.Added vpx_temporal_scalable_patters.c encoder for testing temporal
layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns).Updated datarate unittest with tests for temporal layer rate-targeting.
Change-Id : I8900a854288b9354d9c697cfeb0243a9fd6790b1