Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (100)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

Sur d’autres sites (10561)

  • configure : generate full msvc debug symbols when linking in debug mode

    19 juillet 2013, par Hendrik Leppkes
    configure : generate full msvc debug symbols when linking in debug mode
    

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

    • [DH] configure
  • Is possible to make watermark film with libav without decoding full video ?

    2 août 2018, par hawk.hsieh

    Ther is a small png image and a video film.
    I want to overlay this png image into video film and I did it by libavcodec.
    The CPU loading of this overlay process is extermely high.
    To reduce the performance impact, I have the png overlaid in 10 seconds and then copy stream from old file to new ones after 10 seconds.
    The problem is, the video is ok before 10 seconds with png overlaid video.
    After 10 seconds, the video is stalled and begin to show abnormal green block at top of the screen.
    I figure out the spspps maybe different between the original stream and the transcoded stream. Is this a root to cause the video stalled after 10 seconds ?

    Thank you.

  • Keep including the full version.h when headers are included externally

    18 mars 2022, par Martin Storsjö
    Keep including the full version.h when headers are included externally
    

    This avoids unnecessary churn and build breakage for users, by
    making sure the whole version.h is included like it has been so far,
    while keeping the benefit of not needing to rebuild most files in
    the ffmpeg tree on minor/micro bumps.

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

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavdevice/avdevice.h
    • [DH] libavfilter/avfilter.h
    • [DH] libavformat/avformat.h
    • [DH] libpostproc/postprocess.h
    • [DH] libswresample/swresample.h
    • [DH] libswscale/swscale.h