Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (96)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (8115)

  • avutil/thread : add support for setting thread name on *bsd and solaris

    7 janvier 2024, par Brad Smith
    avutil/thread : add support for setting thread name on *bsd and solaris
    

    FreeBSD/DragonFly/Solaris use pthread_setname_np(). OpenBSD uses pthread_set_name_np().

    Signed-off-by : Brad Smith <brad@comstyle.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] configure
    • [DH] libavutil/thread.h
  • Evolution #3168 : Intégration du « français copain »

    29 septembre 2018, par kent1 -

    cedric - a écrit :

    Je trouve que "gadget" est un terme fort et je ne vois pas en quoi le fr_tu serait moins légitime que d’autres.
    Le paquet est maintenu, à jour, quelqu’un est motivé pour le maintenir et l’utiliser.

    Les raisons qui ont valu il y a 15ans sont ce qu’elles sont mais je vois mal pourquoi on n’intègrerait pas cette contribution aujourd’hui
    Quentin, tu peux activer le fr_tu dans les trads générées par salvatore qu’on solde ce ticket.

    https://core.spip.net/projects/spip/repository/revisions/24112

    https://core.spip.net/projects/spip/repository/revisions/24113

    https://core.spip.net/projects/spip/repository/revisions/24114

     ;)

    ++

  • ffmpeg and php - generating thumbnail

    25 février 2014, par stinkysGTI

    I've never used ffmpeg before, but it seemed rather straight forward. I already have a script that handles the uploaded file and stores all of the relative data into the database, but I'm not able to generate a thumbnail. I don't get an error either, I even checked the error_log on the server and there was nothing. The command I'm trying to use is :

    shell_exec("/usr/bin/ffmpeg -i files/clipcanvas_14348_offline.mp4 -r 1 -s 1024x576 -f image2 -vframes 1 files/thumb_test.jpg");

    I will change the static file names with variables once I get it working because the videos that will be thumbnailed are uploaded through a form.

    I tried using the solution from this page :

    ffmpeg Getting image or thumbnail from video error

    But I'm not having any luck. Could it somehow be possible it's because it's on a sub domain ?