Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (71)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

Sur d’autres sites (12134)

  • How to add support of v360 filter in ffmpeg ?

    19 juin 2020, par Sandip Ukani

    How to add support of v360 filter in ffmpeg ? I have source code of ffmpeg 4.1 version and want create executable finery of "ffmpeg".

    



    I am getting an error for : ./ffmpeg -i 192.168.10.125-00000-00060-1592292229.mp4 -vf v360=dfisheye:e:yaw=-90 -c:v libx264 -b:v 40000k -bufsize 5000k -preset ultrafast -c:a copy out.mp4

    



    Getting an error :
Press [q] to stop, [?] for help
[AVFilterGraph @ 0x36fa2c0] No such filter : 'v360'
Error reinitializing filters !
Failed to inject frame into filter network : Invalid argument
Error while processing the decoded data for stream #0:0

    


  • fate : Use a oneoff test for the tremolo filter

    9 décembre 2019, par Martin Storsjö
    fate : Use a oneoff test for the tremolo filter
    

    The tremolo filter uses floating point internally, and uses
    multiplication factors derived from sin(fmod()), neither of
    which is bitexact for use with framecrc.

    This fixes running this test when built with for mingw/x86_32
    with clang.

    In this case, a 1 ulp difference in the output from fmod() would
    end up in an output from the filter that differs by 1 ulp, but
    which makes the lrint() in swresample/audioconvert.c round in a
    different direction.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] tests/fate/filter-audio.mak
    • [DH] tests/ref/fate/filter-tremolo
  • fate : add more tests for hue video filter

    9 mai 2018, par Tobias Rapp
    fate : add more tests for hue video filter
    

    Adds tests for the hue angle and brightness filter parameters.
    Renames the existing saturation parameter test for consistency.

    Signed-off-by : Tobias Rapp <t.rapp@noa-archive.com>

    • [DH] tests/fate/filter-video.mak
    • [DH] tests/ref/fate/filter-hue
    • [DH] tests/ref/fate/filter-hue1
    • [DH] tests/ref/fate/filter-hue2
    • [DH] tests/ref/fate/filter-hue3