Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

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

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (8988)

  • Streaming interruption issue

    27 février 2012, par victor kulichkin

    I am trying to send audio/video streams to justin.tv using the following command :

    ffmpeg -i Engl_01.avi -re -acodec copy -ar 22050 -vcodec libx264  -f flv rtmp://live.justin.tv/app/live_.....

    It works well for Linux but doesn't work under MS Windows 7 : the site (justin.tv) shows me a movie with interruptions, why is this ? Is there any option allowing ffmpeg to fix this problem for Windows ?

  • Issue with Android NDK

    5 avril 2012, par sherman

    I try add and compile ffmpeg library in my own android application. When I add native support and add ffmpeg library in jni, Eclipse show many errors, something like :

    uint8_t  *bufferConverted=NULL;
    static GLuint textureConverted=0;

    errors :

    Type 'uint8_t' could not be resolved
    Symbol 'NULL' could not be resolved
    Type 'GLuint' could not be resolved

    How can I resolve this issue ?

  • Issue with Android NDK project

    13 mars 2012, par sherman

    If I try compile my project on Linux Ubuntu, Eclips show :

    **** Build of configuration Default for project FFVideo ****

    ndk-build V=1

    Error: Cannot run program "ndk-build": Unknown reason

    **** Build Finished ****

    Anybody have ideas, why this happened ?