Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (94)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (10915)

  • FFMpeg Error av_interleaved_write_frame() :

    18 janvier 2014, par rajaneesh

    this my code . after running php code

    FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
     configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --incdir=/usr/include --enable-libamr-nb --enable-libamr-wb --enable-libdirac --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-x11grab
     libavutil     49.15. 0 / 49.15. 0
     libavcodec    52.20. 0 / 52.20. 0
     libavformat   52.31. 0 / 52.31. 0
     libavdevice   52. 1. 0 / 52. 1. 0
     libswscale     0. 7. 1 /  0. 7. 1
     libpostproc   51. 2. 0 / 51. 2. 0
     built on Nov  6 2009 19:05:03, gcc: 4.1.2 20080704 (Red Hat 4.1.2-46)

    Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 25.00 (25/1)
    Input #0, flv, from 'demo.flv':
     Duration: 00:00:30.83, start: 0.000000, bitrate: 546 kb/s
       Stream #0.0: Video: h264, yuv420p, 640x360 [PAR 1:1 DAR 16:9], 546 kb/s, 25 tbr, 1k tbn, 50 tbc
       Stream #0.1: Audio: aac, 44100 Hz, stereo, s16
    Output #0, image2, to 'demo.jpg':
       Stream #0.0: Video: mjpeg, yuvj420p, 640x360 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 1 tbc
    Stream mapping:
     Stream #0.0 -> #0.0
    Press [q] to stop encoding
    av_interleaved_write_frame(): I/O error occurred
    Usually that means that input file is truncated and/or corrupted.
  • Put audio and video tracks all together

    24 février 2014, par Albert

    I have one video track (xvid) and two audio tracks (ac3) in three different files, and I want to put them together. I succeeded, but there is a problem. This is the command I use :

    ffmpeg -i video.avi -i audio_es.ac3 -i audio_en.ac3 -map 0:0 -map 1:0 -map 2:0 -vcodec copy -acodec copy -acodec copy  video2.avi -newaudio

    And this is the output

    Fmpeg version SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.3, Copyright (c) 2000-2009 Fabrice Bellard, et al.
         configuration: --extra-version=4:0.5.9-0ubuntu0.10.04.3 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
         libavutil     49.15. 0 / 49.15. 0
         libavcodec    52.20. 1 / 52.20. 1
         libavformat   52.31. 0 / 52.31. 0
         libavdevice   52. 1. 0 / 52. 1. 0
         libavfilter    0. 4. 0 /  0. 4. 0
         libswscale     0. 7. 1 /  0. 7. 1
         libpostproc   51. 2. 0 / 51. 2. 0
         built on Jan 24 2013 19:42:59, gcc: 4.4.3
       [avi @ 0x22be260]non-interleaved AVI
       Input #0, avi, from 'video.avi':
         Duration: 00:50:01.00, start: 0.000000, bitrate: 2988 kb/s
           Stream #0.0: Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
       Input #1, ac3, from 'audio_es.ac3':
         Duration: 00:50:00.99, bitrate: 320 kb/s
           Stream #1.0: Audio: ac3, 48000 Hz, stereo, s16, 320 kb/s
       Input #2, ac3, from 'audio_en.ac3':
         Duration: 00:50:00.99, bitrate: 320 kb/s
           Stream #2.0: Audio: ac3, 48000 Hz, stereo, s16, 320 kb/s
       Output #0, avi, to 'video3.avi':
           Stream #0.0: Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 90k tbn, 25 tbc
           Stream #0.1: Audio: ac3, 48000 Hz, stereo, s16, 320 kb/s
           Stream #0.2: Audio: mp2, 48000 Hz, stereo, s16, 64 kb/s
       Stream mapping:
         Stream #0.0 -> #0.0
         Stream #1.0 -> #0.1
         Stream #2.0 -> #0.2
       Press [q] to stop encoding
       frame= 9796 fps=5319 q=-1.0 Lsize=  129383kB time=391.84 bitrate=2704.9kbits/s  
       video:110097kB audio:18368kB global headers:0kB muxing overhead 0.714597%

    As you see in output stream, it doesn't convert any input file except second audio stream into mp2 (64kbps), while input file is AC3 (320kbps). I don't know how to tell ffmpeg to not convert any file. Just put them together as they are.

    Can anybody help me ?

  • ffmpeg mp4 file is not valid

    10 mars 2014, par Flash Thunder

    I was looking for answer on Internet but, didn't find any...

    Got 3 movies, all made by ffmpeg from separate frames in png files with command :

    ffmpeg -r 100 -qscale 2 -i input/%06d.png output/movie.mp4

    Two of them work perfectly... Windows Media Player and all others see it as correct format..., but one of them not. Only VLC can play it, all other players say that it is unknown format. It probably has something to do with size of images. Would like to know what are the criteria... what size should it have... why one is working and other is not...

    Sizes are :

    1. 1600x1570 - works fine
    2. 1880x616 - works fine
    3. 1891x725 - doesn't work...

    This is really weird, because fullhd has width of 1920, so all above are lower...

    All images are made by PHP with gdlib, all saved the same method... it is not the problem of count, because no matter if I get only first 100 frames, or whole movie, it still doesn't work... only the last one. Any ideas what could possibly be wrong ?

    Complete FFMPEG output (for 200 frames) :

    FFmpeg version SVN-r0.5.10-4:0.5.10-1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
     configuration: --extra-version=4:0.5.10-1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libdirac --enable-libgsm --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libfaad --enable-libdc1394 --enable-shared --disable-static
     libavutil     49.15. 0 / 49.15. 0
     libavcodec    52.20. 1 / 52.20. 1
     libavformat   52.31. 0 / 52.31. 0
     libavdevice   52. 1. 0 / 52. 1. 0
     libavfilter    0. 4. 0 /  0. 4. 0
     libswscale     0. 7. 1 /  0. 7. 1
     libpostproc   51. 2. 0 / 51. 2. 0
     built on Feb 16 2013 09:22:58, gcc: 4.4.5
    Input #0, image2, from 'input/%06d.png':
     Duration: 00:00:02.01, start: 0.000000, bitrate: N/A
       Stream #0.0: Video: png, rgb24, 1891x725, 100 tbr, 100 tbn, 100 tbc
    Output #0, mp4, to 'output/movie.mp4':
       Stream #0.0: Video: mpeg4, yuv420p, 1891x725, q=2-31, 200 kb/s, 90k tbn, 100 tbc
    Stream mapping:
     Stream #0.0 -> #0.0
    Press [q] to stop encoding
    frame=  201 fps= 14 q=2.0 Lsize=   10032kB time=2.01 bitrate=40886.7kbits/s
    video:10030kB audio:0kB global headers:0kB muxing overhead 0.023690%

    PS. Even after converting in different application to FullHD (added black bars), it still doesn't work.