
Recherche avancée
Autres articles (85)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (10345)
-
How to get dimension and aspect ratio of input video and pass it as param to another input in the same command ?
2 mars 2020, par theapache64I’ve a
mp4
file. I want to create an input color feed with samedimension
andsample aspect ratio
. Currently, I useffprobe
to getdimension
andsar
as a separate command and pass it toffmpeg
command manually.ffmpeg -y
-i input.mp4
-i bgm.mp3
-f lavfi -i color=c=black :s="1280"x"544":sar=1299/1280:d=3.0
-filter_complex ...Is there any way to get
dimension
andsar
of first input video to-f lavfi -i color
.Something like
-f lavfi -i color=c=black:s="widthOfFirstVideo"x"heightOfFirstVideo":sar=sarOfFirstVideo:d=3.0
-
Revision 65ede3da45 : Modified Handling of min and max vbr rates. In two pass encodes bits are alloca
2 janvier 2014, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_onyx_int.h
Modified Handling of min and max vbr rates.In two pass encodes bits are allocated to each frame
according to a modified error score for the frame as a
fraction of the modified error score for the clip or section.Previously a minimum rate per frame was reserved and
subtracted from the bits allocatable by the two pass code.
The vbr max section rate was enforced by clipping the
actual number of bits allocated.In this patch the min and max vbr rates are enforced
instead by clipping the modified error scores for each frame
rather than the number of bits allocated.Small gains for all test sets (psnr and SSIM) ranging from
+0.05 for YT psnr up to +0.25 for Std-hd SSIM.Change-Id : Iae27d70bdd3944e3f0cceaf225bad2e8802833de
-
Revision 00e3626e13 : Use average mb energy from first pass in AQ2 test. AQ2 modified to use mb_av_en
25 novembre 2014, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_aq_complexity.c
Use average mb energy from first pass in AQ2 test.AQ2 modified to use mb_av_energy in defining variance
thresholds used alongside complexity when defining the
segment to be used for an SB64.Slight improvements in metrics (ssim and PSNR).
Change-Id : Idb9cb73f7d9c4f7118cd7e84ac77b0f25cacbf81