Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (61)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (12900)

  • Linux, Eclipse C++, how to connect ffmpeg libs to your project ?

    16 juin 2012, par Blender

    So I downloaded FFmpeg from svn. Compiled and installed into system. in /usr/local it created ./lib and ./include. one with includes and one with libs in form of *.a files.

    I downloaded eclipse Helios for C++ and created new simple project. I included ffmpeg headers into my C++ file. in project properties in C/C++Build in settings I declared ffmpeg libs (Library search path was declared)

    I wrote some simple code that calls functions from headers.

    But for all ffmpeg functions I used it gave me errors of eclipse not seeing ffmpeg.

    So I wonder - how to connect ffmpeg libs to my project (or may be there is any way to compile ffmpeg not into .a and it would work with .so) ?

  • Evolution #2759 (Nouveau) : aucun message d’erreur si le logo est trop grand

    15 juin 2012, par erational -

    une broutille : si le site est configuré avec une limite de taille d’upload pour le logo ex. define(’_LOGO_MAX_WIDTH’,1500) ; si le rédacteur essaie d’uploader un logo dépassant cette limite, l’upload échoue mais aucun message n’est affiché et le rédacteur ne comprend pas pourquoi cela ne fonctionne (...)

  • How to decode mp4a-latm content in RTP using ffmpeg ?

    13 avril 2012, par Nitin Goyal

    I am trying to decode the mp4a-latm content using ffmpeg. I have used the CodecID as Codec_ID_AAC_LATM and extracted the config parameter from the SDP and further extracted the audio content from the RTP by removing the rtp header and sent it to decodeAudio4 function but the decode function always return the negative value.

    I have gone through the RFC 3016 and the code of rtpdec_latm.c in ffmpeg src also but i am not able to find where i am doing the mistake and what exactly the procedure to send the content to decode.

    As general, we need to send the config value frm SDP and then the raw audio packet form the RTP after removing the header but its not working.

    Can someone help me in it ?

    Regards
    Nitin