Advanced search

Medias (0)

Tag: - Tags -/api

No media matches your criterion on the site.

Other articles (16)

  • Support de tous types de médias

    10 April 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 (...)

  • HTML5 audio and video support

    13 April 2011, by

    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 audio et vidéo HTML5

    10 April 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

On other websites (3685)

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

    9 May 2013, by 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
  • Add a fixed size image on a video, regardless of the video width & height FFMPEG [duplicate]

    30 July 2017, by Rita

    This is my code that that is use is following

    $info = pathinfo($file);
    $out = "$info[’dirname’]/ss_$info[’basename’]";
    exec("ffmpeg -i ’".$file."’ -i ’".SS_ROOT."".$ss->settings[’watermark_image’]."’ -filter_complex ’overlay=main_w-overlay_w-10:main_h-overlay_h-10’ ’".$out."’"); 

    that works very well, but it doesn’t keep the logo aspect ratio. I tried this code on two videos with different resolution and this is the result

  • Check usePolicyFile for load() and play(). Wait for window.load + 500 msec before "getting impatient" message, with proper event clean-up

    10 October 2010, by Scott Schiller

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Check usePolicyFile for load() and play(). Wait for window.load + 500 msec before "getting impatient" message, with proper event (...)