Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (102)

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

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (10805)

  • av_interleaved_write_frame() unknown error when streaming WebM

    16 avril 2015, par user1475135

    I’m following a guide to live WebM streaming through FFMpeg / FFServer and running into an interesting error. I have tried using a DirectShow webcam source, and also an existing WebM (finite length) video using -vcodec copy. Initially, both will manage to connect to the FFServer (I can see the POST 200 OKs to /feed1.ffm), and maybe even send a frame or two, but then FFMpeg crashes with av_interleaved_write_frame(): Unknown error. (Meanwhile, FFServer appears to be fine.)

    This appears to be an unusual variant of the error - normally it’s more common to get, say, av_interleaved_write_frame(): I/O error (which indicates file corruption). Has anyone seen this error, and better yet, can anyone tell me how to fix it ?


    FFMpeg commands

    • ffmpeg -re -i univac.webm -vcodec copy -acodec copy -f webm http://[my server]/feed1.ffm
    • ffmpeg -f dshow -i video="[my dshow source]" -f webm http://[my server]/feed1.ffm

    FFserver command

    ffserver -f ffserver.conf

    ffserver.conf

    This is only a slight variation in the one provided in the aforementioned guide.

    Port 8080  
    BindAddress 0.0.0.0
    MaxHTTPConnections 2000
    MaxClients 5
    # MaxBandwidth 10000
    CustomLog -
    NoDaemon  

    <feed>      
      File ./feed1.ffm  
      FileMaxSize 1G  
      ACL allow [IP of the machine with ffmpeg]  
    </feed>

    <stream>
      Feed feed1.ffm    
      Format webm

      # Audio settings
      AudioCodec vorbis
      AudioBitRate 64  

      # Video settings
      VideoCodec libvpx
      VideoSize 640x480
      VideoFrameRate 30
      AVOptionVideo flags +global_header
      AVOptionVideo cpu-used 0
      AVOptionVideo qmin 10
      AVOptionVideo qmax 42
      AVOptionVideo quality good
      AVOptionAudio flags +global_header
      VideoBitRate 400

      # Streaming settings
      PreRoll 15
      StartSendOnKey
    </stream>

    FFserver logs

    avserver version 0.8.6-6:0.8.6-1ubuntu2, Copyright (c) 2000-2013 the Libav developers

    built on Mar 30 2013 with gcc 4.7.2

    AVserver started

    [current time] - [GET] "/feed1.ffm HTTP/1.1" 200 4149

    [current time] - [POST] "/feed1.ffm HTTP/1.1" 200 4096

  • ffmpeg convert mp4(not h264) to mp4(h264) error

    8 août 2013, par monkey_boys

    ffmpeg convert mp4(not h264) to mp4(h264) error

    i using -i filename.mp5 -vcodec libx264 -vpre medium -y -s 320x240 filecnvert.mp4

     ?

    it say error red " [libfaac @ 0x922ce00]libfaac doesn't support this output format ! "

    my ffmpeg

    ffmpeg -v
    FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
     built on Jan 29 2012 23:56:18 with gcc 4.1.2 20080704 (Red Hat 4.1.2-51)
     configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags=&#39;-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables&#39; --enable-avfilter --enable-avfilter-lavf --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
     libavutil     50.15. 1 / 50.15. 1
     libavcodec    52.72. 2 / 52.72. 2
     libavformat   52.64. 2 / 52.64. 2
     libavdevice   52. 2. 0 / 52. 2. 0
     libavfilter    1.19. 0 /  1.19. 0
     libswscale     0.11. 0 /  0.11. 0
     libpostproc   51. 2. 0 / 51. 2. 0
    ffmpeg: missing argument for option &#39;v&#39;
  • FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) MACHINE

    8 mai 2014, par user2662327

    FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) MACHINE

    I need to install FFMPEG on my windows 8 machine running DRUPAL ZEN custom theme. Can someone tell me where I can get the right dll files for this purpose ? If I have to compile them myself, can someone please give me step by step instructions for how to do so ? I have searched endlessly for these dlls for days now and I have no instructions for creating what i need manually. I have a windows machine running minGW.

    I already tried using the FFMPEG dlls that are out there on teh internet but my PHP-APACHE installations seem to be unable to properly detect the FFMPEG libraries (i added php_ffmpeg.dll to EXT folder, and the rest of hte DLLs to the WINDOWS/SYSTEM32 folder).

    I am running the following versions of PHP and APACHE. Thank you very much in advance for any help you can offer me.

    PHP Version 5.5.1
    System Windows NT 6.2 build 9200 (Windows 8 Business Edition) AMD64
    Build Date Jul 18 2013 11:04:03
    Compiler MSVC11 (Visual C++ 2012)
    Architecture x64

    APACHE VERSION
    Server version : Apache/2.4.6 (Win64)
    Apache Lounge VC10 Server built : Jul 16 2013 11:31:50