Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (63)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (7903)

  • Convert SWF file to FLV with FFMPEG & getting error "could not find codec parameters"

    15 septembre 2011, par Ritesh

    Hi I am trying to convert SWF file to FLV, but i am getting same eror

    C:\Users\Administrator>C:/ffmpeg/ffmpeg.exe -i C:/xampplite/htdocs/ffmpeg/1.swf \
    C:/xampplite/htdocs/ffmpeg/file1.flv

    FFmpeg version SVN-r16573, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    configuration: --extra-cflags=-fno-common --enable-memalign-hack --enable-pthreads
    --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libtheora
    --enable-libspeex --enable-libfaac --enable-libgsm --enable-libx264
    --enable-libschroedinger --enable-avisynth --enable-swscale --enable-gpl
     libavutil 49.12. 0 / 49.12. 0
     libavcodec 52.10. 0 / 52.10. 0
     libavformat 52.23. 1 / 52.23. 1
     libavdevice 52. 1. 0 / 52. 1. 0
     libswscale 0. 6. 1 / 0. 6. 1
    built on Jan 13 2009 02:57:09, gcc: 4.2.4
    C:/xampplite/htdocs/ffmpeg/1.swf: could not find codec parameters

    Please solve this problem, what i am doing wrong ??

  • Ffmpeg I/O error

    11 septembre 2011, par David542

    I am trying to get info on a file. I can this on either a file or url on my local machine. However, when using my server, I can only get info on a file. This is what happens when I try a URL :

    [david542@web ~]$ ffmpeg -i http://url/1video.mp4
    FFmpeg version UNKNOWN, Copyright (c) 2000-2009 Fabrice Bellard, et al.
     configuration: --enable-gpl --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-nonfree
     libavutil     49.14. 0 / 49.14. 0
     libavcodec    52.15. 0 / 52.15. 0
     libavformat   52.28. 0 / 52.28. 0
     libavdevice   52. 1. 0 / 52. 1. 0
     built on Apr 30 2009 20:58:02, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)
    http://url/1video.mp4: I/O error occurred
    Usually that means that input file is truncated and/or corrupted.

    However, the file is not corrupted, as this works fine on my local machine. What do I need to do to fix this ? Thank you.

  • How to configure FFMPEG in PHP 5.2.17 and IIS 7 environment

    29 mars 2014, par KRA

    I have working PHP 5.2.17 (thread safe) in IIS 7 / Windows 7.

    I want to setup FFMPEG in my local server.

    I downloaded php ext from this link : 1.html">http://www.4shared.com/zip/YZkvqY6v/ffmpeg-php-win32-all_1.html

    Then I followed this tutorial : http://blog.halomede.com/2009/03/ffmpeg-php-installation-on-windows.html

    But ffmpeg is not displaying in phpinfo() ; as they mentioned in tutorial.

    Can you please let me know what wrong I am doing ? It will be very helpful.

    Thank you,