Recherche avancée

Médias (91)

Autres articles (51)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • avcodec/on2avc : add 0x500 stereo support and improve 0x500 mono support

    21 septembre 2016, par Paul B Mahol
    avcodec/on2avc : add 0x500 stereo support and improve 0x500 mono support
    

    0x500 can be stereo.
    0x500 mono can use extended window types.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/on2avc.c
  • ffmpeg show wrong with/height of video

    6 mai 2020, par boygiandi

    I have this video : https://media.gostream.co/uploads/gostream/9wkBeGM7lOfxT902V86hzI22Baj2/23-4-2020/videos/263a34c5a2fe61b33fe17e090893c04e-1587640618504_fs.mp4

    &#xA;&#xA;

    When I play it on Google Chrome, it's vertical video. But when I check with ffmpeg

    &#xA;&#xA;

    ffmpeg -i "https://media.gostream.co/uploads/gostream/9wkBeGM7lOfxT902V86hzI22Baj2/23-4-2020/videos/263a34c5a2fe61b33fe17e090893c04e-1587640618504_fs.mp4"&#xA;

    &#xA;&#xA;

    It show video dimensions are 1080x1080

    &#xA;&#xA;

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;a.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.35.101&#xA;  Duration: 00:00:39.51, start: 0.000000, bitrate: 1577 kb/s&#xA;    Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1080x1080 [SAR 9:16 DAR 9:16], 1464 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandler&#xA;    Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;At least one output file must be specified&#xA;

    &#xA;&#xA;

    And when I livestream this video to Facebook, it scaled vertical video into square form : https://imgur.com/a/A8dQ7j7

    &#xA;&#xA;

    How can I correct video size when livestream ?

    &#xA;

  • lavfi : use ceil right shift for chroma width/height.

    9 mai 2013, par Clément Bœsch
    lavfi : use ceil right shift for chroma width/height.
    

    This should fix several issues with odd dimensions inputs.

    lut, vflip, pad and crop video filters also need to be checked for such
    issues. It’s possible sws is also affected.

    • [DH] libavfilter/vf_blend.c
    • [DH] libavfilter/vf_boxblur.c
    • [DH] libavfilter/vf_decimate.c
    • [DH] libavfilter/vf_delogo.c
    • [DH] libavfilter/vf_extractplanes.c
    • [DH] libavfilter/vf_fade.c
    • [DH] libavfilter/vf_fieldmatch.c
    • [DH] libavfilter/vf_geq.c
    • [DH] libavfilter/vf_hflip.c
    • [DH] libavfilter/vf_hqdn3d.c
    • [DH] libavfilter/vf_hue.c
    • [DH] libavfilter/vf_il.c
    • [DH] libavfilter/vf_interlace.c
    • [DH] libavfilter/vf_kerndeint.c
    • [DH] libavfilter/vf_mpdecimate.c
    • [DH] libavfilter/vf_noise.c
    • [DH] libavfilter/vf_showinfo.c
    • [DH] libavfilter/vf_smartblur.c
    • [DH] libavfilter/vf_telecine.c
    • [DH] libavfilter/vf_tinterlace.c
    • [DH] libavfilter/vf_transpose.c