Opened 10 years ago

Closed 9 years ago

#3503 closed defect (needs_more_info)

Need support regarding live encoding

Reported by: hemanth.he Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

hello,
I am using 3 live TV channels as source for my encoding using FFMPEG. FFMPEG throws errors in the input stream during encoding - logs given below. Is there a parameter/flag we can pass in to FFMPEG to ignore or drop the frames with errors? Also, the number of errors in the current channel seem to increase when we increase the total number of input streams/channels? when the errors increase we see more tiling on the screen and audio problems.

Here is FFmpeg command which is currently used

ffmpeg -re -err_detect careful -loglevel error -i udp://@239.2.1.110:1110?fifo_size=1000000&overrun_nonfatal=1 -map 0:p:1:0 -map 0:p:1:1 -r 29.98 -s 512x288 -vcodec h264 -profile:v main -preset fast -vf movie=/ftp/HLS/png//560kb.png [watermark]; [in][watermark] overlay=10:main_h-overlay_h-10 [out] -g 30 -aspect 16:9 -b:v 432k -minrate 432k -maxrate 432k -bufsize 432k -vol 512 -acodec aac -b:a 128k -ac 2 -ar 48000 -strict experimental -vsync 2 -flags -global_header -f ssegment -segment_time 7 -segment_wrap 30000 -segment_list NBC_512x288_main_560.m3u8 -segment_list_flags +live -segment_list_size 17 -segment_format mpegts NBC_512x288_main_560-%05d.ts -map 0:p:1:0 -map 0:p:1:1 -r 29.98 -s 640x360 -vcodec h264 -profile:v main -preset fast -vf movie=/ftp/HLS/png//664kb.png [watermark]; [in][watermark] overlay=10:main_h-overlay_h-10 [out] -g 30 -aspect 16:9 -b:v 536k -minrate 536k -maxrate 536k -bufsize 536k -vol 512 -acodec aac -b:a 128k -ac 2 -ar 48000 -strict experimental -vsync 2 -flags -global_header -f ssegment -segment_time 7 -segment_wrap 30000 -segment_list NBC_640x360_main_664.m3u8 -segment_list_flags +live -segment_list_size 17 -segment_format mpegts NBC_640x360_main_664-%05d.ts -map 0:p:1:0 -map 0:p:1:1 -r 29.98 -s 640x360 -vcodec h264 -profile:v main -preset fast -vf movie=/ftp/HLS/png//704kb.png [watermark]; [in][watermark] overlay=10:main_h-overlay_h-10 [out] -g 30 -aspect 16:9 -b:v 576k -minrate 576k -maxrate 576k -bufsize 576k -vol 512 -acodec aac -b:a 128k -ac 2 -ar 48000 -strict experimental -vsync 2 -flags -global_header -f ssegment -segment_time 7 -segment_wrap 30000 -segment_list NBC_640x360_main_704.m3u8 -segment_list_flags +live -segment_list_size 17 -segment_format mpegts NBC_640x360_main_704-%05d.ts -map 0:p:1:0 -map 0:p:1:1 -r 29.98 -s 960x540 -vcodec h264 -profile:v main -preset fast -vf movie=/ftp/HLS/png//1864kb.png [watermark]; [in][watermark] overlay=10:main_h-overlay_h-10 [out] -g 30 -aspect 16:9 -b:v 1736k -minrate 1736k -maxrate 1736k -bufsize 1736k -vol 512 -acodec aac -b:a 128k -ac 2 -ar 48000 -strict experimental -vsync 2 -flags -global_header -f ssegment -segment_time 7 -segment_wrap 30000 -segment_list NBC_960x540_main_1864.m3u8 -segment_list_flags +live -segment_list_size 17 -segment_format mpegts NBC_960x540_main_1864-%05d.ts

Here is the error log


