Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (95)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (6659)

  • H264 HW Decoding on Android Using FFmpeg-10

    21 septembre 2012, par limitfan

    I've noticed that ffmpeg has already included (libavcodec/libstagefright.cpp) and claimed to support H264's hardware decoding through StageFright framework. I've build the shared library according to (tools/build_libstagefright). But when doing real H264 frame decoding, it seems to be failed at Stagefright_init().
    Does anybody succeed to use this new feature ? Thank you in advance.

  • Convert mp4 to mp3

    19 novembre 2012, par CodexVideos

    I am looking for some library or code that will allow me to convert mp4 video to mp3.
    I want it to be for free and compatible with the latest .NET framework (4).

    Also, if possible, I am looking for a free ffmpeg wrapper than I can have in my vb.net application without trial or messageboxes.

    If there is no free ffmpeg wrapper, can someone show me how to perform the conversion from mp4 to mp3 using command line and ffmpeg ?

  • C# and FFmpeg preferably without shell commands ?

    14 août 2018, par Dominic Bou-Samra

    I’d like to be able to use FFmpeg to convert a video file from within my C# program. I know I can just call a shell command, but is there a better way ?

    The issue with invoking a command via the shell, is I’m not sure you could do things like a progress bar, etc... or could you ?

    If there isn’t a way, can anyone suggest the best way to layout some framework for executing shell commands. Passing one big long string is very cumbersome atm.