Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (62)

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

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (6959)

  • doc/ffserver : mention how to access streams through RTSP

    3 janvier 2014, par Stefano Sabatini
    doc/ffserver : mention how to access streams through RTSP
    
    • [DH] doc/ffserver.texi
  • Can I access FFPlay.exe's STDIN in order to emulate a 'q' keypress ?

    28 novembre 2023, par couldabin

    I am writing a Win32 program that launches ffplay.exe. I would like to have my program send a quit message ('q') but cannot get ffplay to respond. I am using CreatePipe() to initialize read/write handles that are used by CreateProcess(), which launches ffplay.exe. Should I be able to make this work ? If I start ffplay manually from a command line, pressing 'q' works fine. I would like to emulate that with my Win32 program. To test my code, I substituted ffplay.exe with another console application that prompts the user for input, and it responds as expected.

    


  • avfilter/vf_framepack : Use dedicated pointer for access

    6 septembre 2023, par Andreas Rheinhardt
    avfilter/vf_framepack : Use dedicated pointer for access
    

    Improves readability.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_framepack.c