Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (100)

  • Support audio et vidéo HTML5

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

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (10483)

  • hls : create an AVProgram for each variant

    16 novembre 2012, par LYF

    hls : create an AVProgram for each variant

  • How to create a 720x480 blank mpg

    6 août 2019, par wckai

    In order to join some video clip(720x480 [SAR 8:9 DAR 4:3]) and leave two seconds blank gap between each one, i try to make an blank clip by code

    ffmpeg -t 2 -s 720x480 -f rawvideo -pix_fmt rgb24 -r 29.97 -i /dev/zero -f lavfi -i anullsrc -shortest empty_720x480.mpg

    but when i try to concat clips,

    -filter_complex "[0:v:0]setsar=8/9[v0];[1:v:0][1:a:0][v0][0:a:0][2:v:0][2:a:0][v0][0:a:0][3:v:0][3:a:0]concat=n=5:v=1:a=1[outv][outa]"

    an error occurs

    Input link in3:v0 parameters (size 720x480, SAR 1:1) do not match the corresponding output link in0:v0 parameters (720x480, SAR 8:9)

    I have try create an 720x540 first and scale to 720x480(), but still not the same with 720x480 [SAR 200:219 DAR 100:73].

    I have no idel how to solve it, please help.

  • Using ffmpeg to create looping apng

    5 décembre 2024, par Harry

    I'm trying to create looping apng files from mkvs. My problem is that they don't loop. The files play once, but stop.

    



    This is what I'm doing :

    



     ffmpeg -ss 16:43 -i ./10.mkv -loop 10 -t 1 -filter:v "setpts=PTS-STARTPTS, crop=1200:800, hqdn3d=1.5:1.5:6:6, scale=600:400"  10-file-2.apng


    



    I've tried -loop -1 -loop 10 -loop 1 but there is no looping done. My version is

    



    


    ffmpeg-3.3.el_capitan.bottle.tar.gz