Actually, while sending data, I am fragmenting my VOP of around 4000-5000 bytes to parts of 1400 bytes each and then I am sending that with same timestamp till all fragments are sent.
While playing on VLC, i am getting proper video on top 30% of the screen and remaining part is not proper.
At last there is log-trace from VLC player,
Can anyone please help me that whether i am fragmenting frames correctly? or should I do something else? I am also adding PES header while sending first frame. in PES header, I am putting size as whole frame. Is it correct?
I am not getting what should i do for
illegal dc vlc
or
Error at MB:
kind of messeges?
should I send mpeg4es data directly like this or should I wrap it in mpeg2ts? Please help me as I am new to this field.
Thanks in advance,
Digish
Code: Select all
main debug: creating new input thread
main debug: waiting for thread completion
main debug: thread 3968 (input) created at priority 1 (input/input.c:265)
main debug: `udp://@' gives access `udp' demux `' path `@'
main debug: creating demux: access='udp' demux='' path='@'
main debug: looking for access_demux module: 0 candidates
main warning: no access_demux module matched "udp"
main debug: creating access 'udp' path='@'
main debug: looking for access2 module: 6 candidates
access_udp debug: opening server=:0 local=:1234
main debug: net: connecting to '[]:0@[]:1234'
main debug: looking for network module: 1 candidate
ipv6 warning: cannot create socket (Winsock error 10047)
main debug: using network module "ipv6"
main debug: removing module "ipv6"
main debug: looking for network module: 1 candidate
ipv4 debug: resolving :1234...
ipv4 debug: resolving :0...
main debug: using network module "ipv4"
main debug: removing module "ipv4"
main debug: using access2 module "access_udp"
main debug: pre buffering
access_udp debug: no RTP header detected
main debug: creating demux: access='udp' demux='' path='@'
main debug: looking for demux2 module: 45 candidates
ffmpeg debug: detected format: m4v
main debug: selecting program id=0
ffmpeg debug: adding es: video codec = DIVX
ffmpeg debug: AVFormat supported stream
ffmpeg debug: - format = m4v (raw MPEG4 video format)
ffmpeg debug: - start time = -1
ffmpeg debug: - duration = -1
main debug: using demux2 module "ffmpeg"
main debug: looking for a subtitle file in C:\Program Files\VideoLAN\VLC\
main debug: looking for decoder module: 28 candidates
ffmpeg debug: libavcodec initialized (interface 3349504 )
ffmpeg debug: postprocessing disabled
ffmpeg debug: using direct rendering
ffmpeg debug: ffmpeg codec (MPEG-4 Video) started
main debug: using decoder module "ffmpeg"
main debug: thread 4088 (decoder) created at priority 0 (input/decoder.c:159)
access_udp warning: unimplemented query in control
main debug: `udp://@' successfully opened
main debug: no usable vout present, spawning one
main debug: window size: 640x480
main debug: looking for video output module: 6 candidates
vout_directx debug: creating DirectXEventThread
main debug: waiting for thread completion
vout_directx debug: DirectXCreateWindow
vout_directx debug: created video sub-window
main debug: thread 4148 (DirectX Events Thread) created at priority 0 (directx.c:278)
vout_directx debug: DirectXEventThread running
vout_directx debug: DirectXInitDDraw
vout_directx debug: directx-device:
vout_directx debug: DirectXEnumCallback: Primary Display Driver, display
vout_directx debug: DirectXEnumCallback: ATI Radeon Xpress 1150 Series, \\.\DISPLAY1
vout_directx debug: selecting ATI Radeon Xpress 1150 Series, \\.\DISPLAY1
vout_directx debug: screen dimensions (0x0,1024x768)
vout_directx debug: DirectDraw Capabilities: overlay=1 yuvoverlay=1 can_deinterlace_overlay=1 colorkey=1 stretch=1 bltfourcc=1
vout_directx debug: End DirectXInitDDraw
vout_directx debug: DirectXCreateDisplay
vout_directx debug: DirectXCreateClipper
vout_directx debug: disabling screen saver
main debug: using video output module "vout_directx"
main debug: waiting for thread completion
vout_directx debug: NewPictureVec overlay:yes chroma:YV12
vout_directx debug: YUV overlay created successfully
vout_directx debug: End NewPictureVec (succeeded)
main debug: got 1 direct buffer(s)
main debug: picture in 640x480 (0,0,640x480), chroma I420, ar 4:3, sar 1:1
main debug: picture user 640x480 (0,0,640x480), chroma I420, ar 4:3, sar 1:1
main debug: picture out 640x480 (0,0,640x480), chroma I420, ar 4:3, sar 1:1
main debug: direct render, mapping render pictures 0-6 to system pictures 1-7
main debug: thread 4184 (video output) created at priority 1 (video_output/video_output.c:421)
ffmpeg warning: illegal dc vlc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 302
(mpeg4@00C24080)
ffmpeg debug: concealing 954 DC, 954 AC, 954 MV errors
(mpeg4@00C24080)
ffmpeg warning: header damaged
(mpeg4@00C24080)
ffmpeg warning: cannot decode one frame (24 bytes)
main debug: Registering subpicture channel, ID: 2
main debug: Registering subpicture channel, ID: 3
main debug: Registering subpicture channel, ID: 4
main debug: Registering subpicture channel, ID: 5
ffmpeg warning: Error at MB: 447
(mpeg4@00C24080)
ffmpeg debug: concealing 819 DC, 819 AC, 819 MV errors
(mpeg4@00C24080)
ffmpeg warning: illegal dc vlc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 709
(mpeg4@00C24080)
ffmpeg debug: concealing 564 DC, 564 AC, 564 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 26 4
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 190
(mpeg4@00C24080)
ffmpeg debug: concealing 1064 DC, 1064 AC, 1064 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 32 6
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 278
(mpeg4@00C24080)
ffmpeg debug: concealing 984 DC, 984 AC, 984 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 29 5
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 234
(mpeg4@00C24080)
ffmpeg debug: concealing 1021 DC, 1021 AC, 1021 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 14 24
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 998
(mpeg4@00C24080)
ffmpeg debug: concealing 279 DC, 279 AC, 279 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 14 5
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 219
(mpeg4@00C24080)
ffmpeg debug: concealing 1036 DC, 1036 AC, 1036 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 18 13
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 551
(mpeg4@00C24080)
ffmpeg debug: concealing 716 DC, 716 AC, 716 MV errors
(mpeg4@00C24080)
ffmpeg warning: header damaged
(mpeg4@00C24080)
ffmpeg warning: cannot decode one frame (41 bytes)
ffmpeg warning: ac-tex damaged at 21 10
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 431
(mpeg4@00C24080)
ffmpeg debug: concealing 833 DC, 833 AC, 833 MV errors
(mpeg4@00C24080)
ffmpeg warning: 1. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 435
(mpeg4@00C24080)
ffmpeg debug: concealing 835 DC, 835 AC, 835 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 28 3
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 151
(mpeg4@00C24080)
ffmpeg debug: concealing 1102 DC, 1102 AC, 1102 MV errors
(mpeg4@00C24080)
ffmpeg warning: I cbpy damaged at 26 22
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 928
(mpeg4@00C24080)
ffmpeg debug: concealing 364 DC, 364 AC, 364 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 16 6
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 262
(mpeg4@00C24080)
ffmpeg debug: concealing 993 DC, 993 AC, 993 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (141000)
ffmpeg warning: Error at MB: 448
(mpeg4@00C24080)
ffmpeg debug: concealing 821 DC, 821 AC, 821 MV errors
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 514
(mpeg4@00C24080)
ffmpeg debug: concealing 763 DC, 763 AC, 763 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (133000)
main warning: late picture skipped (93000)
ffmpeg warning: ac-tex damaged at 13 21
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 874
(mpeg4@00C24080)
ffmpeg debug: concealing 402 DC, 402 AC, 402 MV errors
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 431
(mpeg4@00C24080)
ffmpeg debug: concealing 845 DC, 845 AC, 845 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (84000)
main warning: late picture skipped (44000)
ffmpeg warning: ac-tex damaged at 9 20
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 829
(mpeg4@00C24080)
ffmpeg debug: concealing 450 DC, 450 AC, 450 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 5 11
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 456
(mpeg4@00C24080)
ffmpeg debug: concealing 813 DC, 813 AC, 813 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (35000)
ffmpeg warning: header damaged
(mpeg4@00C24080)
ffmpeg warning: cannot decode one frame (12 bytes)
ffmpeg warning: ac-tex damaged at 18 20
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 838
(mpeg4@00C24080)
ffmpeg debug: concealing 433 DC, 433 AC, 433 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 27 10
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 437
(mpeg4@00C24080)
ffmpeg debug: concealing 824 DC, 824 AC, 824 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (946000)
main warning: late picture skipped (906000)
ffmpeg warning: header damaged
(mpeg4@00C24080)
ffmpeg warning: cannot decode one frame (40 bytes)
ffmpeg warning: ac-tex damaged at 38 11
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 489
(mpeg4@00C24080)
ffmpeg debug: concealing 783 DC, 783 AC, 783 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 3 22
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 905
(mpeg4@00C24080)
ffmpeg debug: concealing 380 DC, 380 AC, 380 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (898000)
main warning: late picture skipped (858000)
main warning: late picture skipped (818000)
ffmpeg warning: ac-tex damaged at 37 11
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 488
(mpeg4@00C24080)
ffmpeg debug: concealing 777 DC, 777 AC, 777 MV errors
(mpeg4@00C24080)
ffmpeg warning: cbpc damaged at 8 11
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 459
(mpeg4@00C24080)
ffmpeg debug: concealing 809 DC, 809 AC, 809 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (809000)
main warning: late picture skipped (769000)
ffmpeg warning: 1. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 202
(mpeg4@00C24080)
ffmpeg debug: concealing 1051 DC, 1051 AC, 1051 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (760000)
ffmpeg warning: ac-tex damaged at 9 8
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 337
(mpeg4@00C24080)
ffmpeg debug: concealing 933 DC, 933 AC, 933 MV errors
(mpeg4@00C24080)
ffmpeg warning: I cbpy damaged at 30 9
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 399
(mpeg4@00C24080)
ffmpeg debug: concealing 885 DC, 885 AC, 885 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (751000)
main warning: late picture skipped (711000)
ffmpeg warning: ac-tex damaged at 15 7
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 302
(mpeg4@00C24080)
ffmpeg debug: concealing 965 DC, 965 AC, 965 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 3 5
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 208
(mpeg4@00C24080)
ffmpeg debug: concealing 1048 DC, 1048 AC, 1048 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (703000)
main warning: late picture skipped (678000)
ffmpeg warning: 2. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 159
(mpeg4@00C24080)
ffmpeg debug: concealing 1093 DC, 1093 AC, 1093 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (670000)
main warning: late picture skipped (630000)
ffmpeg warning: ac-tex damaged at 27 8
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 355
(mpeg4@00C24080)
ffmpeg debug: concealing 909 DC, 909 AC, 909 MV errors
(mpeg4@00C24080)
ffmpeg warning: 2. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 318
(mpeg4@00C24080)
ffmpeg debug: concealing 939 DC, 939 AC, 939 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (621000)
ffmpeg warning: ac-tex damaged at 17 8
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 345
(mpeg4@00C24080)
ffmpeg debug: concealing 915 DC, 915 AC, 915 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 10 8
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 338
(mpeg4@00C24080)
ffmpeg debug: concealing 936 DC, 936 AC, 936 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (612000)
main warning: late picture skipped (572000)
main warning: late picture skipped (563000)
ffmpeg warning: ac-tex damaged at 20 8
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 348
(mpeg4@00C24080)
ffmpeg debug: concealing 917 DC, 917 AC, 917 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 38 9
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 407
(mpeg4@00C24080)
ffmpeg debug: concealing 876 DC, 876 AC, 876 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1867000)
ffmpeg warning: 2. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 300
(mpeg4@00C24080)
ffmpeg debug: concealing 994 DC, 994 AC, 994 MV errors
(mpeg4@00C24080)
ffmpeg warning: 1. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 295
(mpeg4@00C24080)
ffmpeg debug: concealing 1013 DC, 1013 AC, 1013 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1858000)
main warning: late picture skipped (1818000)
ffmpeg warning: 2. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 408
(mpeg4@00C24080)
ffmpeg debug: concealing 910 DC, 910 AC, 910 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1841000)
ffmpeg warning: ac-tex damaged at 23 9
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 392
(mpeg4@00C24080)
ffmpeg debug: concealing 866 DC, 866 AC, 866 MV errors
(mpeg4@00C24080)
ffmpeg warning: 1. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 458
(mpeg4@00C24080)
ffmpeg debug: concealing 849 DC, 849 AC, 849 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1832000)
main warning: late picture skipped (1792000)
ffmpeg warning: ac-tex damaged at 29 17
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 726
(mpeg4@00C24080)
ffmpeg debug: concealing 583 DC, 583 AC, 583 MV errors
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 883
(mpeg4@00C24080)
ffmpeg debug: concealing 449 DC, 449 AC, 449 MV errors
(mpeg4@00C24080)
ffmpeg warning: 1. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 435
(mpeg4@00C24080)
ffmpeg debug: concealing 860 DC, 860 AC, 860 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1783000)
main warning: late picture skipped (1743000)
main warning: late picture skipped (1703000)
ffmpeg warning: ac-tex damaged at 1 14
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 575
(mpeg4@00C24080)
ffmpeg debug: concealing 727 DC, 727 AC, 727 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1695000)
ffmpeg warning: ac-tex damaged at 11 14
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 585
(mpeg4@00C24080)
ffmpeg warning: marker does not match f_code
(mpeg4@00C24080)
ffmpeg debug: concealing 721 DC, 721 AC, 721 MV errors
(mpeg4@00C24080)
ffmpeg warning: 2. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 444
(mpeg4@00C24080)
ffmpeg debug: concealing 883 DC, 883 AC, 883 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1686000)
main warning: late picture skipped (1646000)
ffmpeg warning: ac-tex damaged at 16 14
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 590
(mpeg4@00C24080)
ffmpeg debug: concealing 691 DC, 691 AC, 691 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1637000)
main warning: late picture skipped (1628000)
ffmpeg warning: ac-tex damaged at 27 9
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 396
(mpeg4@00C24080)
ffmpeg debug: concealing 882 DC, 882 AC, 882 MV errors
(mpeg4@00C24080)
ffmpeg warning: illegal dc vlc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 374
(mpeg4@00C24080)
ffmpeg debug: concealing 887 DC, 887 AC, 887 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1635000)
ffmpeg warning: ac-tex damaged at 38 6
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 284
(mpeg4@00C24080)
ffmpeg debug: concealing 973 DC, 973 AC, 973 MV errors
(mpeg4@00C24080)
ffmpeg warning: 2. marker bit missing in 3. esc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 76
(mpeg4@00C24080)
ffmpeg debug: concealing 1174 DC, 1174 AC, 1174 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1626000)
main warning: late picture skipped (1586000)
ffmpeg warning: Error at MB: 265
(mpeg4@00C24080)
ffmpeg debug: concealing 993 DC, 993 AC, 993 MV errors
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 226
(mpeg4@00C24080)
ffmpeg debug: concealing 1032 DC, 1032 AC, 1032 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1609000)
main warning: late picture skipped (1569000)
ffmpeg warning: ac-tex damaged at 7 12
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 499
(mpeg4@00C24080)
ffmpeg debug: concealing 762 DC, 762 AC, 762 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 20 7
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 307
(mpeg4@00C24080)
ffmpeg debug: concealing 956 DC, 956 AC, 956 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 13 12
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 505
(mpeg4@00C24080)
ffmpeg debug: concealing 764 DC, 764 AC, 764 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1560000)
main warning: late picture skipped (1520000)
main warning: late picture skipped (1480000)
ffmpeg warning: Error at MB: 276
(mpeg4@00C24080)
ffmpeg debug: concealing 985 DC, 985 AC, 985 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 8 13
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 541
(mpeg4@00C24080)
ffmpeg debug: concealing 732 DC, 732 AC, 732 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1471000)
main warning: late picture skipped (1431000)
ffmpeg warning: ac-tex damaged at 34 6
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 280
(mpeg4@00C24080)
ffmpeg debug: concealing 976 DC, 976 AC, 976 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1423000)
ffmpeg warning: illegal dc vlc
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 226
(mpeg4@00C24080)
ffmpeg debug: concealing 1032 DC, 1032 AC, 1032 MV errors
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 195
(mpeg4@00C24080)
ffmpeg debug: concealing 1062 DC, 1062 AC, 1062 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1414000)
main warning: late picture skipped (1374000)
ffmpeg warning: ac-tex damaged at 30 3
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 153
(mpeg4@00C24080)
ffmpeg debug: concealing 1099 DC, 1099 AC, 1099 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1365000)
main warning: late picture skipped (1325000)
ffmpeg warning: Error at MB: 188
(mpeg4@00C24080)
ffmpeg debug: concealing 1068 DC, 1068 AC, 1068 MV errors
(mpeg4@00C24080)
ffmpeg warning: ac-tex damaged at 22 2
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 104
(mpeg4@00C24080)
ffmpeg debug: concealing 1147 DC, 1147 AC, 1147 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1410000)
ffmpeg warning: I cbpy damaged at 28 4
(mpeg4@00C24080)
ffmpeg warning: Error at MB: 192
(mpeg4@00C24080)
ffmpeg debug: concealing 1064 DC, 1064 AC, 1064 MV errors
(mpeg4@00C24080)
main warning: late picture skipped (1401000)
main warning: late picture skipped (1393000)