Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (40)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

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

Sur d’autres sites (6109)

  • avfilter/vf_transpose_vulkan : add clock and cclock option

    10 décembre 2021, par Wu Jianhua
    avfilter/vf_transpose_vulkan : add clock and cclock option
    

    The following command is on how to apply cclock option :

    ffmpeg -init_hw_device vulkan -i input.264 -vf \
    hwupload=extra_hw_frames=16,transpose_vulkan=dir=cclock,hwdownload,format=yuv420p \
    output.264

    The following command is on how to apply clock_flip option :

    ffmpeg -init_hw_device vulkan -i input.264 -vf \
    hwupload=extra_hw_frames=16,transpose_vulkan=dir=clock_flip,hwdownload,format=yuv420p \
    output.264

    The following command is on how to apply clock option :

    ffmpeg -init_hw_device vulkan -i input.264 -vf \
    hwupload=extra_hw_frames=16,transpose_vulkan=dir=clock,hwdownload,format=yuv420p \
    output.264

    Signed-off-by : Wu Jianhua <jianhua.wu@intel.com>

    • [DH] libavfilter/vf_transpose_vulkan.c
  • Core : Added new config option `fixLineEnding : true` to ensure OS-comp…

    24 août 2015, par JamesMGreene
    Core : Added new config option `fixLineEnding : true` to ensure OS-compliant line endings by default
    

    Fixes #595.

    Ref #222.
    Ref #453.

  • Revision ec658125b0 : Add option to disable documentation Documentation is typically auto-detected by

    10 octobre 2012, par Johann

    Changed Paths : Modify /configure Add option to disable documentation Documentation is typically auto-detected by checking for php and doxygen. Add an option to explicitly disable it. Remove toggle keywords from libraries, examples, documentation and unit tests. They were not consistent with the (...)