214 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] Invalid frame dimensions 0x0.
3977 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in P Frame at 60 38
3978 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] Warning MVs not available
5932 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 80 13
5933 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] Warning MVs not available
6435 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 17 17
6438 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] Warning MVs not available
7855 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 37 13
7855 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 62 17
13964 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 25 35
15994 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] mb incr damaged
16026 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Last message repeated 1 times
16026 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
16062 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 46 18
16062 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] mb incr damaged
16126 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
16126 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
23063 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
23069 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
23069 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
23073 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 98 52
23073 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 63 54
25444 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 23 64
25565 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 60 19
25565 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 58 16
25568 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 12 22
25602 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 97 5
25637 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
25640 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
25640 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
25640 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
25673 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
25674 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
32592 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 84 44
32592 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 61 42
32906 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 21 17
32906 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 59 14
32943 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
32945 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
32946 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
32985 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 38 53
32985 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid cbp 0 at 116 49
35080 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 78 25
35081 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
35081 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 68 20
36315 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
36347 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
36445 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
36445 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
41958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 46
51424 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] mb incr damaged
54094 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
54200 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
54200 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
61491 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
63543 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 118 56
63585 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
63591 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
63592 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
72290 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
73062 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 47 67
73096 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
82647 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 88 62
92071 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 3 6
92072 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 99 8
92968 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] mb incr damaged
101576 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 51 57
102851 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 98 23
104086 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in P Frame at 19 52
108448 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
110991 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 30 10
111132 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
111133 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 19 9
111133 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 45 12
111134 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 73 6
113000 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 98 52
120402 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 56 67
120402 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 22 1
120402 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 2
120403 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 6 3
120403 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 4
120403 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 1 5
120403 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 6
120403 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 3 7
120403 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 8
120403 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 9
120403 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 5 10
120404 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 3 11
120404 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 14 12
120404 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 3 13
120404 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 8 14
120404 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 15
120404 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 9 16
120404 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 3 17
120404 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 18
120404 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 19
120405 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 20
120405 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 21
120405 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 22
120405 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 8 23
120405 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 24
120405 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 16 25
120405 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 6 26
120405 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 27
120405 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 28
120406 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 13 29
120406 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 6 30
120406 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 3 31
120406 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 24 32
120406 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 14 33
120406 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 5 34
120406 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 7 35
120406 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 38 36
120407 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 5 37
120407 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 1 38
120407 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 36 39
120407 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 40
120407 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 19 41
120407 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 14 42
120407 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 15 43
120407 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in P Frame at 5 44
120407 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 36 45
120408 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 19 46
120408 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 10 47
120408 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 5 48
120408 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 17 49
120408 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 7 50
120408 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 1 51
120408 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 15 52
120408 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 10 53
120408 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 4 54
120409 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
120409 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 1 56
120409 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 5 57
120409 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 1 58
120409 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 16 59
120409 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 1 60
120409 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 5 61
120409 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 22 62
120409 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in P Frame at 20 63
120410 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 5 64
120410 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 6 65
120410 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 10 66
120410 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
120561 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
121781 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 63 57
121781 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 19 50
123101 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 101 65
129375 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 38 64
129376 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 30 66
129440 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
129445 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
129445 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
132512 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 61 64
132512 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
132613 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
132619 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
132619 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
142159 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 2 64
142190 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
142195 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
142195 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
142196 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 23 1
142260 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
142263 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
142263 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
143021 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] mb incr damaged
146503 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
147019 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
147022 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
147022 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
148369 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 61 33
149065 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 46 10
149066 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 10 16
149067 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 6
158040 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
158138 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
158139 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
158549 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 71 52
158855 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in I Frame at 56 24
162936 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 35 34
168052 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 41 0
169286 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
169287 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 75 24
177465 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 60 20
177465 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 64 22
177558 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
177568 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
177568 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
177583 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in P Frame at 78 49
184925 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 113 34
184926 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 115 28
186988 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 92 58
187060 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
187067 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
187067 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
187072 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 98 37
194037 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 35 48
194039 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 5 51
194547 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 2 16
195742 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
195743 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 79 55
196505 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 2 58
196506 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 116 53
196777 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
196779 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
196779 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 45 17
196780 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 20 16
196835 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
196836 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
205347 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 113 20
206021 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 47 30
206088 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 116 6
206088 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in P Frame at 47 8
207357 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 29 48
212954 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 36 67
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 3
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 4
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 5
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 6
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 7
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 1 8
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 9
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 10
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 11
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 12
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 13
212955 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 14
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 15
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 3 16
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 14 17
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 18
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 1 19
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 20
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in B Frame at 8 21
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 1 22
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 3 23
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 24
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 25
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 26
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 27
212956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 28
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 29
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in B Frame at 6 30
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 31
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 32
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 3 33
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 1 34
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 35
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 36
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 37
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 38
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 39
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 40
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 41
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 42
212957 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 43
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 11 44
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 1 45
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 46
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 47
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 4 48
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 49
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 50
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 51
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 52
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 53
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 54
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 29 55
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 57
212958 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 4 58
212959 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 59
212959 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 60
212959 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 61
212959 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 62
212959 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 11 63
212959 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 4 64
212959 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 3 65
212959 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 5 66
212959 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 0 67
215539 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid cbp 0 at 90 7
218172 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 24 33
218172 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
222896 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 32 39
222896 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in I Frame at 65 40
225140 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 46
225140 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
232442 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 56 66
232442 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] mb incr damaged
232550 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 8 19
232551 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] mb incr damaged
234457 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in B Frame at 55 33
234751 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
234781 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 76 32
234844 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
234845 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
241923 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skipped MB in I frame at 10 27
243316 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 88 51
243317 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 118 57
243357 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
243384 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
243384 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
251425 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 11 18
251492 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
251498 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
251498 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
253528 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in P Frame at 114 30
253528 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 74 27
253563 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
253594 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
253594 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
260503 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 64 30
260503 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 82 33
262283 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 33 31
262975 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid cbp -1 at 19 44
262975 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 39 31
262975 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
262977 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 87 39
263002 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
263007 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 2 64
263068 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
263068 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
273028 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 19 7
281990 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 44 34
281990 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in B Frame at 105 36
281990 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in B Frame at 4 31
282060 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
282155 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
282155 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
292844 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 10 9
292971 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
292974 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
292974 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
293143 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 66 50
298475 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in I Frame at 85 58
298609 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
298612 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
298612 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
302310 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 79 42
303519 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 99 27
308015 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 62 11
308016 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 31 13
308017 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] mb incr damaged
308117 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
308119 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
308119 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
310484 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skipped MB in I frame at 91 2
310596 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 16 2
310596 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] mb incr damaged
310596 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 78 6
310690 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 103 52
311828 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 111 48
312956 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
313055 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
313055 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
319300 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] mb incr damaged
322730 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
322733 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
322733 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
329511 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skipped MB in I frame at 52 4
329511 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 90 38
332974 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
332980 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
332980 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
332987 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
336623 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
336629 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
336629 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
338314 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 117 26
338314 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 81 28
338991 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 55 56
339077 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
339080 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
339080 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
340084 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 51 12
340498 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 24 47
340499 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 79 40
340500 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 1 43
341625 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 20 3
341662 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
341667 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
341667 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
347725 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in P Frame at 76 62
347726 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 6 59
347822 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
347824 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
347824 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
348501 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 55 52
348501 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
348798 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
348859 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
348859 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
349863 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skip with previntra
349915 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame CRC mismatch
350008 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [ac3 @ 0x2282120] frame sync error
350008 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : Error while decoding stream #0:3: Invalid data found when processing input
355937 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] slice mismatch
355938 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] 00 motion_type at 62 42
357237 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] ac-tex damaged at 12 26
357238 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] invalid mb type in P Frame at 35 24
358043 [main] DEBUG com.ivz.streamer.FFmpegStreamer - Stream from process : [mpeg2video @ 0x2280b00] skipped MB in I frame at 47 27

