Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (95)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (8926)

  • arm/aarch64 : Improve scheduling in the avg form of h264_qpel

    3 septembre 2021, par Martin Storsjö
    arm/aarch64 : Improve scheduling in the avg form of h264_qpel
    

    Don't use the loaded registers directly, avoiding stalls on in
    order cores. Use vrhadd.u8 with q registers where easily possible.

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

    • [DH] libavcodec/aarch64/h264qpel_neon.S
    • [DH] libavcodec/arm/h264qpel_neon.S
  • How to encode video with ffmpeg form videocapture Mat

    26 août 2022, par chromize

    I'm trying to make video editor tool.

    &#xA;

    [Environment]&#xA;C#&#xA;WPF&#xA;OpenCVSharp4.5

    &#xA;

    When encoding video,I have to set some config.(fps/width/height/codec/bitrate/field-order)&#xA;But,can't set field-order with opencv's videowriter.

    &#xA;

            VideoWriter video = new VideoWriter(&#xA;            outPutFilePath,&#xA;            VideoCaptureAPIs.FFMPEG,&#xA;            VideoWriter.FourCC(Char.Parse("M"),&#xA;            Char.Parse("P"),&#xA;            Char.Parse("4"),&#xA;            Char.Parse("V"),&#xA;            fps,&#xA;            new OpenCvSharp.Size(Width, Height),&#xA;            true);&#xA;            for (int movePos = StartFrame; movePos &lt; EndFrame; movePos&#x2B;&#x2B;)&#xA;            {&#xA;                PosFrames = movePos;&#xA;                Mat mat = SetMatFromFrameNo(PosFrames);&#xA;&#xA;                video.Write(mat);&#xA;               Cv2.WaitKey(1);&#xA;            }&#xA;

    &#xA;

    so,I'm trying to use piped ffmpeg.&#xA;But I have no idea.

    &#xA;

    Could you tell how to encode video From VideoCaptures. thanks.

    &#xA;

  • Introducing Improvements to the Opt-Out Form Feature

    18 septembre 2022, par Ben — About

    Matomo includes a built-in opt-out form that you can add to your website so you can provide your visitors with the choice to opt-out of Matomo tracking. Up until Matomo 4.12.0 the built-in opt-out form relied on iFrame technology which has become increasingly problematic due to browser changes and restrictions on setting third-party cookies.

    With our privacy-first approach, we’ve known for some time that we would eventually need a new way to provide this important opt-out functionality that would work most reliably in the myriad of contexts our users rely on it for.

    Embedding the opt-out form

    Matomo 4.12.0 introduces an improved opt-out. This provides two new options for embedding the opt-out on your website, either using the Matomo tracker code or as self-contained code.

    As with the iFrame method, the built-in opt-out code can be styled in Matomo to match your website, and provides a snippet which you can add to your website to show the opt-out feature to your users.

    Find out how to customise the opt-out form.

    Customising the opt-out form

    What does this mean for existing opt-out forms ?

    Although it is no longer possible to generate new iFrame embed code using the Matomo UI, the underlying opt-out feature is still fully supported and any existing iFrame opt-out form code embedded in websites will still work as before. It is recommended to migrate to one of the new opt-out form options as browser support for the iFrame opt-out will continue to decrease.

    To read more in depth information about the new opt-out functionality please refer to our new developer documentation for tracking opt-out.