
Recherche avancée
Autres articles (18)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...) -
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...)
Sur d’autres sites (5774)
-
Revision 683b5a3161 : vpx_subpixel_8t_ssse3 : fix reg counts/access fixes build on windows x64 ; previo
17 septembre 2015, par James ZernChanged Paths :
Modify /vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm
vpx_subpixel_8t_ssse3 : fix reg counts/accessfixes build on windows x64 ; previously ’heightq’ i.e., the 64-bit register
was accessed when only the 32-bit value was needed. given this is from a
stack variable the upper bits were undefined.+ bump register/xmm counts ; users of SETUP_LOCAL_VARS touch xmm13 in
64-bit builds and filter_block1d16_v* uses one extra temp variableChange-Id : I9c768c0b2047481d1d3b11c2e16b2f8de6eb0d80
-
ffmpeg - create x thumbs from a video (Windows)
7 septembre 2015, par C3XI’m looking for an solution to create 16 thumbs from a video.
All solutions I found before, make thumbs from the first frames - but I need the 16 thumbs from the whole video. The video length is different to each video. Some are 3 min, 5 min or 10 min.If possible, I prefer an solution that works on Windows, because the videos all on my local PC and too big to copy them to my server just for create thumbs.
Could someone help ?
Regards
Torsten -
Real time video streaming for android and windows
31 août 2015, par Guy LevinI need to stream video from one computer to both android and windows clients (might be multiple clients), must be as close as can be to real time.
I am using ffmpeg to accomplish this, but the stream is played on clients side with 5-10 sec delay from when the movie was filmed.What can I do ? What is the best way to accomplish this ? What are the best protocols for this ? what are the best libraries for android and windows ?
Thanks,