Change History (9)

comment:1 by Carl Eugen Hoyos, 10 years ago

Priority: importantnormal

If you are reporting a bug, please provide the complete, uncut console output of your failing command line.
If you need support, please read http://ffmpeg.org/contact.html

comment:2 by Carl Eugen Hoyos, 10 years ago

Resolution: needs_more_info
Status: newclosed

Please reopen this ticket if you can add the missing information.

comment:3 by hemanth.he, 10 years ago

here is my uncut console output.

Encoded video will have more tiling on the screen and audio problems. I have checked source stream, it won't have any problem.


[root@localhost HlsStreamer]# ffmpeg -loglevel info -i "udp://@239.1.1.9:1009?fifo_size=1000000&overrun_nonfatal=1" -map 0:p:1:0 -map 0:p:1:1 -vcodec h264 -acodec aac -strict experimental -f mpegts udp://10.130.56.225:12345
ffmpeg version 2.1.3- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2013 the FFmpeg developers

built on Jan 22 2014 19:50:14 with gcc 4.8 (Debian 4.8.2-14)
configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --disable-ffserver
libavutil 52. 48.101 / 52. 48.101
libavcodec 55. 39.101 / 55. 39.101
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 90.100 / 3. 90.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100

[mpeg2video @ 0x4049980] Invalid frame dimensions 0x0.

Last message repeated 3 times

[mpeg2video @ 0x404ea80] Invalid frame dimensions 0x0.

Last message repeated 1 times

[mpeg2video @ 0x4044ea0] Invalid frame dimensions 0x0.
[mpeg2video @ 0x4049980] Invalid frame dimensions 0x0.

Last message repeated 1 times

[mpeg2video @ 0x404ea80] Invalid frame dimensions 0x0.
[mpeg2video @ 0x4049980] Invalid frame dimensions 0x0.
[mpeg2video @ 0x4044ea0] Invalid frame dimensions 0x0.

Last message repeated 1 times

[mpeg2video @ 0x4049980] Invalid frame dimensions 0x0.

Last message repeated 2 times

[mpeg2video @ 0x404ea80] Invalid frame dimensions 0x0.
[mpeg2video @ 0x4044ea0] Invalid frame dimensions 0x0.
[mpeg2video @ 0x404ea80] Invalid frame dimensions 0x0.
[mpeg2video @ 0x4049980] Invalid frame dimensions 0x0.

Last message repeated 2 times

[mpeg2video @ 0x404ea80] Invalid frame dimensions 0x0.
[mpeg2video @ 0x4049980] Invalid frame dimensions 0x0.

Last message repeated 2 times

[mpeg2video @ 0x4044ea0] Invalid frame dimensions 0x0.
[mpeg2video @ 0x404ea80] Invalid frame dimensions 0x0.
[mpeg2video @ 0x4044ea0] Invalid frame dimensions 0x0.

Last message repeated 1 times

[mpeg2video @ 0x4049980] Invalid frame dimensions 0x0.

Last message repeated 1 times

[mpeg2video @ 0x404ea80] Invalid frame dimensions 0x0.
[mpeg2video @ 0x4049980] Invalid frame dimensions 0x0.
[mpeg2video @ 0x4044ea0] Invalid frame dimensions 0x0.

Last message repeated 2 times

