Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (99)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (9249)

  • Revert "avfilter/src_movie : switch to activate"

    8 septembre 2020, par Nicolas George
    Revert "avfilter/src_movie : switch to activate"
    

    This reverts commit abc884bcc005c450a34e56cd1f4b8b6fa17ea768.

    This patch was pushed without actual review.
    An actual review would have revealed that the switch to activate
    was not done correctly because the logic between request_frame()
    and frame_wanted is not as direct with filters with multiple
    outputs than with a single output.

    • [DH] libavfilter/src_movie.c
  • lavfi/vsrc_testsrc : switch to activate.

    25 juin 2020, par Nicolas George
    lavfi/vsrc_testsrc : switch to activate.
    

    Allow to set the EOF timestamp.

    Also : doc/filters/testsrc* : specify the rounding of the duration option.

    The changes in the ref files are right.

    For filter-fps-down, the graph is testsrc2=r=7:d=3.5,fps=3.
    3.5=24.5/7, so the EOF of testsrc2 will have PTS 25/7.
    25/7=(10+5/7)/3, so the EOF PTS for fps should be 11/7,
    and the output should contain a frame at PTS 10.

    For filter-fps-up, the graph is testsrc2=r=3:d=2,fps=7,
    for filter-fps-up-round-down and filter-fps-up-round-up
    it is the same with explicit rounding options.
    But there is no rounding : testsrc2 produces exactly 6 frames
    and 2 seconds, fps converts it into exactly 14 frames.

    The tests should probably be adjusted to restore them to
    a useful coverage.

    • [DH] doc/filters.texi
    • [DH] libavfilter/vsrc_testsrc.c
    • [DH] tests/ref/fate/filter-fps-down
    • [DH] tests/ref/fate/filter-fps-up
    • [DH] tests/ref/fate/filter-fps-up-round-down
    • [DH] tests/ref/fate/filter-fps-up-round-up
    • [DH] tests/ref/fate/filter-mpdecimate
  • vf_dnn_processing.c : replace filter_frame with activate func

    7 octobre 2020, par Guo, Yejun
    vf_dnn_processing.c : replace filter_frame with activate func
    

    with this change, dnn_processing can use DNN async interface later.

    Signed-off-by : Xie, Lin <lin.xie@intel.com>
    Signed-off-by : Wu Zhiwen <zhiwen.wu@intel.com>
    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>

    • [DH] libavfilter/vf_dnn_processing.c