#4212(undetermined:new): Video Time Stamp from 1 FPS RTSP Source
#4212: Video Time Stamp from 1 FPS RTSP Source -------------------------------------+------------------------------------- Reporter: kantun | Type: defect Status: new | Priority: normal Component: | Version: git- undetermined | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Hi, I'm trying to capture a video from an IP camera that is streaming at 1 FPS. Unfortunately, I cannot increase the source FPS. The problem occurs when I try to display the time stamp on the recorded video. The time stamp is shown, but remains static (does not progress/tick as the time goes by). After 30 sec. or so, the time stamp eventually starts to tick. If I feed, for example, a 25 FPS source to the FFmpeg, the time stamp works like it should. I tried to force the input/output FPS with the "-r 1" switch, which didn't help. Below you can find the FFmpeg command line, as well as the FFmpeg output log. Output video can be downloaded here: [http://www.datafilehost.com/d/b6a515d4] {{{ ffmpeg started on 2014-12-29 at 12:19:56 Report written to "ffmpeg-20141229-121956.log" Command line: ffmpeg -report -i rtsp://172.21.201.161:554/ch0_1.h264 -vcodec libx264 -vf "drawtext=fontcolor=white@0.75:fontfile='OpenSans.ttf':fontsize=18:text=%{localtime}:x=10:y=10" "C:\\Users\\Public\\Desktop\\Capture.mp4" ffmpeg version N-68763-g202947a Copyright (c) 2000-2014 the FFmpeg developers built on Dec 28 2014 22:22:29 with gcc 4.9.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable- libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable- libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable- libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enable-zlib libavutil 54. 15.100 / 54. 15.100 libavcodec 56. 19.100 / 56. 19.100 libavformat 56. 16.102 / 56. 16.102 libavdevice 56. 3.100 / 56. 3.100 libavfilter 5. 6.100 / 5. 6.100 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 3.100 / 53. 3.100 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-i' ... matched as input file with argument 'rtsp://172.21.201.161:554/ch0_1.h264'. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'drawtext=fontcolor=white@0.75:fontfile='OpenSans.ttf':fontsize=18:text=%{localtime}:x=10:y=10'. Reading option 'C:\Users\Public\Desktop\Capture.mp4' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option report (generate a report) with argument 1. Successfully parsed a group of options. Parsing a group of options: input file rtsp://172.21.201.161:554/ch0_1.h264. Successfully parsed a group of options. Opening an input file: rtsp://172.21.201.161:554/ch0_1.h264. [rtsp @ 003fe6e0] SDP: v=0o=- 2224548202 1 IN IP4 172.21.201.161s=H.264 Program Stream, streamed by the LIVE555 Media Serveri=ch0_1.h264t=0 0a=DevVer:pusher2a=GroupName:IPCAMa=NickName:CIFa=CfgSection:PROG_CHN0a=tool:LIVE555 Streaming Media v2011.08.13a=type:broadcasta=control:*a=range:npt=0-a=x -qt-text-nam:H.264 Program Stream, streamed by the LIVE555 Media Servera=x -qt-text-inf:ch0_1.h264m=video 0 RTP/AVP 96c=IN IP4 0.0.0.0b=AS:4000a=rtpmap:96 H264/90000a=control:trackID=1a=fmtp:96 packetization-mode=1;profile-level-id=000001;sprop-parameter- sets=AAAAAWdCAB6VqCgL/lQ=a=framesize:96 640-360a=cliprect:0,0,360,640a=framerate:1 [rtsp @ 003fe6e0] video codec set to: h264 [rtsp @ 003fe6e0] RTP Packetization Mode: 1 [rtsp @ 003fe6e0] RTP Profile IDC: 0 Profile IOP: 0 Level: 1 [rtsp @ 003fe6e0] Extradata set to 042322e0 (size: 18)! [udp @ 04232400] end receive buffer size reported is 65536 [udp @ 04231ae0] end receive buffer size reported is 65536 [rtsp @ 003fe6e0] hello state=0 [h264 @ 04237260] Unknown NAL code: 0 (0 bits) [h264 @ 04237260] Unknown NAL code: 0 (0 bits) [h264 @ 04237260] unknown SEI type 229 [h264 @ 04237260] unknown SEI type 229 [h264 @ 04237260] unknown SEI type 229 [rtsp @ 003fe6e0] All info found [rtsp @ 003fe6e0] Setting avg frame rate based on r frame rate Input #0, rtsp, from 'rtsp://172.21.201.161:554/ch0_1.h264': Metadata: title : H.264 Program Stream, streamed by the LIVE555 Media Server comment : ch0_1.h264 Duration: N/A, start: 0.987500, bitrate: N/A Stream #0:0, 28, 1/90000: Video: h264 (Baseline), yuv420p, 640x360, 1.01 fps, 1.01 tbr, 90k tbn, 180k tbc Successfully opened the file. Parsing a group of options: output file C:\Users\Public\Desktop\Capture.mp4. Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx264. Applying option vf (set video filters) with argument drawtext=fontcolor=white@0.75:fontfile='OpenSans.ttf':fontsize=18:text=%{localtime}:x=10:y=10. Successfully parsed a group of options. Opening an output file: C:\Users\Public\Desktop\Capture.mp4. Successfully opened the file. detected 4 logical cores [Parsed_drawtext_0 @ 003fe400] Setting 'fontcolor' to value 'white@0.75' [Parsed_drawtext_0 @ 003fe400] Setting 'fontfile' to value 'OpenSans.ttf' [Parsed_drawtext_0 @ 003fe400] Setting 'fontsize' to value '18' [Parsed_drawtext_0 @ 003fe400] Setting 'text' to value '%{localtime}' [Parsed_drawtext_0 @ 003fe400] Setting 'x' to value '10' [Parsed_drawtext_0 @ 003fe400] Setting 'y' to value '10' [graph 0 input from stream 0:0 @ 003f0520] Setting 'video_size' to value '640x360' [graph 0 input from stream 0:0 @ 003f0520] Setting 'pix_fmt' to value '0' [graph 0 input from stream 0:0 @ 003f0520] Setting 'time_base' to value '1/90000' [graph 0 input from stream 0:0 @ 003f0520] Setting 'pixel_aspect' to value '0/1' [graph 0 input from stream 0:0 @ 003f0520] Setting 'sws_param' to value 'flags=2' [graph 0 input from stream 0:0 @ 003f0520] Setting 'frame_rate' to value '80/79' [graph 0 input from stream 0:0 @ 003f0520] w:640 h:360 pixfmt:yuv420p tb:1/90000 fr:80/79 sar:0/1 sws_param:flags=2 [format @ 04234440] compat: called with args=[yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16] [format @ 04234440] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16' [AVFilterGraph @ 003f04c0] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed [libx264 @ 04238ca0] using mv_range_thread = 24 [libx264 @ 04238ca0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX [libx264 @ 04238ca0] profile High, level 2.2 [libx264 @ 04238ca0] 264 - core 144 r2525 40bb568 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=1 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 [h264 @ 04a986e0] Unknown NAL code: 0 (0 bits) Output #0, mp4, to 'C:\Users\Public\Desktop\Capture.mp4': Metadata: title : H.264 Program Stream, streamed by the LIVE555 Media Server comment : ch0_1.h264 encoder : Lavf56.16.102 Stream #0:0, 0, 1/10240: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 640x360, q=-1--1, 1.01 fps, 10240 tbn, 1.01 tbc Metadata: encoder : Lavc56.19.100 libx264 Stream mapping: Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264)) Press [q] to stop, [?] for help [h264 @ 04a986e0] unknown SEI type 229 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:0 t:0.000000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:1 t:0.000000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:2 t:0.987500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:3 t:1.975000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:4 t:2.962500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:5 t:3.950000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:6 t:4.937500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:7 t:5.925000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:8 t:6.912500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:9 t:7.900000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:10 t:8.887500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:11 t:9.875000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:12 t:10.862500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:13 t:11.850000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:14 t:12.837500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:15 t:13.825000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:16 t:14.812500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:17 t:15.800000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:18 t:16.787500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:19 t:17.775000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:20 t:18.762500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [h264 @ 04a986e0] unknown SEI type 229 [Parsed_drawtext_0 @ 003fe400] n:21 t:19.750000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:22 t:20.737500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:23 t:21.725000 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:24 t:22.712500 text_w:167 text_h:13 x:10 y:10 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:25 t:23.700000 text_w:167 text_h:13 x:10 y:10 frame= 26 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:26 t:24.687500 text_w:167 text_h:13 x:10 y:10 frame= 27 fps= 14 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:27 t:25.675000 text_w:167 text_h:13 x:10 y:10 frame= 28 fps=9.4 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:28 t:26.662500 text_w:167 text_h:13 x:10 y:10 frame= 29 fps=7.3 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:29 t:27.650000 text_w:167 text_h:13 x:10 y:10 frame= 30 fps=6.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:30 t:28.637500 text_w:167 text_h:13 x:10 y:10 frame= 31 fps=5.2 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:31 t:29.625000 text_w:167 text_h:13 x:10 y:10 frame= 32 fps=4.6 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:32 t:30.612500 text_w:167 text_h:13 x:10 y:10 frame= 33 fps=4.1 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:33 t:31.600000 text_w:167 text_h:13 x:10 y:10 frame= 34 fps=3.8 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:34 t:32.587500 text_w:167 text_h:13 x:10 y:10 frame= 35 fps=3.5 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:35 t:33.575000 text_w:167 text_h:13 x:10 y:10 frame= 36 fps=3.3 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:36 t:34.562500 text_w:167 text_h:13 x:10 y:10 frame= 37 fps=3.1 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:37 t:35.550000 text_w:167 text_h:13 x:10 y:10 frame= 38 fps=2.9 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:38 t:36.537500 text_w:167 text_h:13 x:10 y:10 frame= 39 fps=2.8 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:39 t:37.525000 text_w:167 text_h:13 x:10 y:10 frame= 40 fps=2.7 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:40 t:38.512500 text_w:167 text_h:13 x:10 y:10 frame= 41 fps=2.6 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:41 t:39.500000 text_w:167 text_h:13 x:10 y:10 frame= 42 fps=2.5 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:42 t:40.487500 text_w:167 text_h:13 x:10 y:10 frame= 43 fps=2.4 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:43 t:41.475000 text_w:167 text_h:13 x:10 y:10 frame= 44 fps=2.3 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:44 t:42.462500 text_w:167 text_h:13 x:10 y:10 frame= 45 fps=2.2 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:45 t:43.450000 text_w:167 text_h:13 x:10 y:10 frame= 46 fps=2.2 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [NULL @ 04237260] unknown SEI type 229 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [h264 @ 04a986e0] unknown SEI type 229 [Parsed_drawtext_0 @ 003fe400] n:46 t:44.437500 text_w:167 text_h:13 x:10 y:10 frame= 47 fps=2.1 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:47 t:45.425000 text_w:167 text_h:13 x:10 y:10 frame= 48 fps=2.1 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:48 t:46.412500 text_w:167 text_h:13 x:10 y:10 frame= 49 fps=2.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:49 t:47.400000 text_w:167 text_h:13 x:10 y:10 frame= 50 fps=2.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:50 t:48.387500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 0 QP=12.37 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=49872 bytes frame= 51 fps=2.0 q=17.0 size= 49kB time=00:00:00.-98 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:51 t:49.375000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 1 QP=12.29 NAL=2 Slice:P Poc:2 I:3 P:804 SKIP:113 size=12201 bytes frame= 52 fps=1.9 q=17.0 size= 61kB time=00:00:00.00 bitrate=N/A [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:52 t:50.362500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 2 QP=12.21 NAL=2 Slice:P Poc:4 I:3 P:802 SKIP:115 size=13495 bytes frame= 53 fps=1.9 q=17.0 size= 75kB time=00:00:00.98 bitrate= 618.2kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:53 t:51.350000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 3 QP=12.19 NAL=2 Slice:P Poc:6 I:1 P:795 SKIP:124 size=12903 bytes frame= 54 fps=1.9 q=17.0 size= 87kB time=00:00:01.97 bitrate= 361.3kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:54 t:52.337500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 4 QP=12.14 NAL=2 Slice:P Poc:8 I:3 P:762 SKIP:155 size=12410 bytes frame= 55 fps=1.8 q=17.0 size= 99kB time=00:00:02.96 bitrate= 274.4kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:55 t:53.325000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 5 QP=12.18 NAL=2 Slice:P Poc:10 I:1 P:741 SKIP:178 size=11987 bytes frame= 56 fps=1.8 q=17.0 size= 111kB time=00:00:03.95 bitrate= 230.1kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:56 t:54.312500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 6 QP=12.14 NAL=2 Slice:P Poc:12 I:0 P:749 SKIP:171 size=12474 bytes frame= 57 fps=1.8 q=17.0 size= 123kB time=00:00:04.93 bitrate= 204.3kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:57 t:55.300000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 7 QP=12.12 NAL=2 Slice:P Poc:14 I:1 P:714 SKIP:205 size=11794 bytes frame= 58 fps=1.8 q=17.0 size= 135kB time=00:00:05.92 bitrate= 186.2kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:58 t:56.287500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 8 QP=12.05 NAL=2 Slice:P Poc:16 I:1 P:718 SKIP:201 size=11475 bytes frame= 59 fps=1.7 q=17.0 size= 146kB time=00:00:06.91 bitrate= 172.8kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:59 t:57.275000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 9 QP=11.99 NAL=2 Slice:P Poc:18 I:1 P:728 SKIP:191 size=11467 bytes frame= 60 fps=1.7 q=17.0 size= 157kB time=00:00:07.90 bitrate= 162.9kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:60 t:58.262500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 10 QP=12.06 NAL=2 Slice:P Poc:20 I:1 P:677 SKIP:242 size=10911 bytes frame= 61 fps=1.7 q=17.0 size= 168kB time=00:00:08.88 bitrate= 154.6kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:61 t:59.250000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 11 QP=12.15 NAL=2 Slice:P Poc:22 I:1 P:713 SKIP:206 size=10776 bytes frame= 62 fps=1.7 q=17.0 size= 178kB time=00:00:09.87 bitrate= 147.8kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:62 t:60.237500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 12 QP=12.16 NAL=2 Slice:P Poc:24 I:0 P:695 SKIP:225 size=10822 bytes frame= 63 fps=1.7 q=17.0 size= 189kB time=00:00:10.86 bitrate= 142.4kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:63 t:61.225000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 13 QP=12.05 NAL=2 Slice:P Poc:26 I:2 P:695 SKIP:223 size=11061 bytes frame= 64 fps=1.6 q=17.0 size= 200kB time=00:00:11.85 bitrate= 138.0kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:64 t:62.212500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 14 QP=12.07 NAL=2 Slice:P Poc:28 I:1 P:670 SKIP:249 size=10391 bytes frame= 65 fps=1.6 q=17.0 size= 210kB time=00:00:12.83 bitrate= 133.8kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:65 t:63.200000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 15 QP=12.31 NAL=2 Slice:P Poc:30 I:2 P:661 SKIP:257 size=9800 bytes frame= 66 fps=1.6 q=17.0 size= 219kB time=00:00:13.82 bitrate= 130.0kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:66 t:64.187500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 16 QP=12.18 NAL=2 Slice:P Poc:32 I:2 P:668 SKIP:250 size=10355 bytes frame= 67 fps=1.6 q=17.0 size= 229kB time=00:00:14.81 bitrate= 126.9kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:67 t:65.175000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 17 QP=12.30 NAL=2 Slice:P Poc:34 I:2 P:658 SKIP:260 size=9903 bytes frame= 68 fps=1.6 q=17.0 size= 239kB time=00:00:15.80 bitrate= 124.0kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:68 t:66.162500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 18 QP=12.33 NAL=2 Slice:P Poc:36 I:2 P:650 SKIP:268 size=9770 bytes frame= 69 fps=1.6 q=17.0 size= 249kB time=00:00:16.78 bitrate= 121.3kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:69 t:67.150000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 19 QP=12.44 NAL=2 Slice:P Poc:38 I:1 P:658 SKIP:261 size=9712 bytes frame= 70 fps=1.5 q=17.0 size= 258kB time=00:00:17.77 bitrate= 119.0kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:70 t:68.137500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 20 QP=12.41 NAL=2 Slice:P Poc:40 I:0 P:642 SKIP:278 size=9755 bytes frame= 71 fps=1.5 q=17.0 size= 268kB time=00:00:18.76 bitrate= 116.9kbits/s [NULL @ 04237260] unknown SEI type 229 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [h264 @ 04a986e0] unknown SEI type 229 [Parsed_drawtext_0 @ 003fe400] n:71 t:69.125000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 21 QP=12.62 NAL=2 Slice:P Poc:42 I:0 P:634 SKIP:286 size=8838 bytes frame= 72 fps=1.5 q=17.0 size= 276kB time=00:00:19.75 bitrate= 114.6kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:72 t:70.112500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 22 QP=12.77 NAL=2 Slice:P Poc:44 I:2 P:667 SKIP:251 size=9103 bytes frame= 73 fps=1.5 q=17.0 size= 285kB time=00:00:20.73 bitrate= 112.7kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:73 t:71.100000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 23 QP=13.09 NAL=2 Slice:P Poc:46 I:1 P:636 SKIP:283 size=8243 bytes frame= 74 fps=1.5 q=17.0 size= 293kB time=00:00:21.72 bitrate= 110.6kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:74 t:72.087500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 24 QP=11.66 NAL=2 Slice:P Poc:50 I:590 P:328 SKIP:2 size=51938 bytes frame= 75 fps=1.5 q=17.0 size= 344kB time=00:00:22.71 bitrate= 124.1kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:75 t:73.075000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 25 QP=17.58 NAL=0 Slice:B Poc:48 I:1 P:573 SKIP:336 size=4473 bytes frame= 76 fps=1.5 q=17.0 size= 348kB time=00:00:23.70 bitrate= 120.4kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:76 t:74.062500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 26 QP=11.77 NAL=2 Slice:P Poc:58 I:39 P:856 SKIP:25 size=37142 bytes frame= 77 fps=1.5 q=17.0 size= 385kB time=00:00:24.68 bitrate= 127.6kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:77 t:75.050000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 27 QP=16.20 NAL=2 Slice:B Poc:54 I:3 P:657 SKIP:80 size=11282 bytes frame= 78 fps=1.5 q=17.0 size= 396kB time=00:00:25.67 bitrate= 126.2kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:78 t:76.037500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 28 QP=17.62 NAL=0 Slice:B Poc:52 I:1 P:676 SKIP:145 size=4927 bytes frame= 79 fps=1.5 q=17.0 size= 400kB time=00:00:26.66 bitrate= 123.0kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:79 t:77.025000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 29 QP=17.35 NAL=0 Slice:B Poc:56 I:0 P:664 SKIP:164 size=4435 bytes frame= 80 fps=1.4 q=17.0 size= 405kB time=00:00:27.65 bitrate= 119.9kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:80 t:78.012500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 30 QP=11.62 NAL=2 Slice:P Poc:60 I:1 P:778 SKIP:141 size=12670 bytes frame= 81 fps=1.4 q=17.0 size= 417kB time=00:00:28.63 bitrate= 119.3kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:81 t:79.000000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 31 QP=12.04 NAL=2 Slice:P Poc:68 I:16 P:845 SKIP:59 size=30872 bytes frame= 82 fps=1.4 q=17.0 size= 447kB time=00:00:29.62 bitrate= 123.7kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:82 t:79.987500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 32 QP=15.92 NAL=2 Slice:B Poc:64 I:0 P:660 SKIP:134 size=9009 bytes frame= 83 fps=1.4 q=17.0 size= 456kB time=00:00:30.61 bitrate= 122.0kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:83 t:80.975000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 33 QP=17.12 NAL=0 Slice:B Poc:62 I:1 P:622 SKIP:217 size=4163 bytes frame= 84 fps=1.4 q=17.0 size= 460kB time=00:00:31.60 bitrate= 119.3kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:84 t:81.962500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 34 QP=17.11 NAL=0 Slice:B Poc:66 I:0 P:619 SKIP:221 size=3992 bytes frame= 85 fps=1.4 q=17.0 size= 464kB time=00:00:32.58 bitrate= 116.6kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:85 t:82.950000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 35 QP=11.92 NAL=2 Slice:P Poc:70 I:0 P:731 SKIP:189 size=10625 bytes frame= 86 fps=1.4 q=17.0 size= 474kB time=00:00:33.57 bitrate= 115.7kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:86 t:83.937500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 36 QP=11.93 NAL=2 Slice:P Poc:72 I:2 P:690 SKIP:228 size=11153 bytes frame= 87 fps=1.4 q=17.0 size= 485kB time=00:00:34.56 bitrate= 115.0kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:87 t:84.925000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 37 QP=11.80 NAL=2 Slice:P Poc:74 I:2 P:690 SKIP:228 size=11381 bytes frame= 88 fps=1.4 q=17.0 size= 496kB time=00:00:35.55 bitrate= 114.4kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:88 t:85.912500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 38 QP=11.86 NAL=2 Slice:P Poc:76 I:2 P:681 SKIP:237 size=11523 bytes frame= 89 fps=1.4 q=17.0 size= 508kB time=00:00:36.53 bitrate= 113.8kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:89 t:86.900000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 39 QP=11.78 NAL=2 Slice:P Poc:78 I:0 P:691 SKIP:229 size=11500 bytes frame= 90 fps=1.4 q=17.0 size= 519kB time=00:00:37.52 bitrate= 113.3kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:90 t:87.887500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 40 QP=12.21 NAL=2 Slice:P Poc:86 I:10 P:793 SKIP:117 size=26818 bytes frame= 91 fps=1.4 q=17.0 size= 545kB time=00:00:38.51 bitrate= 115.9kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:91 t:88.875000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 41 QP=15.80 NAL=2 Slice:B Poc:82 I:1 P:624 SKIP:172 size=8014 bytes frame= 92 fps=1.4 q=17.0 size= 553kB time=00:00:39.50 bitrate= 114.7kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:92 t:89.862500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 42 QP=16.96 NAL=0 Slice:B Poc:80 I:0 P:599 SKIP:253 size=3584 bytes frame= 93 fps=1.4 q=17.0 size= 556kB time=00:00:40.48 bitrate= 112.6kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:93 t:90.850000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 43 QP=16.94 NAL=0 Slice:B Poc:84 I:0 P:591 SKIP:273 size=3543 bytes frame= 94 fps=1.4 q=17.0 size= 560kB time=00:00:41.47 bitrate= 110.6kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:94 t:91.837500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 44 QP=12.18 NAL=2 Slice:P Poc:88 I:0 P:697 SKIP:223 size=9299 bytes frame= 95 fps=1.4 q=17.0 size= 569kB time=00:00:42.46 bitrate= 109.8kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:95 t:92.825000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 45 QP=12.99 NAL=2 Slice:P Poc:96 I:7 P:777 SKIP:136 size=22758 bytes frame= 96 fps=1.3 q=17.0 size= 591kB time=00:00:43.45 bitrate= 111.5kbits/s [NULL @ 04237260] unknown SEI type 229 [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [h264 @ 04a986e0] unknown SEI type 229 [Parsed_drawtext_0 @ 003fe400] n:96 t:93.812500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 46 QP=15.56 NAL=2 Slice:B Poc:92 I:0 P:615 SKIP:198 size=7384 bytes frame= 97 fps=1.3 q=17.0 size= 598kB time=00:00:44.43 bitrate= 110.3kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:97 t:94.800000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 47 QP=16.99 NAL=0 Slice:B Poc:90 I:2 P:545 SKIP:297 size=3514 bytes frame= 98 fps=1.3 q=17.0 size= 602kB time=00:00:45.42 bitrate= 108.5kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:98 t:95.787500 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 48 QP=17.09 NAL=0 Slice:B Poc:94 I:1 P:548 SKIP:289 size=3477 bytes frame= 99 fps=1.3 q=17.0 size= 605kB time=00:00:46.41 bitrate= 106.8kbits/s [Parsed_drawtext_0 @ 003fe400] Copying data in avfilter. [Parsed_drawtext_0 @ 003fe400] n:99 t:96.775000 text_w:167 text_h:13 x:10 y:10 [libx264 @ 04238ca0] frame= 49 QP=11.89 NAL=2 Slice:P Poc:100 I:576 P:341 SKIP:3 size=51015 bytes [libx264 @ 04238ca0] frame= 50 QP=17.61 NAL=0 Slice:B Poc:98 I:1 P:547 SKIP:363 size=4341 bytes [libx264 @ 04238ca0] frame= 51 QP=12.02 NAL=2 Slice:P Poc:108 I:33 P:858 SKIP:29 size=35758 bytes [libx264 @ 04238ca0] frame= 52 QP=16.14 NAL=2 Slice:B Poc:104 I:4 P:665 SKIP:81 size=11006 bytes [libx264 @ 04238ca0] frame= 53 QP=17.58 NAL=0 Slice:B Poc:102 I:3 P:675 SKIP:140 size=5003 bytes [libx264 @ 04238ca0] frame= 54 QP=17.28 NAL=0 Slice:B Poc:106 I:1 P:653 SKIP:177 size=4451 bytes [libx264 @ 04238ca0] frame= 55 QP=12.03 NAL=2 Slice:P Poc:110 I:3 P:736 SKIP:181 size=11216 bytes [libx264 @ 04238ca0] frame= 56 QP=12.03 NAL=2 Slice:P Poc:112 I:1 P:731 SKIP:188 size=12225 bytes [libx264 @ 04238ca0] frame= 57 QP=12.06 NAL=2 Slice:P Poc:114 I:3 P:728 SKIP:189 size=12181 bytes [libx264 @ 04238ca0] frame= 58 QP=11.98 NAL=2 Slice:P Poc:116 I:4 P:691 SKIP:225 size=11855 bytes [libx264 @ 04238ca0] frame= 59 QP=11.96 NAL=2 Slice:P Poc:118 I:1 P:715 SKIP:204 size=11848 bytes [libx264 @ 04238ca0] frame= 60 QP=11.89 NAL=2 Slice:P Poc:120 I:2 P:687 SKIP:231 size=11751 bytes [libx264 @ 04238ca0] frame= 61 QP=11.79 NAL=2 Slice:P Poc:122 I:2 P:703 SKIP:215 size=12096 bytes [libx264 @ 04238ca0] frame= 62 QP=12.29 NAL=2 Slice:P Poc:130 I:5 P:827 SKIP:88 size=27693 bytes [libx264 @ 04238ca0] frame= 63 QP=15.73 NAL=2 Slice:B Poc:126 I:0 P:654 SKIP:146 size=8260 bytes [libx264 @ 04238ca0] frame= 64 QP=17.00 NAL=0 Slice:B Poc:124 I:0 P:603 SKIP:251 size=3660 bytes [libx264 @ 04238ca0] frame= 65 QP=17.00 NAL=0 Slice:B Poc:128 I:0 P:594 SKIP:259 size=3658 bytes [libx264 @ 04238ca0] frame= 66 QP=12.26 NAL=2 Slice:P Poc:132 I:0 P:693 SKIP:227 size=9698 bytes [libx264 @ 04238ca0] frame= 67 QP=12.23 NAL=2 Slice:P Poc:134 I:0 P:676 SKIP:244 size=10111 bytes [libx264 @ 04238ca0] frame= 68 QP=12.25 NAL=2 Slice:P Poc:136 I:1 P:666 SKIP:253 size=10493 bytes [libx264 @ 04238ca0] frame= 69 QP=13.14 NAL=2 Slice:P Poc:144 I:9 P:785 SKIP:126 size=23653 bytes [libx264 @ 04238ca0] frame= 70 QP=15.50 NAL=2 Slice:B Poc:140 I:1 P:646 SKIP:176 size=7920 bytes [libx264 @ 04238ca0] frame= 71 QP=17.10 NAL=0 Slice:B Poc:138 I:0 P:582 SKIP:270 size=3548 bytes [libx264 @ 04238ca0] frame= 72 QP=16.85 NAL=0 Slice:B Poc:142 I:0 P:552 SKIP:303 size=3504 bytes [libx264 @ 04238ca0] frame= 73 QP=13.34 NAL=2 Slice:P Poc:146 I:1 P:638 SKIP:281 size=7481 bytes [libx264 @ 04238ca0] frame= 74 QP=12.51 NAL=2 Slice:P Poc:150 I:579 P:337 SKIP:4 size=48301 bytes [libx264 @ 04238ca0] frame= 75 QP=17.71 NAL=0 Slice:B Poc:148 I:1 P:551 SKIP:362 size=4256 bytes [libx264 @ 04238ca0] frame= 76 QP=12.41 NAL=2 Slice:P Poc:152 I:5 P:807 SKIP:108 size=12662 bytes [libx264 @ 04238ca0] frame= 77 QP=12.32 NAL=2 Slice:P Poc:154 I:4 P:799 SKIP:117 size=13693 bytes [libx264 @ 04238ca0] frame= 78 QP=12.24 NAL=2 Slice:P Poc:156 I:3 P:793 SKIP:124 size=13335 bytes [libx264 @ 04238ca0] frame= 79 QP=12.10 NAL=2 Slice:P Poc:158 I:3 P:759 SKIP:158 size=13973 bytes [libx264 @ 04238ca0] frame= 80 QP=12.67 NAL=2 Slice:P Poc:166 I:11 P:841 SKIP:68 size=30055 bytes [libx264 @ 04238ca0] frame= 81 QP=16.08 NAL=2 Slice:B Poc:162 I:1 P:637 SKIP:126 size=9467 bytes [libx264 @ 04238ca0] frame= 82 QP=17.11 NAL=0 Slice:B Poc:160 I:0 P:619 SKIP:211 size=4297 bytes [libx264 @ 04238ca0] frame= 83 QP=17.04 NAL=0 Slice:B Poc:164 I:0 P:632 SKIP:219 size=4073 bytes [libx264 @ 04238ca0] frame= 84 QP=12.74 NAL=2 Slice:P Poc:168 I:1 P:728 SKIP:191 size=10014 bytes [libx264 @ 04238ca0] frame= 85 QP=12.75 NAL=2 Slice:P Poc:170 I:1 P:679 SKIP:240 size=10102 bytes [libx264 @ 04238ca0] frame= 86 QP=12.62 NAL=2 Slice:P Poc:172 I:4 P:663 SKIP:253 size=10578 bytes [libx264 @ 04238ca0] frame= 87 QP=12.63 NAL=2 Slice:P Poc:174 I:1 P:647 SKIP:272 size=10457 bytes [libx264 @ 04238ca0] frame= 88 QP=12.71 NAL=2 Slice:P Poc:176 I:1 P:644 SKIP:275 size=9750 bytes [libx264 @ 04238ca0] frame= 89 QP=12.82 NAL=2 Slice:P Poc:178 I:0 P:652 SKIP:268 size=9709 bytes [libx264 @ 04238ca0] frame= 90 QP=12.99 NAL=2 Slice:P Poc:180 I:1 P:653 SKIP:266 size=9469 bytes [libx264 @ 04238ca0] frame= 91 QP=13.07 NAL=2 Slice:P Poc:182 I:2 P:627 SKIP:291 size=9962 bytes [libx264 @ 04238ca0] frame= 92 QP=14.82 NAL=2 Slice:P Poc:190 I:5 P:760 SKIP:155 size=20501 bytes [libx264 @ 04238ca0] frame= 93 QP=15.51 NAL=2 Slice:B Poc:186 I:0 P:598 SKIP:193 size=8111 bytes [libx264 @ 04238ca0] frame= 94 QP=16.92 NAL=0 Slice:B Poc:184 I:0 P:573 SKIP:279 size=3740 bytes [libx264 @ 04238ca0] frame= 95 QP=16.78 NAL=0 Slice:B Poc:188 I:0 P:552 SKIP:297 size=3554 bytes [libx264 @ 04238ca0] frame= 96 QP=14.95 NAL=2 Slice:P Poc:192 I:1 P:612 SKIP:307 size=6255 bytes [libx264 @ 04238ca0] frame= 97 QP=15.83 NAL=2 Slice:P Poc:194 I:0 P:570 SKIP:350 size=5753 bytes [libx264 @ 04238ca0] frame= 98 QP=17.73 NAL=2 Slice:P Poc:196 I:4 P:553 SKIP:363 size=4770 bytes frame= 99 fps=1.3 q=-1.0 Lsize= 1194kB time=00:01:35.78 bitrate= 102.1kbits/s video:1192kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.145789% Input file #0 (rtsp://172.21.201.161:554/ch0_1.h264): Input stream #0:0 (video): 103 packets read (596837 bytes); 100 frames decoded; Total: 103 packets (596837 bytes) demuxed Output file #0 (C:\Users\Public\Desktop\Capture.mp4): Output stream #0:0 (video): 99 frames encoded; 99 packets muxed (1220944 bytes); Total: 99 packets (1220944 bytes) muxed 104 frames successfully decoded, 0 decoding errors [AVIOContext @ 042390a0] Statistics: 34 seeks, 131 writeouts [libx264 @ 04238ca0] frame I:1 Avg QP:12.37 size: 49872 [libx264 @ 04238ca0] frame P:68 Avg QP:12.49 size: 14790 [libx264 @ 04238ca0] frame B:30 Avg QP:16.77 size: 5488 [libx264 @ 04238ca0] consecutive B-frames: 57.6% 6.1% 0.0% 36.4% [libx264 @ 04238ca0] mb I I16..4: 22.5% 2.9% 74.6% [libx264 @ 04238ca0] mb P I16..4: 0.8% 0.2% 2.1% P16..4: 64.3% 5.0% 6.3% 0.0% 0.0% skip:21.3% [libx264 @ 04238ca0] mb B I16..4: 0.0% 0.0% 0.1% B16..8: 51.8% 10.2% 6.4% direct: 7.5% skip:24.0% L0:51.5% L1:43.4% BI: 5.1% [libx264 @ 04238ca0] 8x8 transform intra:5.2% inter:6.7% [libx264 @ 04238ca0] coded y,uvDC,uvAC intra: 97.8% 0.0% 0.0% inter: 49.1% 0.0% 0.0% [libx264 @ 04238ca0] i16 v,h,dc,p: 2% 7% 45% 45% [libx264 @ 04238ca0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12% 55% 6% 0% 2% 1% 21% 1% 3% [libx264 @ 04238ca0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 24% 17% 5% 6% 5% 16% 3% 7% [libx264 @ 04238ca0] i8c dc,h,v,p: 100% 0% 0% 0% [libx264 @ 04238ca0] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 04238ca0] ref P L0: 95.1% 2.3% 1.8% 0.7% [libx264 @ 04238ca0] ref B L0: 98.7% 1.1% 0.2% [libx264 @ 04238ca0] ref B L1: 98.6% 1.4% [libx264 @ 04238ca0] kb/s:99.85 }}} -- Ticket URL: <https://trac.ffmpeg.org/ticket/4212> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#4212: Video Time Stamp from 1 FPS RTSP Source -------------------------------------+------------------------------------- Reporter: kantun | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid Comment: Why do you believe that {{{localtime}}} prints the timestamp? (It does not.) Since the decoder buffers the first few frames, it makes sense that they get the same localtime when output. Please see https://ffmpeg.org/ffmpeg-filters.html#drawtext-1 -- Ticket URL: <https://trac.ffmpeg.org/ticket/4212#comment:1> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
participants (1)
-
FFmpeg