-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathffmpeg-20161109-161805.log
2860 lines (2860 loc) · 162 KB
/
ffmpeg-20161109-161805.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
ffmpeg started on 2016-11-09 at 16:18:05
Report written to "ffmpeg-20161109-161805.log"
Command line:
ffmpeg -report -y -framerate 25 -start_number 0 -i "images/frame_%04d.jpg" -i sounds/cc0_24s.wav -f mp4 -c:v libx264 -pix_fmt yuv420p -vb 1M -c:a aac -t 2.40 outputs/ffmpeg_h264_aac.mp4
ffmpeg version git-2016-11-08-1bbb18f Copyright (c) 2000-2016 the FFmpeg developers
built with Apple LLVM version 7.0.2 (clang-700.1.81)
configuration: --prefix=/usr/local/Cellar/ffmpeg/HEAD-1bbb18f --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-opencl --disable-lzma --enable-nonfree --enable-vda
libavutil 55. 35.100 / 55. 35.100
libavcodec 57. 66.101 / 57. 66.101
libavformat 57. 57.100 / 57. 57.100
libavdevice 57. 2.100 / 57. 2.100
libavfilter 6. 66.100 / 6. 66.100
libavresample 3. 2. 0 / 3. 2. 0
libswscale 4. 3.100 / 4. 3.100
libswresample 2. 4.100 / 2. 4.100
libpostproc 54. 2.100 / 54. 2.100
Splitting the commandline.
Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
Reading option '-framerate' ... matched as AVOption 'framerate' with argument '25'.
Reading option '-start_number' ... matched as AVOption 'start_number' with argument '0'.
Reading option '-i' ... matched as input file with argument 'images/frame_%04d.jpg'.
Reading option '-i' ... matched as input file with argument 'sounds/cc0_24s.wav'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'mp4'.
Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'libx264'.
Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv420p'.
Reading option '-vb' ... matched as AVOption 'vb' with argument '1M'.
Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'aac'.
Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '2.40'.
Reading option 'outputs/ffmpeg_h264_aac.mp4' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option report (generate a report) with argument 1.
Applying option y (overwrite output files) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input file images/frame_%04d.jpg.
Successfully parsed a group of options.
Opening an input file: images/frame_%04d.jpg.
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836014c0] Statistics: 46037 bytes read, 0 seeks
[mjpeg @ 0x7f8984001200] marker=d8 avail_size_in_buf=46035
[mjpeg @ 0x7f8984001200] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f8984001200] marker=e0 avail_size_in_buf=46033
[mjpeg @ 0x7f8984001200] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f8984001200] marker=db avail_size_in_buf=46015
[mjpeg @ 0x7f8984001200] index=0
[mjpeg @ 0x7f8984001200] qscale[0]: 1
[mjpeg @ 0x7f8984001200] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f8984001200] marker=db avail_size_in_buf=45946
[mjpeg @ 0x7f8984001200] index=1
[mjpeg @ 0x7f8984001200] qscale[1]: 2
[mjpeg @ 0x7f8984001200] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f8984001200] marker=c0 avail_size_in_buf=45877
[mjpeg @ 0x7f8984001200] Changing bps from 0 to 8
[mjpeg @ 0x7f8984001200] sof0: picture: 690x360
[mjpeg @ 0x7f8984001200] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f8984001200] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f8984001200] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f8984001200] pix fmt id 11111100
[mjpeg @ 0x7f8984001200] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f8984001200] marker=c4 avail_size_in_buf=45858
[mjpeg @ 0x7f8984001200] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f8984001200] marker=c4 avail_size_in_buf=45826
[mjpeg @ 0x7f8984001200] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f8984001200] marker=c4 avail_size_in_buf=45739
[mjpeg @ 0x7f8984001200] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f8984001200] marker=c4 avail_size_in_buf=45710
[mjpeg @ 0x7f8984001200] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f8984001200] escaping removed 152 bytes
[mjpeg @ 0x7f8984001200] marker=da avail_size_in_buf=45652
[mjpeg @ 0x7f8984001200] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f8984001200] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f8984001200] decode frame unused 0 bytes
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836014c0] Statistics: 45975 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836016c0] Statistics: 46549 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983601720] Statistics: 46813 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836018a0] Statistics: 46704 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983601900] Statistics: 46961 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983601a60] Statistics: 47205 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983601ac0] Statistics: 46919 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983601c20] Statistics: 47423 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983601c80] Statistics: 47518 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983601c80] Statistics: 47012 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983601ec0] Statistics: 46665 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983601f20] Statistics: 47278 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602080] Statistics: 47443 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836020e0] Statistics: 47319 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602240] Statistics: 47424 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836022a0] Statistics: 47561 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836022a0] Statistics: 47228 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836024e0] Statistics: 47774 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602540] Statistics: 47865 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836026a0] Statistics: 48342 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602700] Statistics: 47997 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602860] Statistics: 48616 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836028c0] Statistics: 48885 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836028c0] Statistics: 48757 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602b00] Statistics: 48520 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602b60] Statistics: 48235 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602cc0] Statistics: 48799 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602d20] Statistics: 48998 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602d20] Statistics: 48819 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602f60] Statistics: 49014 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983602fc0] Statistics: 49206 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603120] Statistics: 48883 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603180] Statistics: 49426 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836032e0] Statistics: 49571 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603340] Statistics: 49183 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603340] Statistics: 48728 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603580] Statistics: 49485 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836035e0] Statistics: 49638 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603740] Statistics: 49697 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836037a0] Statistics: 49830 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603900] Statistics: 50133 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603960] Statistics: 49823 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603960] Statistics: 50316 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603ba0] Statistics: 50337 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603c00] Statistics: 50660 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603d60] Statistics: 50349 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603dc0] Statistics: 50905 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603f20] Statistics: 51151 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603f80] Statistics: 50825 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983603f80] Statistics: 51777 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836041c0] Statistics: 51411 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983604220] Statistics: 52027 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983604380] Statistics: 52218 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836043e0] Statistics: 52108 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983604540] Statistics: 52428 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836045a0] Statistics: 52596 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836045a0] Statistics: 52291 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f89836047e0] Statistics: 52560 bytes read, 0 seeks
[file @ 0x7f89836011e0] Setting default whitelist 'file,crypto'
[AVIOContext @ 0x7f8983604840] Statistics: 52562 bytes read, 0 seeks
Input #0, image2, from 'images/frame_%04d.jpg':
Duration: 00:00:02.40, start: 0.000000, bitrate: N/A
Stream #0:0, 60, 1/25: Video: mjpeg, yuvj444p(pc, bt470bg/unknown/unknown), 690x360 [SAR 28:28 DAR 23:12], 25 fps, 25 tbr, 25 tbn, 25 tbc
Successfully opened the file.
Parsing a group of options: input file sounds/cc0_24s.wav.
Successfully parsed a group of options.
Opening an input file: sounds/cc0_24s.wav.
[file @ 0x7f8983604a40] Setting default whitelist 'file,crypto'
[wav @ 0x7f898401ce00] Format wav probed with size=2048 and score=99
[wav @ 0x7f898401ce00] Before avformat_find_stream_info() pos: 44 bytes read:99218 seeks:3 nb_streams:1
[wav @ 0x7f898401ce00] probing stream 0 pp:32
[wav @ 0x7f898401ce00] Probe with size=4096, packets=2469 detected mp3 with score=1
[wav @ 0x7f898401ce00] probing stream 0 pp:31
[wav @ 0x7f898401ce00] Probe with size=8192, packets=2470 detected mp3 with score=1
[wav @ 0x7f898401ce00] probing stream 0 pp:30
[wav @ 0x7f898401ce00] probing stream 0 pp:29
[wav @ 0x7f898401ce00] Probe with size=16384, packets=2472 detected mp3 with score=1
[wav @ 0x7f898401ce00] probing stream 0 pp:28
[wav @ 0x7f898401ce00] probing stream 0 pp:27
[wav @ 0x7f898401ce00] probing stream 0 pp:26
[wav @ 0x7f898401ce00] probing stream 0 pp:25
[wav @ 0x7f898401ce00] probing stream 0 pp:24
[wav @ 0x7f898401ce00] probing stream 0 pp:23
[wav @ 0x7f898401ce00] probing stream 0 pp:22
[wav @ 0x7f898401ce00] probing stream 0 pp:21
[wav @ 0x7f898401ce00] probing stream 0 pp:20
[wav @ 0x7f898401ce00] probing stream 0 pp:19
[wav @ 0x7f898401ce00] probing stream 0 pp:18
[wav @ 0x7f898401ce00] probing stream 0 pp:17
[wav @ 0x7f898401ce00] probing stream 0 pp:16
[wav @ 0x7f898401ce00] probing stream 0 pp:15
[wav @ 0x7f898401ce00] probing stream 0 pp:14
[wav @ 0x7f898401ce00] probing stream 0 pp:13
[wav @ 0x7f898401ce00] probing stream 0 pp:12
[wav @ 0x7f898401ce00] probing stream 0 pp:11
[wav @ 0x7f898401ce00] probing stream 0 pp:10
[wav @ 0x7f898401ce00] probing stream 0 pp:9
[wav @ 0x7f898401ce00] probing stream 0 pp:8
[wav @ 0x7f898401ce00] probing stream 0 pp:7
[wav @ 0x7f898401ce00] probing stream 0 pp:6
[wav @ 0x7f898401ce00] probing stream 0 pp:5
[wav @ 0x7f898401ce00] probing stream 0 pp:4
[wav @ 0x7f898401ce00] probing stream 0 pp:3
[wav @ 0x7f898401ce00] probing stream 0 pp:2
[wav @ 0x7f898401ce00] probing stream 0 pp:1
[wav @ 0x7f898401ce00] probed stream 0
[wav @ 0x7f898401ce00] parser not found for codec pcm_s16le, packets or times may be invalid.
[wav @ 0x7f898401ce00] All info found
[wav @ 0x7f898401ce00] After avformat_find_stream_info() pos: 204844 bytes read:328594 seeks:3 frames:50
Guessed Channel Layout for Input Stream #1.0 : stereo
Input #1, wav, from 'sounds/cc0_24s.wav':
Metadata:
title : Revitalize 1
album : Revitalize Music Contest
artist : {AN} Eel
comment : URL: http://freemusicarchive.org/music/AN_Eel/Revitalize_Music_Contest/Revitalize_1_
: Comments: http://freemusicarchive.org/_
: Curator: _
: Copyright: CC0 1.0 Universal: http://creativecommons.org/publicdomain/zero/1.0/
date : 2013-04-29T19:15:09
track : 0
Duration: 00:00:02.40, bitrate: 1414 kb/s
Stream #1:0, 50, 1/44100: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
Successfully opened the file.
Parsing a group of options: output file outputs/ffmpeg_h264_aac.mp4.
Applying option f (force format) with argument mp4.
Applying option c:v (codec name) with argument libx264.
Applying option pix_fmt (set pixel format) with argument yuv420p.
Applying option c:a (codec name) with argument aac.
Applying option t (record or transcode "duration" seconds of audio/video) with argument 2.40.
Successfully parsed a group of options.
Opening an output file: outputs/ffmpeg_h264_aac.mp4.
[file @ 0x7f8983702720] Setting default whitelist 'file,crypto'
Successfully opened the file.
[graph 0 input from stream 0:0 @ 0x7f8983702920] Setting 'video_size' to value '690x360'
[graph 0 input from stream 0:0 @ 0x7f8983702920] Setting 'pix_fmt' to value '14'
[graph 0 input from stream 0:0 @ 0x7f8983702920] Setting 'time_base' to value '1/25'
[graph 0 input from stream 0:0 @ 0x7f8983702920] Setting 'pixel_aspect' to value '28/28'
[graph 0 input from stream 0:0 @ 0x7f8983702920] Setting 'sws_param' to value 'flags=2'
[graph 0 input from stream 0:0 @ 0x7f8983702920] Setting 'frame_rate' to value '25/1'
[graph 0 input from stream 0:0 @ 0x7f8983702920] w:690 h:360 pixfmt:yuvj444p tb:1/25 fr:25/1 sar:28/28 sws_param:flags=2
[format @ 0x7f8983702c60] compat: called with args=[yuv420p]
[format @ 0x7f8983702c60] Setting 'pix_fmts' to value 'yuv420p'
[auto-inserted scaler 0 @ 0x7f8983703160] Setting 'flags' to value 'bicubic'
[auto-inserted scaler 0 @ 0x7f8983703160] w:iw h:ih flags:'bicubic' interl:0
[format @ 0x7f8983702c60] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format'
[AVFilterGraph @ 0x7f8983700400] query_formats: 5 queried, 3 merged, 1 already done, 0 delayed
[swscaler @ 0x7f8984857e00] deprecated pixel format used, make sure you did set range correctly
[auto-inserted scaler 0 @ 0x7f8983703160] w:690 h:360 fmt:yuvj444p sar:28/28 -> w:690 h:360 fmt:yuv420p sar:1/1 flags:0x4
[graph 1 input from stream 1:0 @ 0x7f8983605b00] Setting 'time_base' to value '1/44100'
[graph 1 input from stream 1:0 @ 0x7f8983605b00] Setting 'sample_rate' to value '44100'
[graph 1 input from stream 1:0 @ 0x7f8983605b00] Setting 'sample_fmt' to value 's16'
[graph 1 input from stream 1:0 @ 0x7f8983605b00] Setting 'channel_layout' to value '0x3'
[graph 1 input from stream 1:0 @ 0x7f8983605b00] tb:1/44100 samplefmt:s16 samplerate:44100 chlayout:0x3
[audio format for output stream 0:1 @ 0x7f8983606000] Setting 'sample_fmts' to value 'fltp'
[audio format for output stream 0:1 @ 0x7f8983606000] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350'
[audio format for output stream 0:1 @ 0x7f8983606000] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:1'
[AVFilterGraph @ 0x7f89836004a0] query_formats: 5 queried, 9 merged, 3 already done, 0 delayed
[auto-inserted resampler 0 @ 0x7f8983606bc0] [SWR @ 0x7f89842f3400] Using s16p internally between filters
[auto-inserted resampler 0 @ 0x7f8983606bc0] ch:2 chl:stereo fmt:s16 r:44100Hz -> ch:2 chl:stereo fmt:fltp r:44100Hz
[libx264 @ 0x7f8984026600] using mv_range_thread = 24
[libx264 @ 0x7f8984026600] using SAR=1/1
[libx264 @ 0x7f8984026600] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
[libx264 @ 0x7f8984026600] profile High, level 3.0
[libx264 @ 0x7f8984026600] 264 - core 148 r2699 a5e06b9 - H.264/MPEG-4 AVC codec - Copyleft 2003-2016 - 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=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=1000 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'outputs/ffmpeg_h264_aac.mp4':
Metadata:
encoder : Lavf57.57.100
Stream #0:0, 0, 1/12800: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 690x360 [SAR 1:1 DAR 23:12], q=-1--1, 1000 kb/s, 25 fps, 12800 tbn, 25 tbc
Metadata:
encoder : Lavc57.66.101 libx264
Side data:
cpb: bitrate max/min/avg: 0/0/1000000 buffer size: 0 vbv_delay: -1
Stream #0:1, 0, 1/44100: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo, fltp, 128 kb/s
Metadata:
encoder : Lavc57.66.101 aac
Stream mapping:
Stream #0:0 -> #0:0 (mjpeg (native) -> h264 (libx264))
Stream #1:0 -> #0:1 (pcm_s16le (native) -> aac (native))
Press [q] to stop, [?] for help
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[image2 @ 0x7f8984000000] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=46035
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=46033
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46015
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=45946
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=45877
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=45858
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=45826
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=212
[mjpeg @ 0x7f898401be00] marker parser used 85 bytes (680 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=45739
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=8
[mjpeg @ 0x7f898401be00] marker parser used 27 bytes (216 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=45710
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=210
[mjpeg @ 0x7f898401be00] marker parser used 56 bytes (448 bits)
[mjpeg @ 0x7f898401be00] escaping removed 152 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=45652
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 45499 bytes (363991 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
Clipping frame in rate conversion by 0.000008
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=45973
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=45971
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=45953
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=45884
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=45815
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=45796
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=45764
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=226
[mjpeg @ 0x7f898401be00] marker parser used 89 bytes (712 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=45673
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=45643
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=242
[mjpeg @ 0x7f898401be00] marker parser used 63 bytes (504 bits)
[mjpeg @ 0x7f898401be00] escaping removed 130 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=45578
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 45447 bytes (363572 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=46547
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=46545
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46527
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46458
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=46389
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46370
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46338
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=226
[mjpeg @ 0x7f898401be00] marker parser used 90 bytes (720 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46246
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46216
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=210
[mjpeg @ 0x7f898401be00] marker parser used 63 bytes (504 bits)
[mjpeg @ 0x7f898401be00] escaping removed 153 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=46151
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 45997 bytes (367974 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=46811
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=46809
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46791
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46722
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=46653
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46634
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46602
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=226
[mjpeg @ 0x7f898401be00] marker parser used 86 bytes (688 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46514
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46484
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=210
[mjpeg @ 0x7f898401be00] marker parser used 65 bytes (520 bits)
[mjpeg @ 0x7f898401be00] escaping removed 178 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=46417
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46238 bytes (369897 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=46702
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=46700
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46682
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46613
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=46544
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46525
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46493
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 91 bytes (728 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46400
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46370
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=210
[mjpeg @ 0x7f898401be00] marker parser used 65 bytes (520 bits)
[mjpeg @ 0x7f898401be00] escaping removed 163 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=46303
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46139 bytes (369111 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=46959
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=46957
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46939
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46870
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=46801
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46782
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46750
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 90 bytes (720 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46658
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46628
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=210
[mjpeg @ 0x7f898401be00] marker parser used 65 bytes (520 bits)
[mjpeg @ 0x7f898401be00] escaping removed 162 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=46561
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46398 bytes (371181 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=47203
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=47201
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47183
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47114
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=47045
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47026
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46994
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=242
[mjpeg @ 0x7f898401be00] marker parser used 89 bytes (712 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46903
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46873
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 66 bytes (528 bits)
[mjpeg @ 0x7f898401be00] escaping removed 155 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=46805
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46649 bytes (373192 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=46917
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=46915
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46897
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46828
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=46759
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46740
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46708
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 90 bytes (720 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46616
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46586
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 66 bytes (528 bits)
[mjpeg @ 0x7f898401be00] escaping removed 175 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=46518
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46342 bytes (370733 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=47421
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=47419
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47401
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47332
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=47263
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47244
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47212
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 87 bytes (696 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47123
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47093
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 66 bytes (528 bits)
[mjpeg @ 0x7f898401be00] escaping removed 163 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=47025
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46861 bytes (374882 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=47516
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=47514
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47496
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47427
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=47358
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47339
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47307
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 88 bytes (704 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47217
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47187
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] escaping removed 152 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=47118
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46965 bytes (375719 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=47010
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=47008
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46990
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46921
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=46852
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46833
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46801
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 90 bytes (720 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46709
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46679
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 66 bytes (528 bits)
[mjpeg @ 0x7f898401be00] escaping removed 143 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=46611
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46467 bytes (371733 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=46663
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=46661
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46643
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=46574
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=46505
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46486
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46454
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 94 bytes (752 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46358
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46328
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 66 bytes (528 bits)
[mjpeg @ 0x7f898401be00] escaping removed 150 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=46260
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46109 bytes (368865 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=47276
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=47274
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47256
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47187
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=47118
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47099
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47067
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 94 bytes (752 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46971
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46941
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 66 bytes (528 bits)
[mjpeg @ 0x7f898401be00] escaping removed 132 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=46873
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46740 bytes (373916 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=47441
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=47439
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47421
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47352
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=47283
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47264
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47232
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 90 bytes (720 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47140
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47110
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 66 bytes (528 bits)
[mjpeg @ 0x7f898401be00] escaping removed 149 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=47042
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46892 bytes (375135 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=47317
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=47315
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47297
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47228
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=47159
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47140
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47108
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 94 bytes (752 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47012
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=46982
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 66 bytes (528 bits)
[mjpeg @ 0x7f898401be00] escaping removed 133 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=46914
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46780 bytes (374238 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=47422
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=47420
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47402
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47333
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=47264
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47245
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47213
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 93 bytes (744 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47118
[mjpeg @ 0x7f898401be00] class=0 index=1 nb_codes=9
[mjpeg @ 0x7f898401be00] marker parser used 28 bytes (224 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47088
[mjpeg @ 0x7f898401be00] class=1 index=1 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 72 bytes (576 bits)
[mjpeg @ 0x7f898401be00] escaping removed 163 bytes
[mjpeg @ 0x7f898401be00] marker=da avail_size_in_buf=47014
[mjpeg @ 0x7f898401be00] component: 0
[mjpeg @ 0x7f898401be00] component: 1
[mjpeg @ 0x7f898401be00] component: 2
[mjpeg @ 0x7f898401be00] marker parser used 46850 bytes (374799 bits)
[mjpeg @ 0x7f898401be00] marker=d9 avail_size_in_buf=0
[mjpeg @ 0x7f898401be00] decode frame unused 0 bytes
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
cur_dts is invalid (this is harmless if it occurs once at the start per stream)
[mjpeg @ 0x7f898401be00] marker=d8 avail_size_in_buf=47559
[mjpeg @ 0x7f898401be00] marker parser used 0 bytes (0 bits)
[mjpeg @ 0x7f898401be00] marker=e0 avail_size_in_buf=47557
[mjpeg @ 0x7f898401be00] marker parser used 16 bytes (128 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47539
[mjpeg @ 0x7f898401be00] index=0
[mjpeg @ 0x7f898401be00] qscale[0]: 1
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=db avail_size_in_buf=47470
[mjpeg @ 0x7f898401be00] index=1
[mjpeg @ 0x7f898401be00] qscale[1]: 2
[mjpeg @ 0x7f898401be00] marker parser used 67 bytes (536 bits)
[mjpeg @ 0x7f898401be00] marker=c0 avail_size_in_buf=47401
[mjpeg @ 0x7f898401be00] sof0: picture: 690x360
[mjpeg @ 0x7f898401be00] component 0 1:1 id: 0 quant:0
[mjpeg @ 0x7f898401be00] component 1 1:1 id: 1 quant:1
[mjpeg @ 0x7f898401be00] component 2 1:1 id: 2 quant:1
[mjpeg @ 0x7f898401be00] pix fmt id 11111100
[mjpeg @ 0x7f898401be00] marker parser used 17 bytes (136 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47382
[mjpeg @ 0x7f898401be00] class=0 index=0 nb_codes=11
[mjpeg @ 0x7f898401be00] marker parser used 30 bytes (240 bits)
[mjpeg @ 0x7f898401be00] marker=c4 avail_size_in_buf=47350
[mjpeg @ 0x7f898401be00] class=1 index=0 nb_codes=241
[mjpeg @ 0x7f898401be00] marker parser used 92 bytes (736 bits)