Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (73)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (7465)

  • Trying to use FFMPEG in C using Codeblocks IDE under Windows 8.1

    31 octobre 2013, par obelix

    I have been trying to use FFMPEG in C using Codeblocks IDE under Windows 8.1.
    I've done the linking stuff required in order to make my code compile but i get the following error :

    C :\Users\user\Desktop\MScProject\FFmpegTest2\main.c|82|error : 'CODEC_TYPE_VIDEO' undeclared (first use in this function)|

    The source i use is the one from the following tutorial
    http://dranger.com/ffmpeg/tutorial01.c

    (original link : http://dranger.com/ffmpeg/tutorial01.html)

    Any ideas ??
    Thanks in advance !!
    (btw the same thing happens when i am trying to compile the program in ubuntu)

  • ffmpeg extension for php in xampp and windows 64 bit [on hold]

    16 avril 2015, par user3416512

    i am using xampp in 64 bit windows operating system for my php project.I need to install ffmpeg extension for php.i am using php 5.5.9 version

  • MPEG Encoding library for WINDOWS PHONE 8 [on hold]

    18 avril 2015, par Ali Jey

    I am developing a Windows phone app that takes pictures to create Time-lapse Videos.
    However I’ve noticed that there aren’t many libraries for Encoding frames into MPEG format for Windows phone platform.

    My question is this :

    1. Is there any library at all to encode FFMPEG videos inside Windows phone apps ?
    2. if not, How can I make one in C# ? (Yes I know it’s going to be hard.)

    Where should I Start from ? (please pay attention that the references that I can make inside windows phone app projects are limited !)

    Thanks in advance for any help.