Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (50)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (9311)

  • diracdec : don’t call ff_emulated_edge_mc_8 directly

    16 juillet 2014, par James Almer
    diracdec : don’t call ff_emulated_edge_mc_8 directly
    

    Use the videodsp function pointer instead.

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/diracdec.c
  • How to call ffmpeg with Java - umlauts ?

    15 juillet 2014, par Mese

    I am using the Java ProcessBuilder to call FFmpeg to capture a single window on my screen on Windows 7 using this command :

    ProcessBuilder pb = new ProcessBuilder(
     "path\\ffmpeg",
     "-f", "gdigrab",
     "-i", "title=" + "title of window",
     "path\\out.mp4"
    );

    With most windows this works fine and I don’t have any problems. But when I try to capture a window with an umlaut (like ÄÖÜ) in its title, I get an error that FFmpeg could not find that window. The same happens when starting FFmpeg using the Windows console.

    Does FFmpeg have a problem using umlauts and is there a way to capture windows with umlauts ?

    Thanks !

  • Revision 61c3338516 : call vp[89]_clear_system_state after longjmp restore the environment post encod

    10 juillet 2014, par James Zern

    Changed Paths :
     Modify /vp8/decoder/onyxd_if.c


     Modify /vp8/encoder/onyx_if.c


     Modify /vp8/vp8_dx_iface.c


     Modify /vp9/decoder/vp9_decoder.c



    call vp[89]_clear_system_state after longjmp

    restore the environment post encode/decode failure

    Change-Id : I3c72e2260a616432eaf1f9545d4fb4d8e45cc7b0