Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (109)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (13082)

  • tableprint : Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS.

    5 juin 2011, par Diego Biurrun

    tableprint : Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS.

  • avutil/mathematics/av_add_stable : check for the common case of inc=1

    2 juin 2014, par Michael Niedermayer
    avutil/mathematics/av_add_stable : check for the common case of inc=1
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/mathematics.c
  • libavfilter/vf_vpp : Add common filters of the qsv vpp

    24 août 2017, par Huang, Zhengxu
    libavfilter/vf_vpp : Add common filters of the qsv vpp
    

    Add common filters of the qsv vpp features including scale,denosie,
    deinterlace,frc,crop and procAmp.

    Performance will be significantly reduced in the test if using cascade
    mode just like qsv framerate + qsv scale + qsv deinterlace + qsv denoise in
    separated way no matter in system or video memmory cases.
    And the code is so redundant because so much the same just as session and
    surface’s creation and management.
    So we add a common qsv filter.

    Usage :
    - hwaccel qsv -c:v h264_qsv -r 25 -i in -vf
    vpp_qsv=w=iw/2:h=400:deinterlace=1:framerate=60:detail=50:denoise=50
    - b 2M -maxrate 3M -c:v h264_qsv -y out.h264

    Signed-off-by : ChaoX A Liu <chaox.a.liu@gmail.com>
    Signed-off-by : Zhengxu Huang <zhengxu.maxwell@gmail.com>
    Signed-off-by : Andrew Zhang <huazh407@gmail.com>
    Change-Id : I130392ce722138c209ab658c5f03f0009b6e8024
    Signed-off-by : Maxym Dmytrychenko <maxim.d33@gmail.com>

    • [DBH] configure
    • [DBH] libavfilter/Makefile
    • [DBH] libavfilter/allfilters.c
    • [DBH] libavfilter/vf_vpp_qsv.c