Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (55)

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

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

Sur d’autres sites (8065)

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

    &#xA;&#xA;

    My commands (c#) :

    &#xA;&#xA;

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

    &#xA;&#xA;

    or (c++) :

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;&#xA;

    FFmpeg = latest Zeranoe build

    &#xA;&#xA;

    OS = MS Windows 8.1

    &#xA;

  • 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