
Recherche avancée
Autres articles (52)
-
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 Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (9373)
-
Revision 2b8dc065d1 : google style guide include guards Change-Id : I2c252f3ddcc99e96c1f5d3dab8bcb25a2
30 novembre 2012, par Jim BankoskiChanged Paths : Modify /vp9/common/arm/vp9_bilinearfilter_arm.h Modify /vp9/common/arm/vp9_idct_arm.h Modify /vp9/common/arm/vp9_loopfilter_arm.h Modify /vp9/common/arm/vp9_recon_arm.h Modify /vp9/common/arm/vp9_subpixel_arm.h Modify /vp9/common/vp9_alloccommon.h (...)
-
ffmpeg select frames using between
17 décembre 2014, par skyuukaI use the following command to select the 18 to 22 frames of an video :
ffmpeg -i input_video.avi -vf "select=between(n\,18\,22)" -f image2 frames_%3d.png
But I get the following errors :
Metadata:
major_brand : qt
minor_version : 0
compatible_brands: qt
creation_time : 2013-01-04 21:17:15
encoder : 6.0.1
encoder-eng : 6.0.1
date : 2013-01-04T13:17:15-0800
date-eng : 2013-01-04T13:17:15-0800
Duration: 00:00:09.17, start: 0.000000, bitrate: 20766 kb/s
Stream #0.0(und): Video: h264 (Baseline), yuv420p, 1920x1080, 20765 kb/s, 29.97 fps, 29.97 tbr, 600 tbn, 1200 tbc
Metadata:
creation_time : 2013-01-04 21:17:15
Stream #0.1(und): Audio: aac, 44100 Hz, mono, s16, 61 kb/s
Metadata:
creation_time : 2013-01-04 21:17:15
Incompatible pixel format 'yuv420p' for codec 'png', auto-selecting format 'rgb24'
[buffer @ 0x2589ac0] w:1920 h:1080 pixfmt:yuv420p
[select @ 0x259da00] [Eval @ 0x7fff7a38e940] Missing ')' or too many args in 'between(n,18,22)'
[select @ 0x259da00] Error while parsing expression 'between(n,18,22)'
Error initializing filter 'select' with args 'between(n,18,22)'
Error opening filters! -
FFMPEG Change Volume Levels with Amix
27 septembre 2016, par JeremyTrying to alter the volumes of my input files, and this is what i’ve been trying :
-ss 0.300 -i /data/user/0/me.rapchat.rapchat/cache/recording.m4a -i /data/user/0/me.rapchat.rapchat/cache/beats/05a0f287-4183-4ab0-8233-049b95ca38fa.m4a -filter_complex [0:a]volume=1.5[a0];[1:a]volume=1.5[a1]; [a0][a1]amix=inputs=2:duration=shortest:dropout_transition=3 -preset ultrafast /data/user/0/me.rapchat.rapchat/cache/rap.m4a
and the error i’m getting is :
[AVFilterGraph @ 0xf7309040] No such filter : ’’
Error initializing complex filters.
Invalid argumentLink to LOGS : http://pastebin.com/PXQmYJH0
I’ve seen other examples of issues like this, and have done searching to adjust them. I followed this, and this but can’t seem to get my command right. Does anyone see anything glaring ?
Thank you !