Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (57)

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

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (4799)

  • Revision 18d323606d : Fix test to call clear system state in convolve_test. Assembly tests should cle

    12 décembre 2014, par Jim Bankoski

    Changed Paths :
     Modify /test/convolve_test.cc



    Fix test to call clear system state in convolve_test.

    Assembly tests should clear system state, as we have no
    expectation of proper system state in between test runs..

    Change-Id : I0f591996c1f17ef2a5a8572a6b445f757223a144

  • configure : clang : explicitly state dep file and rule name in DEPFLAGS

    25 janvier 2014, par Janne Grunau
    configure : clang : explicitly state dep file and rule name in DEPFLAGS
    

    Fixes dependency file generation with gas-preprocessor.pl and clang.
    Flags copied from GCC and tested with Apple’s clang from Xcode 5 and
    5.1 and clang 3.2, 3.3, 3.4 on Linux.

    • [DBH] configure
  • How can I write to file with video state while paused in ffplay

    26 août 2014, par pixelearth

    Can anyone recommend a way to do what I need : I need to go through 2000+ videos and choose an accurate thumbnail frame down to the .xx decimal place.
    Ffplay works great for this, but it’s tedious to manually copy paste this value from the terminal into my database. It would be great if I could hit a key sequence or somehow trigger an event that would write information about ffplay’s current state (filename, location) to a file.

    Is there a way once the video is paused to somehow write to a file with the filename and location ?