[mpeg2video @ 0x4049980] Invalid frame dimensions 0x0.
[mpeg2video @ 0x4044ea0] Invalid frame dimensions 0x0.

Last message repeated 3 times

[mpegts @ 0x401e600] Stream #2: not enough frames to estimate rate; consider increasing probesize
[mpegts @ 0x401e600] Stream #8: not enough frames to estimate rate; consider increasing probesize
[mpegts @ 0x401e600] Stream #9: not enough frames to estimate rate; consider increasing probesize
[mpegts @ 0x401e600] Could not find codec parameters for stream 2 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x401e600] Could not find codec parameters for stream 8 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpegts @ 0x401e600] Could not find codec parameters for stream 9 (Unknown: none ([134][0][0][0] / 0x0086)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, mpegts, from 'udp://@239.1.1.9:1009?fifo_size=1000000&overrun_nonfatal=1':

Duration: N/A, start: 9323.116733, bitrate: 1152 kb/s
Program 1

Stream #0:0[0x81f]: Video: mpeg2video (Main) ([128][0][0][0] / 0x0080), yuv420p(tv), 1920x1080 [SAR 1:1 DAR 16:9], max. 20000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Stream #0:1[0x81e]: Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, 5.1(side), fltp, 384 kb/s
Stream #0:2[0x81d]: Unknown: none ([134][0][0][0] / 0x0086)

Program 2

Stream #0:6[0x81b]: Video: mpeg2video (Main) ([128][0][0][0] / 0x0080), yuv420p(tv), 1920x1080 [SAR 1:1 DAR 16:9], max. 20000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Stream #0:7[0x81a]: Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, 5.1(side), fltp, 384 kb/s
Stream #0:8[0x819]: Unknown: none ([134][0][0][0] / 0x0086)

Program 3

Stream #0:4[0x817]: Video: mpeg2video (Main) ([128][0][0][0] / 0x0080), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], max. 20000 kb/s, 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc
Stream #0:5[0x816](eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s
Stream #0:3[0x815](spa): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s
Stream #0:9[0x814]: Unknown: none ([134][0][0][0] / 0x0086)

[libx264 @ 0x4048e40] using SAR=1/1
[libx264 @ 0x4048e40] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
[libx264 @ 0x4048e40] profile High, level 4.0
Output #0, mpegts, to 'udp://10.130.56.225:12345':

Metadata:

encoder : Lavf55.19.104
Stream #0:0: Video: h264 (libx264), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=-1--1, 90k tbn, 29.97 tbc
Stream #0:1: Audio: aac, 48000 Hz, 5.1(side), fltp, 128 kb/s

Stream mapping:

Stream #0:0 -> #0:0 (mpeg2video -> libx264)
Stream #0:1 -> #0:1 (ac3 -> aac)

Press [q] to stop, ? for help
[mpeg2video @ 0x4044ea0] invalid mb type in B Frame at 109 46
[mpeg2video @ 0x4044ea0] Warning MVs not available
[mpeg2video @ 0x4044ea0] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpegts @ 0x401e600] PES packet size mismatch

Last message repeated 1 times

