[FFmpeg-user] Segment format is not working - Output file #0 does not contain any stream

Vladimir Vlach vladaman at gmail.com
Fri Apr 6 02:55:55 CEST 2012


Complete uncut console - same behavior with vp6 or raw codec:
http://pastebin.com/GAbBVq3c

[ec2-user at s2-aws ffmpeg-10]$ ./ffmpeg -v 9 -loglevel 99  -re -i
test.flv -an -vcodec vp6 -b:v 128k -f segment -segment_format mpegts
-segment_time 10 -segment_list test.m3u8 'test%05d.ts'
ffmpeg version N-39494-g41a097a Copyright (c) 2000-2012 the FFmpeg developers
  built on Apr  5 2012 01:38:03 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
  configuration: --enable-librtmp --enable-libx264
--libdir='../x264/:/usr/local/lib:../rtmpdump-2.3' --enable-gpl
--enable-pthreads --enable-libvpx --disable-ffplay --disable-ffserver
--disable-shared --enable-debug
  libavutil      51. 44.100 / 51. 44.100
  libavcodec     54. 12.100 / 54. 12.100
  libavformat    54.  3.100 / 54.  3.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 66.101 /  2. 66.101
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 10.100 /  0. 10.100
  libpostproc    52.  0.100 / 52.  0.100
[flv @ 0x22213a0] Format flv probed with size=2048 and score=100
rfps: 15.000000 0.000017
rfps: 30.000000 0.000067
rfps: 45.000000 0.000150
rfps: 14.985015 0.012730
rfps: 14.985015 0.015790
Input #0, flv, from 'test.flv':
  Metadata:
    author          :
    copyright       :
    description     :
    keywords        :
    rating          :
    title           :
    presetname      : Custom
    creationdate    : Thu Apr 05 18:20:23 2012
                    :
    videodevice     : Logitech QuickCam Pro 9000
    videokeyframe_frequency: 5
    audiodevice     : Microphone (USB Audio Device)
    audiochannels   : 1
    audioinputvolume: 75
    encoder         : Lavf54.3.100
  Duration: 00:00:26.13, start: 0.000000, bitrate: 131 kb/s
    Stream #0:0, 392, 1/1000: Video: h264 (Constrained Baseline),
yuv420p, 1000x574, 1/30, 128 kb/s, 15 tbr, 1k tbn, 30 tbc
Output #0, segment, to 'test%05d.ts':
  Metadata:
    author          :
    copyright       :
    description     :
    keywords        :
    rating          :
    title           :
    presetname      : Custom
    creationdate    : Thu Apr 05 18:20:23 2012
                    :
    videodevice     : Logitech QuickCam Pro 9000
    videokeyframe_frequency: 5
    audiodevice     : Microphone (USB Audio Device)
    audiochannels   : 1
    audioinputvolume: 75
    encoder         : Lavf54.3.100
Output file #0 does not contain any stream


On Thu, Apr 5, 2012 at 3:48 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
>
> Vladimir Vlach <vladaman <at> gmail.com> writes:
>
> > ./ffmpeg -v 9 -loglevel 99  -re -i test.flv -an -vcodec libx264 -b:v
> > 128k -vpre ipod320 -f segment -segment_format mpegts -segment_time 10
> > -segment_list test.m3u8 'test%05d.ts'
> >
> > reports this:
> > Output file #0 does not contain any stream
>
> Complete, uncut console output missing.
> Is the problem also reproducible without x264?
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list