Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (109)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Les sons

    15 mai 2013, par

Sur d’autres sites (10867)

  • Android and Ffmpeg. Play video (audio and video syncing WITHOUT USING SDL)

    21 janvier 2014, par user1885632

    I have build ffmpeg library and made simple project where I decode video stream and show it on SurfaceView. Now I need to play sound stream of my video file. And the biggest problem for me is synchronization. I saw tutorials but all of them show how to do this using SDL. But for this I need to install SDL, build it (and there are some trouble for me, because of my project structure). So I don't want to use SDL. Are there any ways how to play a videofile with sound synchronously without using SDL ?

  • phpinfo Loaded Configuration File (none)

    23 juillet 2014, par Emon Chowdhury

    MY Server operating system Centos 6.4 and also WHM Installed. I have installed FFMPEG and FFMPEG-PHP.
    Before installing FFMPEG Others plugin also install such as face, flvtool2, gpac, lame, libogg, lintheora, libvorbis, MPlayer, opencore-amr, x264, xvidcore, yamdi, yasm etc.

    After install FFMPEG php.ini not working. In function phpinfo() that show Loaded Configuration File (none). Also ioncube not load. Before installing ffmpeg ioncube loaded.

    In Command Promt php -i|grep "Loaded" that show
    Loaded Configuration File=>/usr/local/lib/php.ini
    .....
    In Command Promt php -i|grep ini that also show
    Loaded Configuration File=>/usr/local/lib/php.ini

    But in PHP CODE php function phpinfo() that sho
    Loaded Configuration File none.
    And also I have change php.ini such max_upload_size etc but nothing work. Totally php.ini not working in cpanel account of php code.

    What is the problem ?

    Please help me.

  • decoding of APE (Monkey's Audio) using FFmpeg

    19 juillet 2013, par Imran.vatic

    I am developing a player which plays different audio formats,I have successfully played mp3,acc,wav,ogg,alac,flac formats. But now stuck on APE or Monkey's Audio format, I am using a open source library FFmpeg for decoding.Can someone tell me how to decode APE format,I am successful in creating the packets,storing in a buffer and passing it to FFmpeg in the same fashion as I did for other formats,but FFMpeg is not able to decode those packets.Can someone tell me what wrong I am doing ? What should be the buffer size in case of ape that needs to be passed to ffmpeg.Also header parsing, The decode function of ffmpeg is avcodec_decode_audio3.