New submission from Sante Luciani <[EMAIL PROTECTED]>:

J am trying to capture mpeg4 stream from IP camera [VIVOTEK 7137]
and save it in .flv file.

When j play the .flv saved file it don't play correctly
[in YOUTUBE or other flv flash player (e.g. FLVScrubber2) ]
the time flow rigth but the images play & stop recursively.
You can look at http://it.youtube.com/watch?v=0xGJogTFJEc

Command line:
ffmpeg -t 60 -i rtsp://192.168.3.253/live.sdp -f flv -r 15 -y
/home/httpd/html/FLVScrubber2/kkkk.flv 

ffmpeg output:
FFmpeg version SVN-r15381, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --cpu=i486 --arch=i486 --prefix=/usr
--mandir=${prefix}/share/man --enable-gpl --enable-swscale --enable-pthreads
--enable-libvorbis --enable-libtheora --enable-libgsm --enable-libdc1394
--disable-debug --enable-shared
  libavutil     49.10. 0 / 49.10. 0
  libavcodec    52. 0. 0 / 52. 0. 0
  libavformat   52.22. 1 / 52.22. 1
  libavdevice   52. 1. 0 / 52. 1. 0
  libswscale     0. 6. 1 /  0. 6. 1
  built on Sep 22 2008 11:10:01, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
Input #0, rtsp, from 'rtsp://192.168.3.253/live.sdp':
  Duration: N/A, start: 0.088000, bitrate: N/A
    Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 1000.00 tb(r)
Output #0, flv, to '/home/httpd/html/FLVScrubber2/kkkk.flv':
    Stream #0.0: Video: flv, yuv420p, 320x240 [PAR 1:1 DAR 4:3], q=2-31, 200
kb/s, 15.00 tb(c)
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
[mpeg4 @ 0x8066440]illegal dc vlc    789kB time=23.47 bitrate= 275.3kbits/s
[mpeg4 @ 0x8066440]Error at MB: 40
[mpeg4 @ 0x8066440]concealing 300 DC, 300 AC, 300 MV errors
[mpeg4 @ 0x8066440]2. marker bit missing in 3. esc.33 bitrate= 278.4kbits/s
[mpeg4 @ 0x8066440]Error at MB: 127
[mpeg4 @ 0x8066440]concealing 228 DC, 228 AC, 228 MV errors
[mpeg4 @ 0x8066440]ac-tex damaged at 10 6B time=24.53 bitrate= 278.6kbits/s
[mpeg4 @ 0x8066440]Error at MB: 136
[mpeg4 @ 0x8066440]concealing 219 DC, 219 AC, 219 MV errors
[mpeg4 @ 0x8066440]ac-tex damaged at 17 5B time=45.60 bitrate= 249.1kbits/s
[mpeg4 @ 0x8066440]Error at MB: 122
[mpeg4 @ 0x8066440]concealing 232 DC, 232 AC, 232 MV errors
frame=  900 fps= 15 q=17.2 Lsize=    1755kB time=60.00 bitrate= 239.6kbits/s
video:1741kB audio:0kB global headers:0kB muxing overhead 0.818326%


PS:
J posted this my problem at [EMAIL PROTECTED] without response.
Please help me!!!!

----------
messages: 3240
nosy: santel
priority: normal
status: new
substatus: new
title: Saved .flv file don't play correctly
type: bug

______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue645>
______________________________________________________

Reply via email to