Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (88)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6789)

  • doc/examples/demuxing : show how to use the reference counting system.

    30 octobre 2013, par Clément Bœsch
    doc/examples/demuxing : show how to use the reference counting system.
    
    • [DH] doc/examples/demuxing.c
  • Starting and stopping a system command in C++ based on whether the main program is running

    3 juillet 2018, par zach

    I’m writing a program and I want to use ffmpeg’s x11grab to record the users actions on screen while they interact with the program. I am able to set up the system call to ffmpeg, but I’m not sure how I get it to stop once the program has finished running ?

    Ideally, I would like for the user to hit start (which begins the recording), interact with the main part of the program, hit end, and then have a video file of their session placed somewhere.

    Here’s the code I have so far. This just finds the screen resolution, then calls ffmpeg’s x11grab.

    QRect screen = QApplication::desktop()->screen(QApplication::desktop()->primaryScreen())->geometry();

    int width = screen.width();
    int height = screen.height();

    std::string resolution = std::to_string(width) + "x" + std::to_string(height);
    std::string record_command = "ffmpeg -f x11grab -s  -r 30 -i :0.0 -qscale 0.1 -vcodec huffyuv grab.avi";
    //insert screen resolution into bash command
    record_command.insert(21, resolution);
    std::cout << record_command;
    //bash command to record
    system(record_command.c_str());
  • Revision 77317 : [Salvatore] [source:_plugins_/champs_extras/interface/trunk/lang/ iextras] ...

    18 octobre 2013, par salvatore@… — Log

    [Salvatore] iextras Export depuis http://trad.spip.net
    langues (iextras)