Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6078)

  • opt : reject denominator zero as out of range

    12 décembre 2016, par Andreas Cadhalpun
    opt : reject denominator zero as out of range
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavutil/opt.c
  • Trim and loop audio to the length of video

    20 mai 2020, par Nguyễn Trọng

    I have a 30 second video and a 120 second audio.&#xA;I ran the following command to loop audio into the video but it only stopped when the audio length was reached even though I added "-shortest".&#xA;Help me. (sorry for my bad english)

    &#xA;&#xA;

    String[] cmd = {"-y", "-i", video.mp4, "-i", audio.mp3,&#xA;            "-filter_complex",&#xA;            "[1:a]atrim=0:100,asetpts=PTS-STARTPTS," &#x2B;&#xA;                    "asetrate=44100,aloop=1:size=1*44100," &#x2B;&#xA;                    "aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo,volume=1.0[bg];" &#x2B;&#xA;                    "[0:v][bg]concat=n=1:v=1:a=1[video]", "-shortest",&#xA;            "-map", "[video]", "-c:v", "libx264", "-c:a", "aac",&#xA;            "-preset", "veryfast", output, "-hide_banner"};&#xA;

    &#xA;

  • Revision 8ca39ede47 : Extended quantizer range for high bitdepth These changes allow 10 and 12 bit de

    16 juin 2014, par Peter de Rivaz

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_entropy.h


     Modify /vp9/common/vp9_idct.c


     Modify /vp9/common/vp9_idct.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_quant_common.c


     Modify /vp9/common/vp9_quant_common.h


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/common/vp9_seg_common.c


     Modify /vp9/common/vp9_seg_common.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_aq_complexity.c


     Modify /vp9/encoder/vp9_aq_cyclicrefresh.c


     Modify /vp9/encoder/vp9_aq_variance.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_picklpf.c


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_pickmode.h


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_quantize.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/encoder/vp9_tokenize.c


     Modify /vp9/encoder/vp9_tokenize.h


     Modify /vp9/vp9_cx_iface.c


     Modify /vpxdec.c



    Extended quantizer range for high bitdepth

    These changes allow 10 and 12 bit depth streams
    to encode at higher quality by using a finer
    quantizer. Category 6 tokens now transmit 18
    extra bits instead of 14 in order to be able to
    encode the greater range of output coefficients.

    The extended quantizer range is only used when
    configured with the following options :
    — enable-vp9-high
    — enable-high-transforms
    — enable-high-quant

    Change-Id : I58d2981676d67b65cc022e98cf443603d38ba6ff