[adts @ 0x5063520] Encoder did not produce proper pts, making some up.0.0kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 49 3500:00:22.99 bitrate=3385.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] Warning MVs not available
[mpeg2video @ 0x4044ea0] concealing 960 DC, 960 AC, 960 MV errors in B frame
[mpegts @ 0x401e600] PES packet size mismatch
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] mb incr damagedkB time=00:00:29.23 bitrate=3539.0kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] invalid mb type in P Frame at 23 27
[mpeg2video @ 0x4044ea0] concealing 305 DC, 305 AC, 305 MV errors in P frame
[mpeg2video @ 0x4044ea0] mb incr damagedkB time=00:00:38.60 bitrate=4111.7kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] Warning MVs not available
[mpeg2video @ 0x4044ea0] concealing 184 DC, 184 AC, 184 MV errors in P frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 73 5200:00:50.63 bitrate=4285.4kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 31 45
[mpeg2video @ 0x4044ea0] concealing 480 DC, 480 AC, 480 MV errors in B frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 69 6500:00:57.22 bitrate=4376.3kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 91 54
[mpeg2video @ 0x4044ea0] 00 motion_type at 34 50
[mpeg2video @ 0x4044ea0] concealing 1560 DC, 1560 AC, 1560 MV errors in B frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 48 6100:01:15.89 bitrate=4394.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 120 DC, 120 AC, 120 MV errors in P frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 26 4800:01:16.34 bitrate=4405.6kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 37 45
[mpeg2video @ 0x4044ea0] 00 motion_type at 45 41
[mpeg2video @ 0x4044ea0] concealing 798 DC, 798 AC, 798 MV errors in B frame
[mpegts @ 0x401e600] PES packet size mismatch
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] 00 motion_type at 60 3400:01:44.72 bitrate=5004.7kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 67 38
[mpeg2video @ 0x4044ea0] concealing 480 DC, 480 AC, 480 MV errors in B frame
[mpegts @ 0x401e600] PES packet size mismatchme=00:02:32.23 bitrate=5650.2kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 2 34
[mpeg2video @ 0x4044ea0] concealing 1337 DC, 1337 AC, 1337 MV errors in B frame
[ac3 @ 0x4045900] frame CRC mismatch5379kB time=00:02:32.68 bitrate=5654.0kbits/s dup=25 drop=0
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpegts @ 0x401e600] PES packet size mismatchme=00:02:34.80 bitrate=5649.8kbits/s dup=25 drop=0
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error107512kB time=00:02:35.27 bitrate=5672.1kbits/s dup=25 drop=0
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] ac-tex damaged at 48 3800:03:10.22 bitrate=5855.3kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] skipped MB in I frame at 95 34
[mpeg2video @ 0x4044ea0] concealing 434 DC, 434 AC, 434 MV errors in I frame
[mpeg2video @ 0x4044ea0] concealing 201 DC, 201 AC, 201 MV errors in B frameits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 47 3700:03:19.97 bitrate=5822.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] invalid mb type in B Frame at 94 28
[mpeg2video @ 0x4044ea0] 00 motion_type at 57 21
[mpeg2video @ 0x4044ea0] concealing 2160 DC, 2160 AC, 2160 MV errors in B frame
[mpeg2video @ 0x4044ea0] invalid mb type in I Frame at 69 61bitrate=5819.7kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 220 DC, 220 AC, 220 MV errors in I frame
[mpegts @ 0x401e600] PES packet size mismatch
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] ac-tex damaged at 76 2400:04:20.72 bitrate=5892.1kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 93 DC, 93 AC, 93 MV errors in I frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 64 5500:04:55.11 bitrate=5957.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 102 56
[mpeg2video @ 0x4044ea0] concealing 292 DC, 292 AC, 292 MV errors in I frame
[mpegts @ 0x401e600] PES packet size mismatch
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] 00 motion_type at 60 10
[mpeg2video @ 0x4044ea0] 00 motion_type at 59 12
[mpeg2video @ 0x4044ea0] 00 motion_type at 79 5
[mpeg2video @ 0x4044ea0] concealing 448 DC, 448 AC, 448 MV errors in P frame
[mpeg2video @ 0x4044ea0] concealing 539 DC, 539 AC, 539 MV errors in B frameits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 75 6600:05:23.37 bitrate=5979.7kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 93 60
[mpeg2video @ 0x4044ea0] concealing 744 DC, 744 AC, 744 MV errors in P frame
[mpegts @ 0x401e600] PES packet size mismatch
[ac3 @ 0x4045900] frame CRC mismatch
[mpeg2video @ 0x4044ea0] invalid mb type in B Frame at 101 2
[mpeg2video @ 0x4044ea0] concealing 240 DC, 240 AC, 240 MV errors in B frame
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] concealing 76 DC, 76 AC, 76 MV errors in I frame2kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 9 DC, 9 AC, 9 MV errors in I frame26.6kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] skipped MB in I frame at 41 101.54 bitrate=6043.5kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 120 DC, 120 AC, 120 MV errors in I frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 112 220:07:07.97 bitrate=6058.7kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 360 DC, 360 AC, 360 MV errors in B frame
[mpeg2video @ 0x4044ea0] concealing 263 DC, 263 AC, 263 MV errors in B frameits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 40 4800:07:46.16 bitrate=6104.7kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 41 56
[mpeg2video @ 0x4044ea0] 00 motion_type at 29 44
[mpeg2video @ 0x4044ea0] concealing 625 DC, 625 AC, 625 MV errors in P frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 3 48=00:07:55.44 bitrate=6081.5kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 286 DC, 286 AC, 286 MV errors in P frame
[mpegts @ 0x401e600] PES packet size mismatchme=00:08:14.51 bitrate=6051.0kbits/s dup=25 drop=0
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpegts @ 0x401e600] PES packet size mismatchme=00:08:36.13 bitrate=6070.7kbits/s dup=25 drop=0
[ac3 @ 0x4045900] frame CRC mismatch
[mpeg2video @ 0x4044ea0] ac-tex damaged at 34 45
[mpeg2video @ 0x4044ea0] 00 motion_type at 55 41
[mpeg2video @ 0x4044ea0] concealing 354 DC, 354 AC, 354 MV errors in P frame
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] ac-tex damaged at 51 6100:08:55.30 bitrate=6310.2kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 96 58
[mpeg2video @ 0x4044ea0] concealing 720 DC, 720 AC, 720 MV errors in B frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 119 0
[mpeg2video @ 0x4044ea0] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 3 41=00:09:10.64 bitrate=6571.2kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 170 DC, 170 AC, 170 MV errors in P frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 24 1900:09:24.61 bitrate=6601.9kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 305 DC, 305 AC, 305 MV errors in I frame
[mpegts @ 0x401e600] PES packet size mismatchme=00:10:35.65 bitrate=6658.6kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 62 25
[mpeg2video @ 0x4044ea0] 00 motion_type at 36 29
[mpeg2video @ 0x4044ea0] 00 motion_type at 119 20
[mpeg2video @ 0x4044ea0] concealing 1565 DC, 1565 AC, 1565 MV errors in B frame
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] 00 motion_type at 48 6300:12:12.26 bitrate=6520.5kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 85 58
[mpeg2video @ 0x4044ea0] concealing 480 DC, 480 AC, 480 MV errors in B frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 49 3=00:12:44.56 bitrate=6475.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 600 DC, 600 AC, 600 MV errors in B frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 40 1000:13:09.16 bitrate=6412.3kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] skipped MB in I frame at 115 11
[mpeg2video @ 0x4044ea0] concealing 294 DC, 294 AC, 294 MV errors in I frame
[mpeg2video @ 0x4044ea0] invalid mb type in I Frame at 91 7 bitrate=6392.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 198 DC, 198 AC, 198 MV errors in I frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 74 4700:13:46.28 bitrate=6347.9kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 220 DC, 220 AC, 220 MV errors in P frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 93 6200:13:56.58 bitrate=6321.3kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 101 450:14:05.97 bitrate=6284.6kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 360 DC, 360 AC, 360 MV errors in B frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 56 7=00:14:24.98 bitrate=6203.7kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 79 1=00:15:12.36 bitrate=6120.9kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 90 DC, 90 AC, 90 MV errors in I frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 83 1000:15:14.92 bitrate=6114.5kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 392 DC, 392 AC, 392 MV errors in P frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 106 260:15:22.02 bitrate=6093.9kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 480 DC, 480 AC, 480 MV errors in B frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 64 1400:15:25.67 bitrate=6081.2kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 8 10
[mpeg2video @ 0x4044ea0] ac-tex damaged at 82 11
[mpeg2video @ 0x4044ea0] concealing 740 DC, 740 AC, 740 MV errors in P frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 8 54=00:15:59.70 bitrate=6018.7kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 82 7=00:16:35.73 bitrate=6015.9kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 67 0=00:16:40.46 bitrate=6017.3kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 225 DC, 225 AC, 225 MV errors in P frame
[mpeg2video @ 0x4044ea0] concealing 424 DC, 424 AC, 424 MV errors in P frameits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 7 21=00:18:22.48 bitrate=6107.2kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 107 24
[mpeg2video @ 0x4044ea0] concealing 479 DC, 479 AC, 479 MV errors in P frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 38 3600:18:31.72 bitrate=6134.1kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 97 38
[mpeg2video @ 0x4044ea0] concealing 556 DC, 556 AC, 556 MV errors in P frame
[mpeg2video @ 0x4044ea0] invalid mb type in I Frame at 88 33bitrate=6150.3kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 201 DC, 201 AC, 201 MV errors in I frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 67 4600:19:18.57 bitrate=6114.4kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 120 DC, 120 AC, 120 MV errors in P frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 22 5200:20:15.85 bitrate=6152.1kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 350 DC, 350 AC, 350 MV errors in B frame
[mpegts @ 0x401e600] PES packet size mismatchme=00:20:54.67 bitrate=6152.0kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] skipped MB in I frame at 3 28
[mpeg2video @ 0x4044ea0] concealing 120 DC, 120 AC, 120 MV errors in I frame
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpegts @ 0x401e600] PES packet size mismatchme=00:21:45.71 bitrate=6241.7kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] 00 motion_type at 72 56
[mpeg2video @ 0x4044ea0] concealing 230 DC, 230 AC, 230 MV errors in P frame
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] 00 motion_type at 98 5200:22:04.94 bitrate=6238.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 442 DC, 442 AC, 442 MV errors in B frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 26 5500:22:10.60 bitrate=6245.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 120 DC, 120 AC, 120 MV errors in B frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 101 550:22:20.97 bitrate=6249.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] invalid mb type in I Frame at 100 54
[mpeg2video @ 0x4044ea0] concealing 257 DC, 257 AC, 257 MV errors in I frame
[mpeg2video @ 0x4044ea0] invalid mb type in I Frame at 15 54bitrate=6246.1kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 120 DC, 120 AC, 120 MV errors in I frame
[mpegts @ 0x401e600] PES packet size mismatch
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] invalid mb type in B Frame at 13 32bitrate=6245.2kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 38 23
[mpeg2video @ 0x4044ea0] concealing 1200 DC, 1200 AC, 1200 MV errors in B frame
[mpegts @ 0x401e600] PES packet size mismatch
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] 00 motion_type at 101 580:22:48.34 bitrate=6244.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 720 DC, 720 AC, 720 MV errors in B frame
[mpeg2video @ 0x4044ea0] invalid mb type in B Frame at 19 0
[mpeg2video @ 0x4044ea0] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 58 4500:22:58.09 bitrate=6246.5kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 113 41
[mpeg2video @ 0x4044ea0] concealing 408 DC, 408 AC, 408 MV errors in P frame
[mpeg2video @ 0x4044ea0] ac-tex damaged at 62 2=00:23:00.58 bitrate=6248.1kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 347 DC, 347 AC, 347 MV errors in P frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 4 31
[mpeg2video @ 0x4044ea0] concealing 613 DC, 613 AC, 613 MV errors in B frame
[mpeg2video @ 0x4044ea0] concealing 49 DC, 49 AC, 49 MV errors in P frame2kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] invalid cbp 0 at 28 46=00:24:13.90 bitrate=6289.6kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 120 DC, 120 AC, 120 MV errors in P frame
[mpegts @ 0x401e600] PES packet size mismatchme=00:26:05.93 bitrate=6316.9kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 32 9
[mpeg2video @ 0x4044ea0] concealing 120 DC, 120 AC, 120 MV errors in I frame
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] ac-tex damaged at 6 8e=00:26:36.42 bitrate=6285.3kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 627 DC, 627 AC, 627 MV errors in P frame
[mpeg2video @ 0x4044ea0] mb incr damagedkB time=00:27:52.33 bitrate=6287.8kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 240 DC, 240 AC, 240 MV errors in B frame
[mpeg2video @ 0x4044ea0] 00 motion_type at 2 29=00:27:54.95 bitrate=6287.3kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] concealing 120 DC, 120 AC, 120 MV errors in P frame
[mpeg2video @ 0x4044ea0] concealing 89 DC, 89 AC, 89 MV errors in B frame1kbits/s dup=25 drop=0
[mpeg2video @ 0x4044ea0] slice below image (79 >= 68):30.34 bitrate=6299.8kbits/s dup=25 drop=0
Error while decoding stream #0:0: Operation not permitted
[mpegts @ 0x401e600] PES packet size mismatch
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpeg2video @ 0x4044ea0] concealing 292 DC, 292 AC, 292 MV errors in B frameits/s dup=26 drop=0
[mpeg2video @ 0x4044ea0] skipped MB in I frame at 89 667.25 bitrate=6310.7kbits/s dup=26 drop=0
[mpeg2video @ 0x4044ea0] ac-tex damaged at 83 67
[mpeg2video @ 0x4044ea0] concealing 166 DC, 166 AC, 166 MV errors in I frame
[mpegts @ 0x401e600] PES packet size mismatchme=00:29:27.72 bitrate=6311.4kbits/s dup=26 drop=0
[ac3 @ 0x4045900] frame CRC mismatch
[mpeg2video @ 0x4044ea0] concealing 144 DC, 144 AC, 144 MV errors in B frame
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
[mpegts @ 0x401e600] PES packet size mismatchme=00:31:40.27 bitrate=6533.3kbits/s dup=26 drop=0
[mpeg2video @ 0x4044ea0] invalid mb type in P Frame at 65 64
[mpeg2video @ 0x4044ea0] concealing 106 DC, 106 AC, 106 MV errors in P frame
[ac3 @ 0x4045900] frame CRC mismatch
[ac3 @ 0x4045900] frame sync error
Error while decoding stream #0:1: Invalid data found when processing input
frame=57116 fps= 30 q=-1.0 Lsize= 1523012kB time=00:31:45.70 bitrate=6546.9kbits/s dup=26 drop=0
video:1374155kB audio:29845kB subtitle:0 global headers:0kB muxing overhead 8.476667%
[libx264 @ 0x4048e40] frame I:817 Avg QP:20.99 size: 95907
[libx264 @ 0x4048e40] frame P:30803 Avg QP:24.02 size: 34903
[libx264 @ 0x4048e40] frame B:25496 Avg QP:25.66 size: 9949
[libx264 @ 0x4048e40] consecutive B-frames: 29.4% 27.9% 15.7% 26.9%
[libx264 @ 0x4048e40] mb I I16..4: 21.1% 72.8% 6.2%
[libx264 @ 0x4048e40] mb P I16..4: 6.2% 12.2% 1.1% P16..4: 45.2% 7.5% 4.3% 0.0% 0.0% skip:23.5%
[libx264 @ 0x4048e40] mb B I16..4: 0.3% 0.5% 0.1% B16..8: 34.9% 1.9% 0.3% direct: 2.4% skip:59.7% L0:43.9% L1:52.4% BI: 3.7%
[libx264 @ 0x4048e40] 8x8 transform intra:63.6% inter:90.4%
[libx264 @ 0x4048e40] coded y,uvDC,uvAC intra: 48.5% 60.5% 11.4% inter: 16.0% 21.6% 0.4%
[libx264 @ 0x4048e40] i16 v,h,dc,p: 26% 38% 9% 27%
[libx264 @ 0x4048e40] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 26% 21% 31% 3% 3% 4% 4% 4% 4%
[libx264 @ 0x4048e40] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 11% 73% 6% 1% 2% 2% 2% 1% 1%
[libx264 @ 0x4048e40] i8c dc,h,v,p: 52% 22% 22% 4%
[libx264 @ 0x4048e40] Weighted P-Frames: Y:2.8% UV:1.6%
[libx264 @ 0x4048e40] ref P L0: 59.0% 10.9% 19.6% 10.4% 0.1%
[libx264 @ 0x4048e40] ref B L0: 84.1% 13.1% 2.7%
[libx264 @ 0x4048e40] ref B L1: 94.9% 5.1%
[libx264 @ 0x4048e40] kb/s:5906.84
Received signal 2: terminating.

