Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (55)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7071)

  • ffmpeg - Cannot find codec parameter http mp3 audio stream

    13 janvier 2015, par Jelly

    I’m trying to decode a mp3 stream using ffmpeg, but I get :

    [mp3 @ 0xabe18730] Could not find codec parameters for stream 0 (Audio: mp3, 44100 Hz, 2 channels, 96 kb/s): unspecified frame size
    Consider increasing the value for the 'analyzeduration' and 'probesize' options

    The relevant code is :

    errnum= avformat_open_input(&ret, uri, NULL, NULL);
    if (errnum < 0)
    {
       Logger::codec_error("avformat_open_input", errnum);
    }
    else
    {
       if (avformat_find_stream_info(ret, NULL) < 0)
       {
           Logger::codec_error("bad format read", errnum);
       }
    }

    How can you increase 'analyzeduration' and 'probesize' from code ?

  • Where can I find the ffmpeg binaries for ubuntu ? [on hold]

    26 janvier 2015, par Hazem Taha

    I’m searching for the suitable binary package of the ffmpeg library to use in php using exec command.
    I don’t know which one should I download from this site
    https://www.ffmpeg.org/download.html
    and how to install it.

    Thanks.

  • FFMPEG fails to find any files matching the regexp

    11 avril 2013, par dawe134

    I want to convert sequence of 40 images to a video. The problem is that ffmpeg could not find any of the inputs images matching the regexp in the command. What am I doing wrong please ?

    I ran the following commands :

    > ffmpeg -f image2 -i "img%0d.jpg" -vcodec mpeg4 -y -v "verbose" 07_seq_wire.avi
    *** THIS PROGRAM IS DEPRECATED ***
    This program is only provided for compatibility and will be removed in a future release.    Please use avconv instead.
    img%0d.jpg: No such file or directory


    > ls -l
    -rw-r--r-- 1 david david  69812 Apr 11 01:54 img01.jpg
    -rw-r--r-- 1 david david  70858 Apr 11 01:54 img02.jpg
    -rw-r--r-- 1 david david  71481 Apr 11 01:54 img03.jpg
    -rw-r--r-- 1 david david  71528 Apr 11 01:54 img04.jpg
    -rw-r--r-- 1 david david  71470 Apr 11 01:54 img05.jpg
    -rw-r--r-- 1 david david  71534 Apr 11 01:54 img06.jpg
    -rw-r--r-- 1 david david  70908 Apr 11 01:54 img07.jpg
    -rw-r--r-- 1 david david  70633 Apr 11 01:54 img08.jpg
    -rw-r--r-- 1 david david  70059 Apr 11 01:54 img09.jpg
    -rw-r--r-- 1 david david  70021 Apr 11 01:54 img10.jpg
    -rw-r--r-- 1 david david  69726 Apr 11 01:54 img11.jpg
    -rw-r--r-- 1 david david  70896 Apr 11 01:54 img12.jpg
    -rw-r--r-- 1 david david  72123 Apr 11 01:54 img13.jpg
    -rw-r--r-- 1 david david  72605 Apr 11 01:54 img14.jpg
    -rw-r--r-- 1 david david  73501 Apr 11 01:54 img15.jpg
    -rw-r--r-- 1 david david  73743 Apr 11 01:54 img16.jpg
    -rw-r--r-- 1 david david  74401 Apr 11 01:54 img17.jpg
    -rw-r--r-- 1 david david  74697 Apr 11 01:54 img18.jpg
    -rw-r--r-- 1 david david  75371 Apr 11 01:54 img19.jpg
    -rw-r--r-- 1 david david  74802 Apr 11 01:54 img20.jpg
    -rw-r--r-- 1 david david  74802 Apr 11 01:55 img21.jpg
    -rw-r--r-- 1 david david  75371 Apr 11 01:55 img22.jpg
    -rw-r--r-- 1 david david  74697 Apr 11 01:55 img23.jpg
    -rw-r--r-- 1 david david  74401 Apr 11 01:55 img24.jpg
    -rw-r--r-- 1 david david  73743 Apr 11 01:55 img25.jpg
    -rw-r--r-- 1 david david  73501 Apr 11 01:55 img26.jpg
    -rw-r--r-- 1 david david  72605 Apr 11 01:55 img27.jpg
    -rw-r--r-- 1 david david  72123 Apr 11 01:55 img28.jpg
    -rw-r--r-- 1 david david  70896 Apr 11 01:55 img29.jpg
    -rw-r--r-- 1 david david  69726 Apr 11 01:55 img30.jpg
    -rw-r--r-- 1 david david  70021 Apr 11 01:55 img31.jpg
    -rw-r--r-- 1 david david  70059 Apr 11 01:55 img32.jpg
    -rw-r--r-- 1 david david  70633 Apr 11 01:55 img33.jpg
    -rw-r--r-- 1 david david  70908 Apr 11 01:55 img34.jpg
    -rw-r--r-- 1 david david  71534 Apr 11 01:55 img35.jpg
    -rw-r--r-- 1 david david  71470 Apr 11 01:55 img36.jpg
    -rw-r--r-- 1 david david  71528 Apr 11 01:55 img37.jpg
    -rw-r--r-- 1 david david  71481 Apr 11 01:55 img38.jpg
    -rw-r--r-- 1 david david  70858 Apr 11 01:56 img39.jpg
    -rw-r--r-- 1 david david  69812 Apr 11 01:56 img40.jpg

    Thanks for any help !