Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (55)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (8813)

  • Extracting frames from a video without a mouse pointer on it using ffmpeg

    8 février 2019, par Sudeep

    I have a video created using ffmpeg, I need to extract frames (screenshots) from the video where the mouse pointer present in the video should not be present in frames extracted from it.

    Sounds silly, but is there a way to do this ?

  • How to avoid mouse pointer flicker when capture a window by FFmpeg ?

    4 août 2022, par Maria

    I used gdigrab for capture a window. it works well, But the mouse pointer blinks. (Especially when the window size is large)

    



    My commands (c#) :

    



     Process FFProc= new Process();
 FFProc.StartInfo.FileName = "cmd.exe";
 FFProc.StartInfo.Arguments="/C ffmpeg -y -f gdigrab -framerate 25 -i title=\"MyWin\" out.mpg";
 FFProc.Start();


    



    or (c++) :

    



     system("ffmpeg -y -f gdigrab -framerate 25 -i title=\"MyWin\" out.mpg");


    



    Please tell me How to avoid mouse pointer flicker when capture a window by FFmpeg ?

    



    FFmpeg = latest Zeranoe build

    



    OS = MS Windows 8.1

    


  • How to avoid mouse pointer flicker when capture a window by FFmpeg ?

    1er décembre 2015, par Mitra M

    I used gdigrab for capture a window. it works well, But the mouse pointer blinks. (Especially when the window size is large)

    My commands (c#) :

    Process FFProc= new Process();
    FFProc.StartInfo.FileName = "cmd.exe";
    FFProc.StartInfo.Arguments="/C ffmpeg -y -f gdigrab -framerate 25 -i title=\"MyWin\" out.mpg";
    FFProc.Start();

    or (c++) :

    system("ffmpeg -y -f gdigrab -framerate 25 -i title=\"MyWin\" out.mpg");

    Please tell me How to avoid mouse pointer flicker when capture a window by FFmpeg ?

    FFmpeg = latest Zeranoe build

    OS = MS Windows 8.1