Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (30)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (4832)

  • ffmpeg unrecognized option 'segment_list_flags'

    28 septembre 2012, par user1704620

    this is my first time ever posting a question on here, so bear with me. I'm using Ubuntu 12.04 and ffmpeg version 0.11.2, and I'm trying to capture a video from /dev/video0, segment the videos, and then create an m3u8 list file that lists all the segments. According to the ffmpeg documentation at http://ffmpeg.org/ffmpeg.html#Synopsis , ffmpeg supports certain options when creating a list file like '-segment_list_flags' and '-segment_list_type'. When I tried implementing these into my script, though, I just got an error that said :"unrecognized option 'segment_list_flags'" or "unrecognized option 'segment_list_type'". The actual command that I'm typing in looks like this :

     ffmpeg -f video4linux2 -s wvga -t ${CAPTURE_DURATION} -i "/dev/video0" \
     -vcodec ${VID_CODEC} -b:v 96k -flags +loop -cmp +chroma \
     -partitions +parti4x4+partp8x8+partb8x8 -subq 5 -trellis 1 -refs 1 -coder 0 \
     -me_range 16 -keyint_min 25 -sc_threshold 40 -map 0 -flags -global_header \
     -i_qfactor 0.71 -bt 200k -maxrate 96k -bufsize 96k -rc_eq 'blurCplx^(1-qComp)' \
     -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 320:240 -g 30 \
     -async 2 -preset fast -crf 22 -threads 0 -sameq -f segment -segment_time ${SEG_TIME} \
     -segment_list ${LOCATE}${OUTPUT}_first.m3u8 -segment_list_flags +live \
     -segment_list_size ${SEG_LIST_SIZE} -segment_format ${SEG_FORMAT} -acodec libmp3lame \
     -ar 4800 -ab 64k -y "${LOCATE}${OUTPUT}%01d.${EXTENSION}"

    In other parts of my script, I obviously have those variables that you see defined, and they all work fine. I should mention that before I tried implementing the -segment_list_flags option, it did spit out a list file, but it wasn't a legal .m3u8 list file that I would need for Http Live Streaming. It just sequentially listed the different $LOCATE$OUPUT segments that I told it to create.

    The full output of my command in the terminal is this :

    ffmpeg version 0.11.2 Copyright (c) 2000-2012 the FFmpeg developers
     built on Sep 27 2012 13:32:44 with gcc 4.6.3
     configuration: --enable-gpl --enable-gray --enable-runtime-cpudetect --enable-bzlib --enable-gnutls --enable-libass --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libcdio --enable-libdc1394 --enable-libfaac --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-openal --enable-openssl --enable-zlib --enable-nonfree --enable-version3 --enable-x11grab

     libavutil      51. 54.100 / 51. 54.100
     libavcodec     54. 23.100 / 54. 23.100
     libavformat    54.  6.100 / 54.  6.100
     libavdevice    54.  0.100 / 54.  0.100
     libavfilter     2. 77.100 /  2. 77.100
     libswscale      2.  1.100 /  2.  1.100
     libswresample   0. 15.100 /  0. 15.100
     libpostproc    52.  0.100 / 52.  0.100

    [video4linux2,v4l2 @ 0x30e1e80] The V4L2 driver changed the video from 852x480 to 640x480
    [video4linux2,v4l2 @ 0x30e1e80] Estimating duration from bitrate, this may be inaccurate
    Input #0, video4linux2,v4l2, from '/dev/video0':
     Duration: N/A, start: 10590.729975, bitrate: 110592 kb/s
       Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 640x480, 110592 kb/s, 30 tbr, 1000k tbn, 30 tbc
    Unrecognized option 'segment_list_flags'
    Failed to set value '+live' for option 'segment_list_flags'

    If any one knows why it's giving me this error, I'd really appreciate if you could help out. Maybe I don't have some option enabled from the ./configure ?

  • Error ffmpeg and libvpx to convert to webm [closed]

    6 avril 2016, par Olaf Erlandsen

    I have a problems with Ffmpeg and Libvpx on Centos6 Server.

    Command :

    ffmpeg -y -i /var/www/f1ccd3a27d36270492ce660da358b436.mp4 -t 99 acodec copy -vcodec libvpx -f webm /var/www/f1ccd3a27d36270492ce660da358b436.webm 2<&1

    Output :

    FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
     built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
     configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --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
    Seems stream 1 codec frame rate differs from container frame rate: 59.94 (2997/50) -> 29.97 (30000/1001)
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/var/www/vhosts/f1ccd3a27d36270492ce660da358b436.mp4':
     Metadata:
       major_brand     : mp42
       minor_version   : 0
       compatible_brands: isomavc1mp42
     Duration: 00:04:16.32, start: 0.000000, bitrate: 650 kb/s
       Stream #0.0(und): Audio: aac, 44100 Hz, stereo, s16, 108 kb/s
       Stream #0.1(und): Video: h264, yuv420p, 480x360 [PAR 1:1 DAR 4:3], 539 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
    Unknown encoder 'libvpx'

    Ffmpeg configuration :

    --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab

    Problem :

    Unknown encoder 'libvpx'
  • Crash in audio resampler with some audio rates - FFMPEG PHP [migrated]

    4 octobre 2012, par Olaf Erlandsen

    i have a problem with this command( FFMPEG PHP ) :

    Command :

    ffmpeg -i 62f76f050494f0ed6a5997967c00c0c0.wmv -ss 0 -t 99 -y -ar 44100 -async 44100 -r 29.970 -ac 2 -qscale 5 -f flv 62f76f050494f0ed6a5997967c00c0c0.flv

    Output :

    FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
     built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
     configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --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
    [asf @ 0xe81670]max_analyze_duration reached
    Input #0, asf, from '/var/www/resources/tmp/62f76f050494f0ed6a5997967c00c0c0.wmv':
     Metadata:
       WMFSDKVersion   : 12.0.7601.17514
       WMFSDKNeeded    : 0.0.0.0000
       IsVBR           : 0
     Duration: 00:00:50.87, bitrate: 2467 kb/s
       Stream #0.0: Audio: wmapro, 44100 Hz, stereo, flt, 256 kb/s
       Stream #0.1: Video: vc1, yuv420p, 950x460 [PAR 1:1 DAR 95:46], 25 fps, 25 tbr, 1k tbn, 25 tbc
    Output #0, flv, to '/var/www/resources/media/62f76f050494f0ed6a5997967c00c0c0.flv':
     Metadata:
       encoder         : Lavf52.64.2
       Stream #0.0: Video: flv, yuv420p, 950x460 [PAR 1:1 DAR 95:46], q=2-31, 200 kb/s, 1k tbn, 29.97 tbc
       Stream #0.1: Audio: libmp3lame, 11025 Hz, stereo, s16, 64 kb/s
    Stream mapping:
     Stream #0.1 -> #0.0
     Stream #0.0 -> #0.1
    Press [q] to stop encoding
    frame=   72 fps=  0 q=5.0 size=       0kB time=10.91 bitrate=   0.0kbits/s    
    Multiple frames in a packet from stream 0
    Warning, using s16 intermediate sample format for resampling
    frame=  141 fps=139 q=5.0 size=     103kB time=8.15 bitrate= 103.2kbits/s    
    frame=  220 fps=144 q=5.0 size=     875kB time=10.92 bitrate= 656.6kbits/s    
    frame=  290 fps=143 q=5.0 size=    1525kB time=13.74 bitrate= 909.1kbits/s    
    frame=  356 fps=141 q=5.0 size=    2153kB time=15.99 bitrate=1103.1kbits/s    
    frame=  427 fps=141 q=5.0 size=    2847kB time=18.70 bitrate=1247.0kbits/s    
    frame=  497 fps=141 q=5.0 size=    3771kB time=21.16 bitrate=1460.0kbits/s    
    frame=  575 fps=142 q=5.0 size=    4695kB time=24.61 bitrate=1563.0kbits/s    
    frame=  639 fps=141 q=5.0 size=    5301kB time=26.80 bitrate=1620.2kbits/s    
    frame=  703 fps=139 q=5.0 size=    5829kB time=29.36 bitrate=1626.2kbits/s    
    frame=  774 fps=139 q=5.0 size=    6659kB time=32.39 bitrate=1684.0kbits/s    
    frame=  842 fps=139 q=5.0 size=    7915kB time=35.27 bitrate=1838.6kbits/s    
    frame=  911 fps=139 q=5.0 size=    9011kB time=37.98 bitrate=1943.4kbits/s    
    frame=  975 fps=138 q=5.0 size=    9788kB time=40.59 bitrate=1975.3kbits/s    
    frame= 1041 fps=138 q=5.0 size=   10904kB time=43.83 bitrate=2037.9kbits/s    
    frame= 1115 fps=138 q=5.0 size=   11795kB time=46.24 bitrate=2089.8kbits/s    
    frame= 1183 fps=138 q=5.0 size=   12678kB time=48.74 bitrate=2130.7kbits/s    
    frame= 1247 fps=137 q=5.0 size=   13964kB time=51.36 bitrate=2227.5kbits/s    
    frame= 1271 fps=136 q=5.0 Lsize=   15865kB time=58.86 bitrate=2208.1kbits/s
    video:15366kB audio:462kB global headers:0kB muxing overhead 0.238956%

    Problem :

    Warning, using s16 intermediate sample format for resampling

    I've also tried changing the parameter

    From

    -ar 44100

    to

    -ar 11025

    Thanks !