Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (107)

  • 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.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (18992)

  • lavfi : add testsrc2 test source.

    25 octobre 2015, par Nicolas George
    lavfi : add testsrc2 test source.
    

    Similar to testsrc, but using drawutils and therefore
    supporting a lot of pixel formats instead of just rgb24.
    This allows using it as input for other tests without
    requiring a format conversion.
    It is also slightly faster than testsrc for some reason.

    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/vsrc_testsrc.c
    • [DH] tests/fate/filter-video.mak
    • [DH] tests/ref/fate/filter-testsrc2-rgb24
    • [DH] tests/ref/fate/filter-testsrc2-yuv420p
    • [DH] tests/ref/fate/filter-testsrc2-yuv444p
  • mpeg4video : Add support for MPEG-4 Simple Studio Profile.

    29 décembre 2017, par Kieran Kunhya
    mpeg4video : Add support for MPEG-4 Simple Studio Profile.
    

    This is a profile supporting > 8-bit video and has a higher quality DCT

    • [DH] libavcodec/error_resilience.c
    • [DH] libavcodec/h263dec.c
    • [DH] libavcodec/idctdsp.c
    • [DH] libavcodec/ituh263dec.c
    • [DH] libavcodec/mpeg12dec.c
    • [DH] libavcodec/mpeg4data.h
    • [DH] libavcodec/mpeg4video.h
    • [DH] libavcodec/mpeg4videodec.c
    • [DH] libavcodec/mpegvideo.c
    • [DH] libavcodec/mpegvideo.h
    • [DH] libavcodec/x86/idctdsp_init.c
  • avcodec/mpegvideoenc : Remove ineffective options

    17 février 2022, par Andreas Rheinhardt
    avcodec/mpegvideoenc : Remove ineffective options
    

    This commit removes the ineffective FF_MPV_DEPRECATED_ options,
    namely mpeg_quant (this is only an option for MPEG-4), a53cc
    (this is only an option for MPEG-2), force_duplicated_matrix
    (applies only to MJPEG) and b_strategy, b_sensitivity and brd_scale
    (these options only make sense for encoders supporting B-frames,
    which currently means the MPEG-1/2 and MPEG-4 encoders).
    Given that these options never changed the outcome of encoding,
    they are removed at once.

    Notice that the options for the encoders for which it made sense
    are not affected by this.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ituh263enc.c
    • [DH] libavcodec/mjpegenc.c
    • [DH] libavcodec/mpeg12enc.c
    • [DH] libavcodec/mpeg4videoenc.c
    • [DH] libavcodec/mpegvideo.h
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/mpegvideoenc.h
    • [DH] libavcodec/version.h
    • [DH] libavcodec/version_major.h