Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (95)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (10654)

  • PyAV/ffmpeg : How to resolve 'Reinit context to WxH ... deprecated pixel format'

    26 mai 2023, par hi im Bacon

    I am using the pyav library to read and process video data and as I am reading through the videos I am getting lots (and lots) of the following output.

    &#xA;

    I am creating the videos by segmenting either a much larger source file or RTSP/HTTP IP camera.

    &#xA;

    I would love to understand what this output actually means, and what I can do to prevent its output

    &#xA;

    ffmpeg creating videos :

    &#xA;

    ffmpeg -y -i https://manifest.googlevideo.com/api/... -pix_fmt yuvj422p -c:v libx264 -an -vf scale=&#x27;min(1280,iw)&#x27;:&#x27;min(720,ih)&#x27;:force_original_aspect_ratio=decrease -r 12 -vsync cfr -x264opts keyint=12:min-keyint=12 -f segment -segment_format matroska -segment_time 5 -initial_offset 1656497474.686672 -strftime 1 /tmp/tmp87cc1n2o/%Y-%m-%dT%H%M%S.mkv -loglevel error&#xA;

    &#xA;

    python :

    &#xA;

    container = av.open(io.BytesIO(...))&#xA;for frame in container.decode(video=0):&#xA;   ...&#xA;

    &#xA;

    2022-06-30 14:45:00,964 DEBUG:****:Creating &lt;***.core.generators.av.AVGenerator object at 0x7f13340abd50> with target path: &lt;_io.BytesIO object at 0x7f13341c93b0>&#xA;2022-06-30 14:45:00,966 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;2022-06-30 14:45:00,966 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuvj422p&#xA;2022-06-30 14:45:00,984 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;2022-06-30 14:45:01,045 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;2022-06-30 14:45:01,046 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuvj422p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA; (repeated 9 more times)&#xA;2022-06-30 14:45:01,194 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;2022-06-30 14:45:01,215 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA; (repeated 17 more times)&#xA;2022-06-30 14:45:01,384 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA; (repeated 3 more times)&#xA;2022-06-30 14:45:01,398 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA; (repeated 22 more times)&#xA;2022-06-30 14:45:01,550 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA; (repeated 2 more times)&#xA;2022-06-30 14:45:01,592 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;

    &#xA;

  • Revision acfc5981c3 : Merge "clean out experiments" into experimental

    17 avril 2013, par Yaowu Xu

    Changed Paths : Modify /vp9/common/vp9_rtcd_defs.sh Merge "clean out experiments" into experimental

  • Revision cbd6eaa924 : Merge "Fixed overflow test on boost calculation" into experimental

    17 avril 2013, par Adrian Grange

    Changed Paths : Modify /vp9/encoder/vp9_firstpass.c Merge "Fixed overflow test on boost calculation" into experimental