Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (52)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • avdevice/x11grab : fix cursor drawing in multi-screen setup

    8 septembre 2014, par Antonio Ospite
    avdevice/x11grab : fix cursor drawing in multi-screen setup
    

    The code uses XFixes to retrieve the cursor coordinates, but XFixes
    gives no information of what screen the pointer is on ; this results in
    always drawing the cursor on the captured screen even if the mouse
    pointer was on another screen.

    For example, when capturing from screen 1 (i.e. -f x11grab -i ":0.1")
    the cursor was being drawn in the captured image even when the mouse
    pointer was actually on screen 0, which is wrong and visually confusing.

    Use XQueryPointer to check that the pointer is actually on the screen
    which is being captured.

    Signed-off-by : Antonio Ospite <ao2@ao2.it>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavdevice/x11grab.c
  • How can I record a rectangle centered around the mouse cursor when it last moved

    28 décembre 2022, par Vesoripi

    I would like an ffmpeg incantation that will do A, or B, or C where

    &#xA;

    A is…&#xA;The ffmpeg incantation will record a rectangle that is centered around the caret (the "text cursor") when text is being typed.

    &#xA;

    B is…&#xA;The ffmpeg incantation will record a rectangle that is centered around the mouse cursor when the mouse cursor is actually moving or when the mouse cursor had been moving less than, say, 2 seconds ago.

    &#xA;

    C is…&#xA;The ffmpeg incantation will stop recording video, yet continue to record audio, if the mouse cursor had not been moving for 2 seconds or longer and the caret (the "text cursor") had not been moving for 2 seconds or longer.

    &#xA;

    On Linux Mint 21.1 Cinnamon, although both of the following incantations…

    &#xA;

    ffmpeg -f x11grab -follow_mouse centered -framerate 25 -video_size cif -i :0.0 -preset slow output.mkv&#xA;

    &#xA;

    and

    &#xA;

    ffmpeg -f x11grab -follow_mouse centered -show_region 1 -framerate 25 -video_size cif -i :0.0 -c:v libx264 -crf 0 -preset slow output.mp4&#xA;

    &#xA;

    successfully record the mouse cursor as I would like, obviously both incantations fail to record the caret (the "text cursor") when text is being typed.

    &#xA;

    Here’s my use case…

    &#xA;

    As a form of documentation, I intend to create screencasts of my coding sessions which I will narrate. I realize that this unusual form of documentation would normally result in large video files. Therefore, instead of recording the entire screen, I would like to record a small rectangle around either the area where I am typing text or—when I am using my mouse—around the area my mouse cursor is located. As a result I hope to create video files which take up less storage space, yet are still useful to me.

    &#xA;

    For example, I hope that when I review my coding sessions I will be able to quickly be reminded that, for example, "Oh, yeah, that's what I was thinking when I wrote that line of code. Yes. Now I remember : I was stuck, then went to Stackoverflow, did some research, and found solution XYZ to solve my problem.”

    &#xA;

    In other words, I won’t exclusively be coding during my coding sessions ; sometimes I will be doing research on, for example, Stackoverflow. When I am doing research on—for example, Stackoverflow—I want my mouse cursor recorded.

    &#xA;

    For your information, follow_mouse at 3.21.1 Options.

    &#xA;

  • Revision 6d07e25a514d832473efad541eabdb76e91a2bf2 : Abstraction mysql : dans sql_insertq et sql_updateq on utilisait ...

    18 septembre 2010, par Cerdic — Log

    Abstraction mysql : dans sql_insertq et sql_updateq on utilisait spip_mysql_cite en lui passant le type. Bien que sql_quote puisse prendre le type en argument, lui utilisait toujours _q() ce qui ne donnait pas un resultat equivalent (cas typique de ’0001’ stocke dans une chaine que _q (...)