Recherche avancée

Médias (91)

Autres articles (67)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (4069)

  • ffmpeg : remove obsolete workaround in trim insertion.

    7 août 2013, par Nicolas George
    ffmpeg : remove obsolete workaround in trim insertion.
    

    The bug it was working seems to have been fixed.
    This change causes ffmpeg to use the trim filter to implement
    the -t option.
    FATE tests are updated due to the more accurate handling of
    the last packets.

    • [DH] ffmpeg_filter.c
    • [DH] tests/ref/fate/adpcm-ima-amv
    • [DH] tests/ref/fate/adpcm-ms-mono
    • [DH] tests/ref/fate/bethsoft-vid
    • [DH] tests/ref/fate/cyberia-c93
    • [DH] tests/ref/fate/msvideo1-8bit
    • [DH] tests/ref/lavf/aiff
    • [DH] tests/ref/lavf/alaw
    • [DH] tests/ref/lavf/asf
    • [DH] tests/ref/lavf/ast
    • [DH] tests/ref/lavf/au
    • [DH] tests/ref/lavf/avi
    • [DH] tests/ref/lavf/caf
    • [DH] tests/ref/lavf/dv_fmt
    • [DH] tests/ref/lavf/ffm
    • [DH] tests/ref/lavf/gxf
    • [DH] tests/ref/lavf/ircam
    • [DH] tests/ref/lavf/mkv
    • [DH] tests/ref/lavf/mmf
    • [DH] tests/ref/lavf/mov
    • [DH] tests/ref/lavf/mpg
    • [DH] tests/ref/lavf/mulaw
    • [DH] tests/ref/lavf/mxf
    • [DH] tests/ref/lavf/nut
    • [DH] tests/ref/lavf/ogg
    • [DH] tests/ref/lavf/rm
    • [DH] tests/ref/lavf/rso
    • [DH] tests/ref/lavf/smjpeg
    • [DH] tests/ref/lavf/sox
    • [DH] tests/ref/lavf/ts
    • [DH] tests/ref/lavf/voc
    • [DH] tests/ref/lavf/voc_s16
    • [DH] tests/ref/lavf/w64
    • [DH] tests/ref/lavf/wav
    • [DH] tests/ref/lavf/wtv
    • [DH] tests/ref/seek/lavf-alaw
    • [DH] tests/ref/seek/lavf-mov
    • [DH] tests/ref/seek/lavf-mulaw
  • fftools/ffmpeg : rewrite checking whether codec AVOptions have been used

    9 avril 2024, par Anton Khirnov
    fftools/ffmpeg : rewrite checking whether codec AVOptions have been used
    

    Share the code between encoding and decoding. Instead of checking every
    stream's options dictionary (which is also used for other purposes),
    track all used options in a dedicated dictionary.

    • [DH] fftools/cmdutils.c
    • [DH] fftools/cmdutils.h
    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_demux.c
    • [DH] fftools/ffmpeg_mux.c
    • [DH] fftools/ffmpeg_mux.h
    • [DH] fftools/ffmpeg_mux_init.c
    • [DH] fftools/ffmpeg_opt.c
    • [DH] fftools/ffplay.c
    • [DH] fftools/ffprobe.c
  • NV21 input support

    6 juin 2014, par Yu Xiaolei
    NV21 input support
    

    Eliminates an extra copy when encoding Android camera preview images.

    Checkasm test by Janne Grunau.
    ARM assembly with improvements from Janne Grunau.

    • [DH] common/arm/mc-a.S
    • [DH] common/arm/mc-c.c
    • [DH] common/common.c
    • [DH] common/frame.c
    • [DH] common/mc.c
    • [DH] common/mc.h
    • [DH] encoder/encoder.c
    • [DH] filters/video/depth.c
    • [DH] filters/video/resize.c
    • [DH] input/input.c
    • [DH] tools/checkasm.c
    • [DH] x264.h