
Recherche avancée
Autres articles (45)
-
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 -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (8501)
-
Fixed regex for replacing existing file extension
14 mai 2015, par guagFixed regex for replacing existing file extension
The existing regex did not account for file names containing multiple periods ("."), so a file named "abc.123.[xxx]" was being converted to "abc.[yyy]" (expected file name was "abc.123.[yyy]" in this case).
Here’s a fiddle to illustrate : https://jsfiddle.net/guag/sj9a8Lwx/
-
how to resize video according to dar in pandastream
11 décembre 2012, par Davis CruzI want to resize a video so that it's sar(size aspect ratio) equals it's dar(display aspect ratio) either by adjusting the height or width in pandastream. I was thinking of adding some sort of ffmpeg command to a profile preset like pandastream's H264 HQ preset. I just need the video to have square pixels so that flowplayer can play them properly because flash does not take par(pixel aspect ratio) or dar into account it just uses sar.
-
Revision bc0a974310 : Fix to golden update in cyclic_refresh. For one pass CBR : only check for updati
24 août 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_encoder.c
Fix to golden update in cyclic_refresh.For one pass CBR : only check for updating refresh_golden
if ext_refresh_frame_flags_pending is not set (i.e., == 0).
And move the resetting of ext_refresh_frame_flags_pending = 0
down to after the encode_loop (and account for dropped frames).This is to prevent changing refresh_golden flga when the user
supplies the reference/update flags.Change-Id : I4d87b3e705ba43f243667e367503b585c61e2a54