comment:4 by Carl Eugen Hoyos, 10 years ago

Resolution: needs_more_info
Status: closedreopened

Is the problem only reproducible with udp output or also with file output?
Is the problem only reproducible with udp input or also with file input?

Please test current FFmpeg git head, nothing else is supported here (except for regressions).

comment:5 by hemanth.he, 10 years ago

I have not tried with udp output, I am writing it to file, with this i'm having problem.
Only for udp input it gives error, for file input it works fine.

in reply to:  5 comment:6 by Carl Eugen Hoyos, 10 years ago

Replying to hemanth.he:

I have not tried with udp output, I am writing it to file, with this i'm having problem.
Only for udp input it gives error, for file input it works fine.

I don't understand:

# ffmpeg -loglevel info -i "udp://@239.1.1.9:1009?fifo_size=1000000&overrun_nonfatal=1" -map 0:p:1:0 -map 0:p:1:1 -vcodec h264 -acodec aac -strict experimental -f mpegts udp://10.130.56.225:12345

This does not look like file output (but udp output).

comment:7 by hemanth.he, 10 years ago

Sorry, that one was test command which i used. I checked with both file output and udp output, for both getting same error.

Here is my actual command, saving to file.

ffmpeg -re -err_detect careful -loglevel error -i udp://@239.2.1.110:1110?fifo_size=1000000&overrun_nonfatal=1 -map 0:p:1:0 -map 0:p:1:1 -r 29.98 -s 512x288 -vcodec h264 -profile:v main -preset fast -vf movie=/ftp/HLS/png//560kb.png [watermark]; [in][watermark] overlay=10:main_h-overlay_h-10 [out] -g 30 -aspect 16:9 -b:v 432k -minrate 432k -maxrate 432k -bufsize 432k -vol 512 -acodec aac -b:a 128k -ac 2 -ar 48000 -strict experimental -vsync 2 -flags -global_header -f ssegment -segment_time 7 -segment_wrap 30000 -segment_list NBC_512x288_main_560.m3u8 -segment_list_flags +live -segment_list_size 17 -segment_format mpegts NBC_512x288_main_560-%05d.ts -map 0:p:1:0 -map 0:p:1:1 -r 29.98 -s 640x360 -vcodec h264 -profile:v main -preset fast -vf movie=/ftp/HLS/png//664kb.png [watermark]; [in][watermark] overlay=10:main_h-overlay_h-10 [out] -g 30 -aspect 16:9 -b:v 536k -minrate 536k -maxrate 536k -bufsize 536k -vol 512 -acodec aac -b:a 128k -ac 2 -ar 48000 -strict experimental -vsync 2 -flags -global_header -f ssegment -segment_time 7 -segment_wrap 30000 -segment_list NBC_640x360_main_664.m3u8 -segment_list_flags +live -segment_list_size 17 -segment_format mpegts NBC_640x360_main_664-%05d.ts -map 0:p:1:0 -map 0:p:1:1 -r 29.98 -s 640x360 -vcodec h264 -profile:v main -preset fast -vf movie=/ftp/HLS/png//704kb.png [watermark]; [in][watermark] overlay=10:main_h-overlay_h-10 [out] -g 30 -aspect 16:9 -b:v 576k -minrate 576k -maxrate 576k -bufsize 576k -vol 512 -acodec aac -b:a 128k -ac 2 -ar 48000 -strict experimental -vsync 2 -flags -global_header -f ssegment -segment_time 7 -segment_wrap 30000 -segment_list NBC_640x360_main_704.m3u8 -segment_list_flags +live -segment_list_size 17 -segment_format mpegts NBC_640x360_main_704-%05d.ts -map 0:p:1:0 -map 0:p:1:1 -r 29.98 -s 960x540 -vcodec h264 -profile:v main -preset fast -vf movie=/ftp/HLS/png//1864kb.png [watermark]; [in][watermark] overlay=10:main_h-overlay_h-10 [out] -g 30 -aspect 16:9 -b:v 1736k -minrate 1736k -maxrate 1736k -bufsize 1736k -vol 512 -acodec aac -b:a 128k -ac 2 -ar 48000 -strict experimental -vsync 2 -flags -global_header -f ssegment -segment_time 7 -segment_wrap 30000 -segment_list NBC_960x540_main_1864.m3u8 -segment_list_flags +live -segment_list_size 17 -segment_format mpegts NBC_960x540_main_1864-%05d.ts

comment:8 by Michael Niedermayer, 10 years ago

The problems you speak of, is there any other software that handles that input better?
Is your network capable to receive these streams without droping (lots of) packets ?

comment:9 by Carl Eugen Hoyos, 9 years ago

Resolution: needs_more_info
Status: reopenedclosed

Please reopen this ticket if you can add the missing information.

Note: See TracTickets for help on using tickets.