| 1 | ffmpeg started on 2019-07-04 at 14:55:19
|
|---|
| 2 | Report written to "ffmpeg-20190704-145519.log"
|
|---|
| 3 | Command line:
|
|---|
| 4 | "C:\\Users\\svihalek\\ffmpeg\\bin\\ffmpeg.exe" -v 9 -loglevel 99 -report -i INPUT.mxf -f lavfi -i "anullsrc=r=48000:cl=mono" -map 0:v -y -c:v mpeg2video -s 1920x1080 -video_format pal -profile:v 0 -level:v 2 -r 25 -aspect 16:9 -flags +ildct -b:v 50000k -minrate 50000k -maxrate 50000k -filter_complex "[0:a:0][0:a:1][1:a:0][1:a:0][1:a:0][1:a:0][1:a:0][1:a:0]amerge=inputs=8[a]" -acodec pcm_s24le -map "[a]" OUTPUT_correct.mxf
|
|---|
| 5 | ffmpeg version 4.0 Copyright (c) 2000-2018 the FFmpeg developers
|
|---|
| 6 | built with gcc 7.3.0 (GCC)
|
|---|
| 7 | configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
|
|---|
| 8 | libavutil 56. 14.100 / 56. 14.100
|
|---|
| 9 | libavcodec 58. 18.100 / 58. 18.100
|
|---|
| 10 | libavformat 58. 12.100 / 58. 12.100
|
|---|
| 11 | libavdevice 58. 3.100 / 58. 3.100
|
|---|
| 12 | libavfilter 7. 16.100 / 7. 16.100
|
|---|
| 13 | libswscale 5. 1.100 / 5. 1.100
|
|---|
| 14 | libswresample 3. 1.100 / 3. 1.100
|
|---|
| 15 | libpostproc 55. 1.100 / 55. 1.100
|
|---|
| 16 | Splitting the commandline.
|
|---|
| 17 | Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'.
|
|---|
| 18 | Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
|
|---|
| 19 | Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
|
|---|
| 20 | Reading option '-i' ... matched as input url with argument 'INPUT.mxf'.
|
|---|
| 21 | Reading option '-f' ... matched as option 'f' (force format) with argument 'lavfi'.
|
|---|
| 22 | Reading option '-i' ... matched as input url with argument 'anullsrc=r=48000:cl=mono'.
|
|---|
| 23 | Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:v'.
|
|---|
| 24 | Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
|
|---|
| 25 | Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'mpeg2video'.
|
|---|
| 26 | Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '1920x1080'.
|
|---|
| 27 | Reading option '-video_format' ... matched as AVOption 'video_format' with argument 'pal'.
|
|---|
| 28 | Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument '0'.
|
|---|
| 29 | Reading option '-level:v' ... matched as AVOption 'level:v' with argument '2'.
|
|---|
| 30 | Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '25'.
|
|---|
| 31 | Reading option '-aspect' ... matched as option 'aspect' (set aspect ratio (4:3, 16:9 or 1.3333, 1.7777)) with argument '16:9'.
|
|---|
| 32 | Reading option '-flags' ... matched as AVOption 'flags' with argument '+ildct'.
|
|---|
| 33 | Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '50000k'.
|
|---|
| 34 | Reading option '-minrate' ... matched as AVOption 'minrate' with argument '50000k'.
|
|---|
| 35 | Reading option '-maxrate' ... matched as AVOption 'maxrate' with argument '50000k'.
|
|---|
| 36 | Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument '[0:a:0][0:a:1][1:a:0][1:a:0][1:a:0][1:a:0][1:a:0][1:a:0]amerge=inputs=8[a]'.
|
|---|
| 37 | Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'pcm_s24le'.
|
|---|
| 38 | Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '[a]'.
|
|---|
| 39 | Reading option 'OUTPUT_correct.mxf' ... matched as output url.
|
|---|
| 40 | Finished splitting the commandline.
|
|---|
| 41 | Parsing a group of options: global .
|
|---|
| 42 | Applying option v (set logging level) with argument 9.
|
|---|
| 43 | Applying option loglevel (set logging level) with argument 99.
|
|---|
| 44 | Applying option report (generate a report) with argument 1.
|
|---|
| 45 | Applying option y (overwrite output files) with argument 1.
|
|---|
| 46 | Applying option filter_complex (create a complex filtergraph) with argument [0:a:0][0:a:1][1:a:0][1:a:0][1:a:0][1:a:0][1:a:0][1:a:0]amerge=inputs=8[a].
|
|---|
| 47 | Successfully parsed a group of options.
|
|---|
| 48 | Parsing a group of options: input url INPUT.mxf.
|
|---|
| 49 | Successfully parsed a group of options.
|
|---|
| 50 | Opening an input file: INPUT.mxf.
|
|---|
| 51 | [NULL @ 00296680] Opening 'INPUT.mxf' for reading
|
|---|
| 52 | [file @ 003fc500] Setting default whitelist 'file,crypto'
|
|---|
| 53 | [mxf @ 00296680] Format mxf probed with size=2048 and score=100
|
|---|
| 54 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 55 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 56 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 57 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 58 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 59 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 60 | [mxf @ 00296680] Dark key 06.0e.2b.34.02.05.01.01.0d.01.02.01.01.11.01.00
|
|---|
| 61 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 62 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 63 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 64 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 65 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 66 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 67 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 68 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 69 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 70 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 71 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 72 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 73 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 74 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 75 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 76 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 77 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 78 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 79 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 80 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 81 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 82 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 83 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 84 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 85 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 86 | [mxf @ 00296680] Dark key 06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
|
|---|
| 87 | [mxf @ 00296680] mpeg2video: Universal Label: 060e2b34.0401.0103.04010202.01040300
|
|---|
| 88 | [mxf @ 00296680] video_line_map: (21, 584), field_dominance: 1
|
|---|
| 89 | [mxf @ 00296680] none: Universal Label: 00000000.0000.0000.00000000.00000000
|
|---|
| 90 | [mxf @ 00296680] none: Universal Label: 00000000.0000.0000.00000000.00000000
|
|---|
| 91 | [mxf @ 00296680] none: Universal Label: 00000000.0000.0000.00000000.00000000
|
|---|
| 92 | [mxf @ 00296680] none: Universal Label: 00000000.0000.0000.00000000.00000000
|
|---|
| 93 | [mxf @ 00296680] none: Universal Label: 00000000.0000.0000.00000000.00000000
|
|---|
| 94 | [mxf @ 00296680] none: Universal Label: 00000000.0000.0000.00000000.00000000
|
|---|
| 95 | [mxf @ 00296680] none: Universal Label: 00000000.0000.0000.00000000.00000000
|
|---|
| 96 | [mxf @ 00296680] none: Universal Label: 00000000.0000.0000.00000000.00000000
|
|---|
| 97 | [mxf @ 00296680] Before avformat_find_stream_info() pos: 34816 bytes read:529332 seeks:18 nb_streams:9
|
|---|
| 98 | [mpeg2video @ 002b4240] Format yuv422p chosen by get_format().
|
|---|
| 99 | [mxf @ 00296680] Probe buffer size limit of 5000000 bytes reached
|
|---|
| 100 | [mxf @ 00296680] rfps: 24.333333 0.019141
|
|---|
| 101 | [mxf @ 00296680] rfps: 24.333333 0.019141
|
|---|
| 102 | [mxf @ 00296680] rfps: 24.416667 0.014655
|
|---|
| 103 | [mxf @ 00296680] rfps: 24.416667 0.014655
|
|---|
| 104 | [mxf @ 00296680] rfps: 24.500000 0.010767
|
|---|
| 105 | [mxf @ 00296680] rfps: 24.500000 0.010767
|
|---|
| 106 | [mxf @ 00296680] rfps: 24.583333 0.007477
|
|---|
| 107 | [mxf @ 00296680] rfps: 24.583333 0.007477
|
|---|
| 108 | [mxf @ 00296680] rfps: 24.666667 0.004785
|
|---|
| 109 | [mxf @ 00296680] rfps: 24.666667 0.004785
|
|---|
| 110 | [mxf @ 00296680] rfps: 24.750000 0.002692
|
|---|
| 111 | [mxf @ 00296680] rfps: 24.750000 0.002692
|
|---|
| 112 | [mxf @ 00296680] rfps: 24.833333 0.001196
|
|---|
| 113 | [mxf @ 00296680] rfps: 24.833333 0.001196
|
|---|
| 114 | [mxf @ 00296680] rfps: 24.916667 0.000299
|
|---|
| 115 | [mxf @ 00296680] rfps: 24.916667 0.000299
|
|---|
| 116 | [mxf @ 00296680] rfps: 25.000000 0.000000
|
|---|
| 117 | [mxf @ 00296680] rfps: 25.083333 0.000299
|
|---|
| 118 | [mxf @ 00296680] rfps: 25.166667 0.001196
|
|---|
| 119 | [mxf @ 00296680] rfps: 25.250000 0.002692
|
|---|
| 120 | [mxf @ 00296680] rfps: 25.333333 0.004785
|
|---|
| 121 | [mxf @ 00296680] rfps: 25.416667 0.007477
|
|---|
| 122 | [mxf @ 00296680] rfps: 25.500000 0.010767
|
|---|
| 123 | [mxf @ 00296680] rfps: 25.583333 0.014655
|
|---|
| 124 | [mxf @ 00296680] rfps: 25.666667 0.019141
|
|---|
| 125 | [mxf @ 00296680] rfps: 50.000000 0.000000
|
|---|
| 126 | [mxf @ 00296680] After avformat_find_stream_info() pos: 5345306 bytes read:5839822 seeks:18 frames:163
|
|---|
| 127 | Guessed Channel Layout for Input Stream #0.1 : mono
|
|---|
| 128 | Guessed Channel Layout for Input Stream #0.2 : mono
|
|---|
| 129 | Guessed Channel Layout for Input Stream #0.3 : mono
|
|---|
| 130 | Guessed Channel Layout for Input Stream #0.4 : mono
|
|---|
| 131 | Guessed Channel Layout for Input Stream #0.5 : mono
|
|---|
| 132 | Guessed Channel Layout for Input Stream #0.6 : mono
|
|---|
| 133 | Guessed Channel Layout for Input Stream #0.7 : mono
|
|---|
| 134 | Guessed Channel Layout for Input Stream #0.8 : mono
|
|---|
| 135 | Input #0, mxf, from 'INPUT.mxf':
|
|---|
| 136 | Metadata:
|
|---|
| 137 | uid : 7b7888de-3bac-11e7-b538-80006ef27766
|
|---|
| 138 | generation_uid : 7b7888df-3bac-11e7-a952-80006ef27766
|
|---|
| 139 | company_name : Adobe Systems Incorporated
|
|---|
| 140 | product_name : Adobe Media Encoder
|
|---|
| 141 | product_version : 11.1.0
|
|---|
| 142 | application_platform: Mac OS X
|
|---|
| 143 | product_uid : 0c3919fe-46e8-11e5-a151-feff819cdc9f
|
|---|
| 144 | modification_date: 2017-05-18T09:29:25.000000Z
|
|---|
| 145 | material_package_umid: 0x060A2B340101010501010D1113000000A8600902917805A5407C80006EF27766
|
|---|
| 146 | timecode : 00:00:00:00
|
|---|
| 147 | Duration: 00:02:13.84, start: 0.000000, bitrate: 59976 kb/s
|
|---|
| 148 | Stream #0:0, 19, 1/25: Video: mpeg2video (4:2:2), 1 reference frame, yuv422p(tv, unknown/bt709/bt709, top first, topleft), 1920x1080 [SAR 1:1 DAR 16:9], 0/1, 50000 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
|
|---|
| 149 | Metadata:
|
|---|
| 150 | file_package_umid: 0x060A2B340101010501010D1213019AE1A8600902917805A502F380006EF27766
|
|---|
| 151 | file_package_name: Source Package
|
|---|
| 152 | track_name : Track 1
|
|---|
| 153 | Stream #0:1, 18, 1/48000: Audio: pcm_s24le, 48000 Hz, mono, s32 (24 bit), 1152 kb/s
|
|---|
| 154 | Metadata:
|
|---|
| 155 | file_package_umid: 0x060A2B340101010501010D1213019AE1A8600902917805A502F380006EF27766
|
|---|
| 156 | file_package_name: Source Package
|
|---|
| 157 | track_name : Track 2
|
|---|
| 158 | Stream #0:2, 18, 1/48000: Audio: pcm_s24le, 48000 Hz, mono, s32 (24 bit), 1152 kb/s
|
|---|
| 159 | Metadata:
|
|---|
| 160 | file_package_umid: 0x060A2B340101010501010D1213019AE1A8600902917805A502F380006EF27766
|
|---|
| 161 | file_package_name: Source Package
|
|---|
| 162 | track_name : Track 3
|
|---|
| 163 | Stream #0:3, 18, 1/48000: Audio: pcm_s24le, 48000 Hz, mono, s32 (24 bit), 1152 kb/s
|
|---|
| 164 | Metadata:
|
|---|
| 165 | file_package_umid: 0x060A2B340101010501010D1213019AE1A8600902917805A502F380006EF27766
|
|---|
| 166 | file_package_name: Source Package
|
|---|
| 167 | track_name : Track 4
|
|---|
| 168 | Stream #0:4, 18, 1/48000: Audio: pcm_s24le, 48000 Hz, mono, s32 (24 bit), 1152 kb/s
|
|---|
| 169 | Metadata:
|
|---|
| 170 | file_package_umid: 0x060A2B340101010501010D1213019AE1A8600902917805A502F380006EF27766
|
|---|
| 171 | file_package_name: Source Package
|
|---|
| 172 | track_name : Track 5
|
|---|
| 173 | Stream #0:5, 18, 1/48000: Audio: pcm_s24le, 48000 Hz, mono, s32 (24 bit), 1152 kb/s
|
|---|
| 174 | Metadata:
|
|---|
| 175 | file_package_umid: 0x060A2B340101010501010D1213019AE1A8600902917805A502F380006EF27766
|
|---|
| 176 | file_package_name: Source Package
|
|---|
| 177 | track_name : Track 6
|
|---|
| 178 | Stream #0:6, 18, 1/48000: Audio: pcm_s24le, 48000 Hz, mono, s32 (24 bit), 1152 kb/s
|
|---|
| 179 | Metadata:
|
|---|
| 180 | file_package_umid: 0x060A2B340101010501010D1213019AE1A8600902917805A502F380006EF27766
|
|---|
| 181 | file_package_name: Source Package
|
|---|
| 182 | track_name : Track 7
|
|---|
| 183 | Stream #0:7, 18, 1/48000: Audio: pcm_s24le, 48000 Hz, mono, s32 (24 bit), 1152 kb/s
|
|---|
| 184 | Metadata:
|
|---|
| 185 | file_package_umid: 0x060A2B340101010501010D1213019AE1A8600902917805A502F380006EF27766
|
|---|
| 186 | file_package_name: Source Package
|
|---|
| 187 | track_name : Track 8
|
|---|
| 188 | Stream #0:8, 18, 1/48000: Audio: pcm_s24le, 48000 Hz, mono, s32 (24 bit), 1152 kb/s
|
|---|
| 189 | Metadata:
|
|---|
| 190 | file_package_umid: 0x060A2B340101010501010D1213019AE1A8600902917805A502F380006EF27766
|
|---|
| 191 | file_package_name: Source Package
|
|---|
| 192 | track_name : Track 9
|
|---|
| 193 | Successfully opened the file.
|
|---|
| 194 | Parsing a group of options: input url anullsrc=r=48000:cl=mono.
|
|---|
| 195 | Applying option f (force format) with argument lavfi.
|
|---|
| 196 | Successfully parsed a group of options.
|
|---|
| 197 | Opening an input file: anullsrc=r=48000:cl=mono.
|
|---|
| 198 | detected 4 logical cores
|
|---|
| 199 | [Parsed_anullsrc_0 @ 00299f40] Setting 'r' to value '48000'
|
|---|
| 200 | [Parsed_anullsrc_0 @ 00299f40] Setting 'cl' to value 'mono'
|
|---|
| 201 | [AVFilterGraph @ 0028cb00] query_formats: 2 queried, 3 merged, 0 already done, 0 delayed
|
|---|
| 202 | [Parsed_anullsrc_0 @ 00299f40] sample_rate:48000 channel_layout:'mono' nb_samples:1024
|
|---|
| 203 | [lavfi @ 06362480] All info found
|
|---|
| 204 | Input #1, lavfi, from 'anullsrc=r=48000:cl=mono':
|
|---|
| 205 | Duration: N/A, start: 0.000000, bitrate: 384 kb/s
|
|---|
| 206 | Stream #1:0, 1, 1/48000: Audio: pcm_u8, 48000 Hz, mono, u8, 384 kb/s
|
|---|
| 207 | Successfully opened the file.
|
|---|
| 208 | [Parsed_amerge_0 @ 00299800] Setting 'inputs' to value '8'
|
|---|
| 209 | Parsing a group of options: output url OUTPUT_correct.mxf.
|
|---|
| 210 | Applying option map (set input stream mapping) with argument 0:v.
|
|---|
| 211 | Applying option c:v (codec name) with argument mpeg2video.
|
|---|
| 212 | Applying option s (set frame size (WxH or abbreviation)) with argument 1920x1080.
|
|---|
| 213 | Applying option profile:v (set profile) with argument 0.
|
|---|
| 214 | Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 25.
|
|---|
| 215 | Applying option aspect (set aspect ratio (4:3, 16:9 or 1.3333, 1.7777)) with argument 16:9.
|
|---|
| 216 | Applying option b:v (video bitrate (please use -b:v)) with argument 50000k.
|
|---|
| 217 | Applying option acodec (force audio codec ('copy' to copy stream)) with argument pcm_s24le.
|
|---|
| 218 | Applying option map (set input stream mapping) with argument [a].
|
|---|
| 219 | Successfully parsed a group of options.
|
|---|
| 220 | Opening an output file: OUTPUT_correct.mxf.
|
|---|
| 221 | [file @ 065b2640] Setting default whitelist 'file,crypto'
|
|---|
| 222 | Successfully opened the file.
|
|---|
| 223 | Stream mapping:
|
|---|
| 224 | Stream #0:1 (pcm_s24le) -> amerge:in0 (graph 0)
|
|---|
| 225 | Stream #0:2 (pcm_s24le) -> amerge:in1 (graph 0)
|
|---|
| 226 | Stream #1:0 (pcm_u8) -> amerge:in2 (graph 0)
|
|---|
| 227 | Stream #1:0 (pcm_u8) -> amerge:in3 (graph 0)
|
|---|
| 228 | Stream #1:0 (pcm_u8) -> amerge:in4 (graph 0)
|
|---|
| 229 | Stream #1:0 (pcm_u8) -> amerge:in5 (graph 0)
|
|---|
| 230 | Stream #1:0 (pcm_u8) -> amerge:in6 (graph 0)
|
|---|
| 231 | Stream #1:0 (pcm_u8) -> amerge:in7 (graph 0)
|
|---|
| 232 | Stream #0:0 -> #0:0 (mpeg2video (native) -> mpeg2video (native))
|
|---|
| 233 | amerge (graph 0) -> Stream #0:1 (pcm_s24le)
|
|---|
| 234 | Press [q] to stop, [?] for help
|
|---|
| 235 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 236 | [mpeg2video @ 002bf300] Format yuv422p chosen by get_format().
|
|---|
| 237 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 238 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 239 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 240 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 241 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 242 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 243 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 244 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 245 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 246 | [mpeg2video @ 002bf300] allocating dummy last picture for B frame
|
|---|
| 247 | [graph 1 input from stream 0:0 @ 00338bc0] Setting 'video_size' to value '1920x1080'
|
|---|
| 248 | [graph 1 input from stream 0:0 @ 00338bc0] Setting 'pix_fmt' to value '4'
|
|---|
| 249 | [graph 1 input from stream 0:0 @ 00338bc0] Setting 'time_base' to value '1/25'
|
|---|
| 250 | [graph 1 input from stream 0:0 @ 00338bc0] Setting 'pixel_aspect' to value '1/1'
|
|---|
| 251 | [graph 1 input from stream 0:0 @ 00338bc0] Setting 'sws_param' to value 'flags=2'
|
|---|
| 252 | [graph 1 input from stream 0:0 @ 00338bc0] Setting 'frame_rate' to value '25/1'
|
|---|
| 253 | [graph 1 input from stream 0:0 @ 00338bc0] w:1920 h:1080 pixfmt:yuv422p tb:1/25 fr:25/1 sar:1/1 sws_param:flags=2
|
|---|
| 254 | [scaler_out_0_0 @ 00338280] Setting 'w' to value '1920'
|
|---|
| 255 | [scaler_out_0_0 @ 00338280] Setting 'h' to value '1080'
|
|---|
| 256 | [scaler_out_0_0 @ 00338280] Setting 'flags' to value 'bicubic'
|
|---|
| 257 | [scaler_out_0_0 @ 00338280] w:1920 h:1080 flags:'bicubic' interl:0
|
|---|
| 258 | [format @ 00338140] Setting 'pix_fmts' to value 'yuv420p|yuv422p'
|
|---|
| 259 | [AVFilterGraph @ 0028d200] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed
|
|---|
| 260 | [scaler_out_0_0 @ 00338280] w:1920 h:1080 fmt:yuv422p sar:1/1 -> w:1920 h:1080 fmt:yuv422p sar:1/1 flags:0x4
|
|---|
| 261 | [mpeg2video @ 0635ea00] Automatically choosing VBV buffer size of 746 kbyte
|
|---|
| 262 | [mpeg2video @ 0635ea00] intra_quant_bias = 96 inter_quant_bias = 0
|
|---|
| 263 | Clipping frame in rate conversion by 0.000008
|
|---|
| 264 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 265 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 266 | [Parsed_amerge_0 @ 00338c40] Setting 'inputs' to value '8'
|
|---|
| 267 | [graph_0_in_0_1 @ 00338d00] Setting 'time_base' to value '1/48000'
|
|---|
| 268 | [graph_0_in_0_1 @ 00338d00] Setting 'sample_rate' to value '48000'
|
|---|
| 269 | [graph_0_in_0_1 @ 00338d00] Setting 'sample_fmt' to value 's32'
|
|---|
| 270 | [graph_0_in_0_1 @ 00338d00] Setting 'channel_layout' to value '0x4'
|
|---|
| 271 | [graph_0_in_0_1 @ 00338d00] tb:1/48000 samplefmt:s32 samplerate:48000 chlayout:0x4
|
|---|
| 272 | [graph_0_in_0_2 @ 00338e40] Setting 'time_base' to value '1/48000'
|
|---|
| 273 | [graph_0_in_0_2 @ 00338e40] Setting 'sample_rate' to value '48000'
|
|---|
| 274 | [graph_0_in_0_2 @ 00338e40] Setting 'sample_fmt' to value 's32'
|
|---|
| 275 | [graph_0_in_0_2 @ 00338e40] Setting 'channel_layout' to value '0x4'
|
|---|
| 276 | [graph_0_in_0_2 @ 00338e40] tb:1/48000 samplefmt:s32 samplerate:48000 chlayout:0x4
|
|---|
| 277 | [graph_0_in_1_0 @ 00338dc0] Setting 'time_base' to value '1/48000'
|
|---|
| 278 | [graph_0_in_1_0 @ 00338dc0] Setting 'sample_rate' to value '48000'
|
|---|
| 279 | [graph_0_in_1_0 @ 00338dc0] Setting 'sample_fmt' to value 'u8'
|
|---|
| 280 | [graph_0_in_1_0 @ 00338dc0] Setting 'channel_layout' to value '0x4'
|
|---|
| 281 | [graph_0_in_1_0 @ 00338dc0] tb:1/48000 samplefmt:u8 samplerate:48000 chlayout:0x4
|
|---|
| 282 | [graph_0_in_1_0 @ 00339380] Setting 'time_base' to value '1/48000'
|
|---|
| 283 | [graph_0_in_1_0 @ 00339380] Setting 'sample_rate' to value '48000'
|
|---|
| 284 | [graph_0_in_1_0 @ 00339380] Setting 'sample_fmt' to value 'u8'
|
|---|
| 285 | [graph_0_in_1_0 @ 00339380] Setting 'channel_layout' to value '0x4'
|
|---|
| 286 | [graph_0_in_1_0 @ 00339380] tb:1/48000 samplefmt:u8 samplerate:48000 chlayout:0x4
|
|---|
| 287 | [graph_0_in_1_0 @ 00338480] Setting 'time_base' to value '1/48000'
|
|---|
| 288 | [graph_0_in_1_0 @ 00338480] Setting 'sample_rate' to value '48000'
|
|---|
| 289 | [graph_0_in_1_0 @ 00338480] Setting 'sample_fmt' to value 'u8'
|
|---|
| 290 | [graph_0_in_1_0 @ 00338480] Setting 'channel_layout' to value '0x4'
|
|---|
| 291 | [graph_0_in_1_0 @ 00338480] tb:1/48000 samplefmt:u8 samplerate:48000 chlayout:0x4
|
|---|
| 292 | [graph_0_in_1_0 @ 00338f00] Setting 'time_base' to value '1/48000'
|
|---|
| 293 | [graph_0_in_1_0 @ 00338f00] Setting 'sample_rate' to value '48000'
|
|---|
| 294 | [graph_0_in_1_0 @ 00338f00] Setting 'sample_fmt' to value 'u8'
|
|---|
| 295 | [graph_0_in_1_0 @ 00338f00] Setting 'channel_layout' to value '0x4'
|
|---|
| 296 | [graph_0_in_1_0 @ 00338f00] tb:1/48000 samplefmt:u8 samplerate:48000 chlayout:0x4
|
|---|
| 297 | [graph_0_in_1_0 @ 00338fc0] Setting 'time_base' to value '1/48000'
|
|---|
| 298 | [graph_0_in_1_0 @ 00338fc0] Setting 'sample_rate' to value '48000'
|
|---|
| 299 | [graph_0_in_1_0 @ 00338fc0] Setting 'sample_fmt' to value 'u8'
|
|---|
| 300 | [graph_0_in_1_0 @ 00338fc0] Setting 'channel_layout' to value '0x4'
|
|---|
| 301 | [graph_0_in_1_0 @ 00338fc0] tb:1/48000 samplefmt:u8 samplerate:48000 chlayout:0x4
|
|---|
| 302 | [graph_0_in_1_0 @ 00339040] Setting 'time_base' to value '1/48000'
|
|---|
| 303 | [graph_0_in_1_0 @ 00339040] Setting 'sample_rate' to value '48000'
|
|---|
| 304 | [graph_0_in_1_0 @ 00339040] Setting 'sample_fmt' to value 'u8'
|
|---|
| 305 | [graph_0_in_1_0 @ 00339040] Setting 'channel_layout' to value '0x4'
|
|---|
| 306 | [graph_0_in_1_0 @ 00339040] tb:1/48000 samplefmt:u8 samplerate:48000 chlayout:0x4
|
|---|
| 307 | [format_out_0_1 @ 00338540] Setting 'sample_fmts' to value 's32'
|
|---|
| 308 | [Parsed_amerge_0 @ 00338c40] No channel layout for input 1
|
|---|
| 309 | [AVFilterGraph @ 0028d280] query_formats: 10 queried, 3 merged, 0 already done, 27 delayed
|
|---|
| 310 | [AVFilterGraph @ 0028d280] query_formats not finished
|
|---|
| 311 | [Parsed_amerge_0 @ 00338c40] Input channel layouts overlap: output layout will be determined by the number of distinct input channels
|
|---|
| 312 | [Parsed_amerge_0 @ 00338c40] auto-inserting filter 'auto_resampler_0' between the filter 'graph_0_in_1_0' and the filter 'Parsed_amerge_0'
|
|---|
| 313 | [Parsed_amerge_0 @ 00338c40] auto-inserting filter 'auto_resampler_1' between the filter 'graph_0_in_1_0' and the filter 'Parsed_amerge_0'
|
|---|
| 314 | [Parsed_amerge_0 @ 00338c40] auto-inserting filter 'auto_resampler_2' between the filter 'graph_0_in_1_0' and the filter 'Parsed_amerge_0'
|
|---|
| 315 | [Parsed_amerge_0 @ 00338c40] auto-inserting filter 'auto_resampler_3' between the filter 'graph_0_in_1_0' and the filter 'Parsed_amerge_0'
|
|---|
| 316 | [Parsed_amerge_0 @ 00338c40] auto-inserting filter 'auto_resampler_4' between the filter 'graph_0_in_1_0' and the filter 'Parsed_amerge_0'
|
|---|
| 317 | [Parsed_amerge_0 @ 00338c40] auto-inserting filter 'auto_resampler_5' between the filter 'graph_0_in_1_0' and the filter 'Parsed_amerge_0'
|
|---|
| 318 | [AVFilterGraph @ 0028d280] query_formats: 1 queried, 9 merged, 21 already done, 0 delayed
|
|---|
| 319 | [auto_resampler_0 @ 00339100] [SWR @ 0841a940] Using s16p internally between filters
|
|---|
| 320 | [auto_resampler_0 @ 00339100] ch:1 chl:mono fmt:u8 r:48000Hz -> ch:1 chl:mono fmt:s32 r:48000Hz
|
|---|
| 321 | [auto_resampler_1 @ 003387c0] [SWR @ 0842eec0] Using s16p internally between filters
|
|---|
| 322 | [auto_resampler_1 @ 003387c0] ch:1 chl:mono fmt:u8 r:48000Hz -> ch:1 chl:mono fmt:s32 r:48000Hz
|
|---|
| 323 | [auto_resampler_2 @ 00339300] [SWR @ 08445400] Using s16p internally between filters
|
|---|
| 324 | [auto_resampler_2 @ 00339300] ch:1 chl:mono fmt:u8 r:48000Hz -> ch:1 chl:mono fmt:s32 r:48000Hz
|
|---|
| 325 | [auto_resampler_3 @ 00339440] [SWR @ 0845d940] Using s16p internally between filters
|
|---|
| 326 | [auto_resampler_3 @ 00339440] ch:1 chl:mono fmt:u8 r:48000Hz -> ch:1 chl:mono fmt:s32 r:48000Hz
|
|---|
| 327 | [auto_resampler_4 @ 00339500] [SWR @ 08471e80] Using s16p internally between filters
|
|---|
| 328 | [auto_resampler_4 @ 00339500] ch:1 chl:mono fmt:u8 r:48000Hz -> ch:1 chl:mono fmt:s32 r:48000Hz
|
|---|
| 329 | [auto_resampler_5 @ 003385c0] [SWR @ 084863c0] Using s16p internally between filters
|
|---|
| 330 | [auto_resampler_5 @ 003385c0] ch:1 chl:mono fmt:u8 r:48000Hz -> ch:1 chl:mono fmt:s32 r:48000Hz
|
|---|
| 331 | [Parsed_amerge_0 @ 00338c40] in0:mono + in1:mono + in2:mono + in3:mono + in4:mono + in5:mono + in6:mono + in7:mono -> out:7.1
|
|---|
| 332 | Output #0, mxf, to 'OUTPUT_correct.mxf':
|
|---|
| 333 | Metadata:
|
|---|
| 334 | uid : 7b7888de-3bac-11e7-b538-80006ef27766
|
|---|
| 335 | generation_uid : 7b7888df-3bac-11e7-a952-80006ef27766
|
|---|
| 336 | company_name : Adobe Systems Incorporated
|
|---|
| 337 | product_name : Adobe Media Encoder
|
|---|
| 338 | product_version : 11.1.0
|
|---|
| 339 | application_platform: Mac OS X
|
|---|
| 340 | product_uid : 0c3919fe-46e8-11e5-a151-feff819cdc9f
|
|---|
| 341 | modification_date: 2017-05-18T09:29:25.000000Z
|
|---|
| 342 | material_package_umid: 0x060A2B340101010501010D1113000000A8600902917805A5407C80006EF27766
|
|---|
| 343 | timecode : 00:00:00:00
|
|---|
| 344 | encoder : Lavf58.12.100
|
|---|
| 345 | Stream #0:0, 0, 1/25: Video: mpeg2video (4:2:2), 1 reference frame, yuv422p(top coded first (swapped), topleft), 1920x1080 [SAR 1:1 DAR 16:9], 0/1, q=2-31, 50000 kb/s, 25 fps, 25 tbn, 25 tbc
|
|---|
| 346 | Metadata:
|
|---|
| 347 | file_package_umid: 0x060A2B340101010501010D1213019AE1A8600902917805A502F380006EF27766
|
|---|
| 348 | file_package_name: Source Package
|
|---|
| 349 | track_name : Track 1
|
|---|
| 350 | encoder : Lavc58.18.100 mpeg2video
|
|---|
| 351 | Side data:
|
|---|
| 352 | cpb: bitrate max/min/avg: 50000000/50000000/50000000 buffer size: 6111232 vbv_delay: -1
|
|---|
| 353 | Stream #0:1, 0, 1/48000: Audio: pcm_s24le, 48000 Hz, 7.1, s32, 9216 kb/s (default)
|
|---|
| 354 | Metadata:
|
|---|
| 355 | encoder : Lavc58.18.100 pcm_s24le
|
|---|
| 356 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 357 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 358 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 359 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 360 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 361 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 362 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 363 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 364 | cur_dts is invalid (this is harmless if it occurs once at the start per stream)
|
|---|
| 365 | frame= 2 fps=0.0 q=1.6 size= 0kB time=00:00:00.02 bitrate= 0.0kbits/s speed=0.0421x
|
|---|
| 366 | [mxf @ 0035d980] essence container count:2
|
|---|
| 367 | [mxf @ 0035d980] essence container count:2
|
|---|
| 368 | [mxf @ 0035d980] package type:1
|
|---|
| 369 | [mxf @ 0035d980] package type:2
|
|---|
| 370 | [mxf @ 0035d980] essence container count:2
|
|---|
| 371 | [mxf @ 0035d980] edit units count 0
|
|---|
| 372 | frame= 18 fps= 16 q=2.0 size= 4176kB time=00:00:00.64 bitrate=53453.1kbits/s speed=0.584x
|
|---|
| 373 | frame= 27 fps= 16 q=2.0 size= 6791kB time=00:00:01.00 bitrate=55627.9kbits/s speed=0.602x
|
|---|
| 374 | frame= 33 fps= 15 q=2.0 size= 8534kB time=00:00:01.24 bitrate=56376.3kbits/s speed=0.571x
|
|---|
| 375 | frame= 37 fps= 14 q=2.0 size= 9696kB time=00:00:01.40 bitrate=56732.6kbits/s speed=0.518x
|
|---|
| 376 | frame= 44 fps= 14 q=18.4 size= 11729kB time=00:00:01.68 bitrate=57192.9kbits/s speed=0.523x
|
|---|
| 377 | frame= 52 fps= 14 q=2.0 size= 14053kB time=00:00:02.00 bitrate=57561.2kbits/s speed=0.538x
|
|---|
| 378 | frame= 58 fps= 14 q=2.0 size= 15796kB time=00:00:02.24 bitrate=57768.3kbits/s speed=0.523x
|
|---|
| 379 | frame= 67 fps= 14 q=2.0 size= 18411kB time=00:00:02.60 bitrate=58007.3kbits/s speed=0.534x
|
|---|
| 380 | frame= 79 fps= 15 q=2.0 size= 21897kB time=00:00:03.08 bitrate=58239.1kbits/s speed=0.574x
|
|---|
| 381 | frame= 97 fps= 16 q=1.6 size= 27126kB time=00:00:03.80 bitrate=58476.9kbits/s speed=0.646x
|
|---|
| 382 | frame= 120 fps= 19 q=1.6 size= 33807kB time=00:00:04.72 bitrate=58675.2kbits/s speed=0.739x
|
|---|
| 383 | frame= 147 fps= 21 q=2.0 size= 41651kB time=00:00:05.80 bitrate=58827.8kbits/s speed=0.84x
|
|---|
| 384 | frame= 171 fps= 23 q=2.0 size= 48623kB time=00:00:06.76 bitrate=58922.4kbits/s speed=0.913x
|
|---|
| 385 | frame= 199 fps= 25 q=1.6 size= 56757kB time=00:00:07.88 bitrate=59003.7kbits/s speed=0.997x
|
|---|
| 386 | frame= 229 fps= 27 q=2.0 size= 65472kB time=00:00:09.08 bitrate=59068.6kbits/s speed=1.08x
|
|---|
| 387 | [mxf @ 0035d980] essence container count:2
|
|---|
| 388 | [mxf @ 0035d980] edit units count 251
|
|---|
| 389 | frame= 263 fps= 30 q=2.0 size= 75353kB time=00:00:10.44 bitrate=59127.6kbits/s speed=1.17x
|
|---|
| 390 | frame= 295 fps= 31 q=2.0 size= 84649kB time=00:00:11.72 bitrate=59167.6kbits/s speed=1.24x
|
|---|
| 391 | frame= 322 fps= 32 q=2.0 size= 92493kB time=00:00:12.80 bitrate=59195.2kbits/s speed=1.29x
|
|---|
| 392 | frame= 352 fps= 34 q=2.0 size= 101208kB time=00:00:14.00 bitrate=59220.9kbits/s speed=1.34x
|
|---|
| 393 | frame= 378 fps= 35 q=2.0 size= 108761kB time=00:00:15.04 bitrate=59239.8kbits/s speed=1.38x
|
|---|
| 394 | frame= 403 fps= 35 q=2.0 size= 116023kB time=00:00:16.04 bitrate=59255.6kbits/s speed= 1.4x
|
|---|
| 395 | frame= 428 fps= 36 q=2.0 size= 123285kB time=00:00:17.04 bitrate=59269.4kbits/s speed=1.43x
|
|---|
| 396 | frame= 453 fps= 36 q=2.0 size= 130548kB time=00:00:18.04 bitrate=59281.9kbits/s speed=1.45x
|
|---|
| 397 | frame= 478 fps= 37 q=2.0 size= 137810kB time=00:00:19.04 bitrate=59293.1kbits/s speed=1.47x
|
|---|
| 398 | frame= 507 fps= 38 q=2.0 size= 146235kB time=00:00:20.20 bitrate=59304.6kbits/s speed= 1.5x
|
|---|
| 399 | [mxf @ 0035d980] essence container count:2
|
|---|
| 400 | [mxf @ 0035d980] edit units count 262
|
|---|
| 401 | frame= 533 fps= 38 q=2.0 size= 153792kB time=00:00:21.24 bitrate=59315.6kbits/s speed=1.52x
|
|---|
| 402 | frame= 560 fps= 39 q=2.0 size= 161636kB time=00:00:22.32 bitrate=59324.3kbits/s speed=1.54x
|
|---|
| 403 | frame= 590 fps= 39 q=2.0 size= 170351kB time=00:00:23.52 bitrate=59333.0kbits/s speed=1.57x
|
|---|
| 404 | frame= 620 fps= 40 q=2.0 size= 179066kB time=00:00:24.72 bitrate=59340.8kbits/s speed=1.59x
|
|---|
| 405 | frame= 645 fps= 40 q=2.0 size= 186328kB time=00:00:25.72 bitrate=59346.8kbits/s speed=1.61x
|
|---|
| 406 | frame= 670 fps= 41 q=2.0 size= 193591kB time=00:00:26.72 bitrate=59352.3kbits/s speed=1.62x
|
|---|
| 407 | frame= 699 fps= 41 q=2.0 size= 202015kB time=00:00:27.88 bitrate=59358.2kbits/s speed=1.64x
|
|---|
| 408 | frame= 726 fps= 41 q=2.0 size= 209859kB time=00:00:28.96 bitrate=59363.3kbits/s speed=1.65x
|
|---|
| 409 | frame= 751 fps= 42 q=2.0 size= 217121kB time=00:00:29.96 bitrate=59367.7kbits/s speed=1.66x
|
|---|
| 410 | [mxf @ 0035d980] essence container count:2
|
|---|
| 411 | [mxf @ 0035d980] edit units count 259
|
|---|
| 412 | frame= 776 fps= 42 q=2.0 size= 224388kB time=00:00:30.96 bitrate=59373.0kbits/s speed=1.67x
|
|---|
| 413 | frame= 802 fps= 42 q=2.0 size= 231941kB time=00:00:32.00 bitrate=59376.9kbits/s speed=1.68x
|
|---|
| 414 | frame= 830 fps= 42 q=2.0 size= 240075kB time=00:00:33.12 bitrate=59380.9kbits/s speed=1.69x
|
|---|
| 415 | frame= 855 fps= 43 q=2.0 size= 247338kB time=00:00:34.12 bitrate=59384.2kbits/s speed= 1.7x
|
|---|
| 416 | frame= 881 fps= 43 q=2.0 size= 254891kB time=00:00:35.16 bitrate=59387.5kbits/s speed=1.71x
|
|---|
| 417 | frame= 907 fps= 43 q=2.0 size= 262444kB time=00:00:36.20 bitrate=59390.5kbits/s speed=1.72x
|
|---|
| 418 | frame= 934 fps= 43 q=2.0 size= 270287kB time=00:00:37.28 bitrate=59393.5kbits/s speed=1.73x
|
|---|
| 419 | frame= 958 fps= 43 q=2.0 size= 277259kB time=00:00:38.24 bitrate=59396.1kbits/s speed=1.73x
|
|---|
| 420 | frame= 987 fps= 44 q=2.0 size= 285684kB time=00:00:39.40 bitrate=59399.0kbits/s speed=1.74x
|
|---|
| 421 | frame= 1009 fps= 44 q=2.0 size= 292075kB time=00:00:40.28 bitrate=59401.1kbits/s speed=1.74x
|
|---|
| 422 | frame= 1029 fps= 44 q=2.0 size= 297885kB time=00:00:41.08 bitrate=59402.9kbits/s speed=1.74x
|
|---|
| 423 | [mxf @ 0035d980] essence container count:2
|
|---|
| 424 | [mxf @ 0035d980] edit units count 257
|
|---|
| 425 | frame= 1052 fps= 44 q=2.0 size= 304571kB time=00:00:42.00 bitrate=59405.8kbits/s speed=1.74x
|
|---|
| 426 | frame= 1074 fps= 44 q=2.0 size= 310962kB time=00:00:42.88 bitrate=59407.6kbits/s speed=1.74x
|
|---|
| 427 | frame= 1096 fps= 44 q=2.0 size= 317353kB time=00:00:43.76 bitrate=59409.3kbits/s speed=1.74x
|
|---|
| 428 | frame= 1119 fps= 44 q=2.0 size= 324034kB time=00:00:44.68 bitrate=59411.1kbits/s speed=1.74x
|
|---|
| 429 | frame= 1145 fps= 44 q=2.0 size= 331587kB time=00:00:45.72 bitrate=59413.0kbits/s speed=1.75x
|
|---|
| 430 | frame= 1164 fps= 44 q=2.0 size= 337107kB time=00:00:46.48 bitrate=59414.3kbits/s speed=1.75x
|
|---|
| 431 | frame= 1186 fps= 44 q=2.0 size= 343498kB time=00:00:47.36 bitrate=59415.8kbits/s speed=1.75x
|
|---|
| 432 | frame= 1213 fps= 44 q=2.0 size= 351341kB time=00:00:48.44 bitrate=59417.5kbits/s speed=1.75x
|
|---|
| 433 | frame= 1241 fps= 44 q=2.0 size= 359475kB time=00:00:49.56 bitrate=59419.3kbits/s speed=1.76x
|
|---|
| 434 | frame= 1269 fps= 44 q=1.6 size= 367609kB time=00:00:50.68 bitrate=59420.9kbits/s speed=1.77x
|
|---|
| 435 | frame= 1291 fps= 44 q=2.0 size= 374000kB time=00:00:51.56 bitrate=59422.2kbits/s speed=1.77x
|
|---|
| 436 | [mxf @ 0035d980] essence container count:2
|
|---|
| 437 | [mxf @ 0035d980] edit units count 262
|
|---|
| 438 | frame= 1315 fps= 44 q=2.0 size= 380977kB time=00:00:52.52 bitrate=59424.2kbits/s speed=1.77x
|
|---|
| 439 | frame= 1339 fps= 44 q=2.0 size= 387949kB time=00:00:53.48 bitrate=59425.5kbits/s speed=1.77x
|
|---|
| 440 | frame= 1362 fps= 44 q=2.0 size= 394630kB time=00:00:54.40 bitrate=59426.6kbits/s speed=1.77x
|
|---|
| 441 | frame= 1383 fps= 44 q=2.0 size= 400731kB time=00:00:55.24 bitrate=59427.7kbits/s speed=1.77x
|
|---|
| 442 | frame= 1406 fps= 44 q=1.6 size= 407412kB time=00:00:56.16 bitrate=59428.8kbits/s speed=1.77x
|
|---|
| 443 | frame= 1429 fps= 44 q=13.1 size= 414094kB time=00:00:57.08 bitrate=59429.8kbits/s speed=1.77x
|
|---|
| 444 | frame= 1454 fps= 44 q=2.0 size= 421356kB time=00:00:58.08 bitrate=59430.9kbits/s speed=1.77x
|
|---|
| 445 | frame= 1477 fps= 44 q=2.0 size= 428038kB time=00:00:59.00 bitrate=59431.9kbits/s speed=1.77x
|
|---|
| 446 | frame= 1499 fps= 44 q=2.0 size= 434429kB time=00:00:59.88 bitrate=59432.8kbits/s speed=1.77x
|
|---|
| 447 | frame= 1522 fps= 44 q=2.0 size= 441110kB time=00:01:00.80 bitrate=59433.8kbits/s speed=1.77x
|
|---|
| 448 | frame= 1545 fps= 44 q=2.0 size= 447792kB time=00:01:01.72 bitrate=59434.7kbits/s speed=1.77x
|
|---|
| 449 | [mxf @ 0035d980] essence container count:2
|
|---|
| 450 | [mxf @ 0035d980] edit units count 262
|
|---|
| 451 | frame= 1566 fps= 44 q=2.0 size= 453896kB time=00:01:02.56 bitrate=59436.0kbits/s speed=1.77x
|
|---|
| 452 | frame= 1587 fps= 44 q=2.0 size= 459995kB time=00:01:03.40 bitrate=59436.6kbits/s speed=1.77x
|
|---|
| 453 | frame= 1611 fps= 44 q=2.0 size= 466967kB time=00:01:04.36 bitrate=59437.4kbits/s speed=1.77x
|
|---|
| 454 | frame= 1634 fps= 44 q=2.0 size= 473649kB time=00:01:05.28 bitrate=59438.2kbits/s speed=1.77x
|
|---|
| 455 | frame= 1656 fps= 44 q=2.0 size= 480040kB time=00:01:06.16 bitrate=59439.0kbits/s speed=1.77x
|
|---|
| 456 | frame= 1678 fps= 44 q=2.0 size= 486431kB time=00:01:07.04 bitrate=59439.7kbits/s speed=1.77x
|
|---|
| 457 | frame= 1701 fps= 44 q=2.0 size= 493112kB time=00:01:07.96 bitrate=59440.5kbits/s speed=1.77x
|
|---|
| 458 | frame= 1725 fps= 44 q=2.0 size= 500084kB time=00:01:08.92 bitrate=59441.2kbits/s speed=1.77x
|
|---|
| 459 | frame= 1748 fps= 44 q=2.0 size= 506766kB time=00:01:09.84 bitrate=59441.9kbits/s speed=1.77x
|
|---|
| 460 | frame= 1771 fps= 44 q=1.6 size= 513447kB time=00:01:10.76 bitrate=59442.6kbits/s speed=1.78x
|
|---|
| 461 | frame= 1794 fps= 44 q=2.0 size= 520129kB time=00:01:11.68 bitrate=59443.3kbits/s speed=1.78x
|
|---|
| 462 | [mxf @ 0035d980] essence container count:2
|
|---|
| 463 | [mxf @ 0035d980] edit units count 252
|
|---|
| 464 | frame= 1818 fps= 44 q=2.0 size= 527105kB time=00:01:12.64 bitrate=59444.4kbits/s speed=1.78x
|
|---|
| 465 | frame= 1841 fps= 44 q=2.0 size= 533787kB time=00:01:13.56 bitrate=59445.1kbits/s speed=1.78x
|
|---|
| 466 | frame= 1863 fps= 44 q=2.0 size= 540178kB time=00:01:14.44 bitrate=59445.7kbits/s speed=1.78x
|
|---|
| 467 | frame= 1886 fps= 44 q=2.0 size= 546859kB time=00:01:15.36 bitrate=59446.2kbits/s speed=1.78x
|
|---|
| 468 | frame= 1910 fps= 45 q=2.0 size= 553831kB time=00:01:16.32 bitrate=59446.9kbits/s speed=1.78x
|
|---|
| 469 | frame= 1933 fps= 45 q=2.0 size= 560513kB time=00:01:17.24 bitrate=59447.4kbits/s speed=1.78x
|
|---|
| 470 | frame= 1953 fps= 44 q=2.0 size= 566325kB time=00:01:18.04 bitrate=59448.2kbits/s speed=1.78x
|
|---|
| 471 | frame= 1972 fps= 44 q=2.0 size= 571842kB time=00:01:18.80 bitrate=59448.3kbits/s speed=1.77x
|
|---|
| 472 | frame= 1994 fps= 44 q=2.0 size= 578233kB time=00:01:19.68 bitrate=59448.8kbits/s speed=1.77x
|
|---|
| 473 | frame= 2013 fps= 44 q=2.0 size= 583752kB time=00:01:20.44 bitrate=59449.2kbits/s speed=1.77x
|
|---|
| 474 | frame= 2031 fps= 44 q=2.0 size= 588981kB time=00:01:21.16 bitrate=59449.6kbits/s speed=1.77x
|
|---|
| 475 | frame= 2051 fps= 44 q=2.0 size= 594791kB time=00:01:21.96 bitrate=59450.1kbits/s speed=1.76x
|
|---|
| 476 | [mxf @ 0035d980] essence container count:2
|
|---|
| 477 | [mxf @ 0035d980] edit units count 252
|
|---|
| 478 | frame= 2074 fps= 44 q=2.0 size= 601477kB time=00:01:22.88 bitrate=59451.0kbits/s speed=1.76x
|
|---|
| 479 | frame= 2096 fps= 44 q=2.0 size= 607868kB time=00:01:23.76 bitrate=59451.4kbits/s speed=1.76x
|
|---|
| 480 | frame= 2118 fps= 44 q=2.0 size= 614259kB time=00:01:24.64 bitrate=59451.9kbits/s speed=1.76x
|
|---|
| 481 | frame= 2140 fps= 44 q=2.0 size= 620650kB time=00:01:25.52 bitrate=59452.3kbits/s speed=1.76x
|
|---|
| 482 | frame= 2161 fps= 44 q=2.0 size= 626750kB time=00:01:26.36 bitrate=59452.7kbits/s speed=1.76x
|
|---|
| 483 | frame= 2180 fps= 44 q=2.0 size= 632270kB time=00:01:27.12 bitrate=59453.1kbits/s speed=1.76x
|
|---|
| 484 | frame= 2203 fps= 44 q=1.6 size= 638951kB time=00:01:28.04 bitrate=59453.5kbits/s speed=1.76x
|
|---|
| 485 | frame= 2224 fps= 44 q=2.0 size= 645052kB time=00:01:28.88 bitrate=59453.9kbits/s speed=1.76x
|
|---|
| 486 | frame= 2236 fps= 44 q=2.0 size= 648538kB time=00:01:29.36 bitrate=59454.1kbits/s speed=1.75x
|
|---|
| 487 | frame= 2252 fps= 44 q=2.0 size= 653186kB time=00:01:30.00 bitrate=59454.4kbits/s speed=1.74x
|
|---|
| 488 | frame= 2269 fps= 44 q=2.0 size= 658124kB time=00:01:30.68 bitrate=59454.7kbits/s speed=1.74x
|
|---|
| 489 | frame= 2292 fps= 44 q=2.0 size= 664806kB time=00:01:31.60 bitrate=59455.1kbits/s speed=1.74x
|
|---|
| 490 | frame= 2310 fps= 43 q=2.0 size= 670035kB time=00:01:32.32 bitrate=59455.4kbits/s speed=1.74x
|
|---|
| 491 | [mxf @ 0035d980] essence container count:2
|
|---|
| 492 | [mxf @ 0035d980] edit units count 252
|
|---|
| 493 | frame= 2326 fps= 43 q=2.0 size= 674687kB time=00:01:32.96 bitrate=59456.1kbits/s speed=1.73x
|
|---|
| 494 | frame= 2339 fps= 43 q=2.0 size= 678464kB time=00:01:33.48 bitrate=59456.3kbits/s speed=1.73x
|
|---|
| 495 | frame= 2352 fps= 43 q=2.0 size= 682240kB time=00:01:34.00 bitrate=59456.5kbits/s speed=1.72x
|
|---|
| 496 | frame= 2374 fps= 43 q=2.0 size= 688631kB time=00:01:34.88 bitrate=59456.8kbits/s speed=1.72x
|
|---|
| 497 | frame= 2394 fps= 43 q=2.0 size= 694441kB time=00:01:35.68 bitrate=59457.2kbits/s speed=1.72x
|
|---|
| 498 | frame= 2415 fps= 43 q=2.0 size= 700542kB time=00:01:36.52 bitrate=59457.5kbits/s speed=1.72x
|
|---|
| 499 | frame= 2437 fps= 43 q=2.0 size= 706933kB time=00:01:37.40 bitrate=59457.8kbits/s speed=1.72x
|
|---|
| 500 | frame= 2456 fps= 43 q=2.0 size= 712452kB time=00:01:38.16 bitrate=59458.1kbits/s speed=1.72x
|
|---|
| 501 | frame= 2471 fps= 43 q=2.0 size= 716810kB time=00:01:38.76 bitrate=59458.3kbits/s speed=1.71x
|
|---|
| 502 | frame= 2486 fps= 43 q=2.0 size= 721167kB time=00:01:39.36 bitrate=59458.5kbits/s speed= 1.7x
|
|---|
| 503 | frame= 2508 fps= 43 q=2.0 size= 727558kB time=00:01:40.24 bitrate=59458.9kbits/s speed= 1.7x
|
|---|
| 504 | frame= 2533 fps= 43 q=3.0 size= 734964kB time=00:01:41.24 bitrate=59470.8kbits/s speed= 1.7x
|
|---|
| 505 | frame= 2549 fps= 43 q=1.7 size= 739528kB time=00:01:41.88 bitrate=59464.2kbits/s speed= 1.7x
|
|---|
| 506 | frame= 2571 fps= 43 q=2.0 size= 745859kB time=00:01:42.76 bitrate=59459.7kbits/s speed= 1.7x
|
|---|
| 507 | [mxf @ 0035d980] essence container count:2
|
|---|
| 508 | [mxf @ 0035d980] edit units count 262
|
|---|
| 509 | frame= 2586 fps= 42 q=2.0 size= 750221kB time=00:01:43.36 bitrate=59460.2kbits/s speed= 1.7x
|
|---|
| 510 | frame= 2600 fps= 42 q=2.0 size= 754288kB time=00:01:43.92 bitrate=59460.4kbits/s speed=1.69x
|
|---|
| 511 | frame= 2626 fps= 42 q=2.0 size= 761841kB time=00:01:44.96 bitrate=59460.7kbits/s speed= 1.7x
|
|---|
| 512 | frame= 2649 fps= 42 q=2.0 size= 768522kB time=00:01:45.88 bitrate=59461.0kbits/s speed= 1.7x
|
|---|
| 513 | frame= 2663 fps= 42 q=1.7 size= 772589kB time=00:01:46.44 bitrate=59461.2kbits/s speed=1.69x
|
|---|
| 514 | frame= 2684 fps= 42 q=2.0 size= 778690kB time=00:01:47.28 bitrate=59461.5kbits/s speed=1.69x
|
|---|
| 515 | frame= 2698 fps= 42 q=2.0 size= 782757kB time=00:01:47.84 bitrate=59461.6kbits/s speed=1.69x
|
|---|
| 516 | frame= 2721 fps= 42 q=1.6 size= 789438kB time=00:01:48.76 bitrate=59461.9kbits/s speed=1.69x
|
|---|
| 517 | frame= 2741 fps= 42 q=2.0 size= 795248kB time=00:01:49.56 bitrate=59462.1kbits/s speed=1.69x
|
|---|
| 518 | frame= 2763 fps= 42 q=2.0 size= 801639kB time=00:01:50.44 bitrate=59462.4kbits/s speed=1.69x
|
|---|
| 519 | frame= 2781 fps= 42 q=1.6 size= 806868kB time=00:01:51.16 bitrate=59462.6kbits/s speed=1.68x
|
|---|
| 520 | frame= 2799 fps= 42 q=2.0 size= 812097kB time=00:01:51.88 bitrate=59462.8kbits/s speed=1.68x
|
|---|
| 521 | frame= 2819 fps= 42 q=2.0 size= 817907kB time=00:01:52.68 bitrate=59463.0kbits/s speed=1.68x
|
|---|
| 522 | [mxf @ 0035d980] essence container count:2
|
|---|
| 523 | [mxf @ 0035d980] edit units count 256
|
|---|
| 524 | frame= 2842 fps= 42 q=2.0 size= 824593kB time=00:01:53.60 bitrate=59463.6kbits/s speed=1.68x
|
|---|
| 525 | frame= 2857 fps= 42 q=2.0 size= 828951kB time=00:01:54.20 bitrate=59463.8kbits/s speed=1.68x
|
|---|
| 526 | frame= 2879 fps= 42 q=2.0 size= 835342kB time=00:01:55.08 bitrate=59464.0kbits/s speed=1.68x
|
|---|
| 527 | frame= 2902 fps= 42 q=6.7 size= 842023kB time=00:01:56.00 bitrate=59464.2kbits/s speed=1.68x
|
|---|
| 528 | frame= 2920 fps= 42 q=2.0 size= 847252kB time=00:01:56.72 bitrate=59464.4kbits/s speed=1.68x
|
|---|
| 529 | frame= 2938 fps= 42 q=3.4 size= 852481kB time=00:01:57.44 bitrate=59464.6kbits/s speed=1.68x
|
|---|
| 530 | frame= 2959 fps= 42 q=2.0 size= 858582kB time=00:01:58.28 bitrate=59464.8kbits/s speed=1.68x
|
|---|
| 531 | frame= 2982 fps= 42 q=2.0 size= 865263kB time=00:01:59.20 bitrate=59465.1kbits/s speed=1.68x
|
|---|
| 532 | frame= 2992 fps= 42 q=2.0 size= 868168kB time=00:01:59.60 bitrate=59465.2kbits/s speed=1.67x
|
|---|
| 533 | frame= 3010 fps= 42 q=2.0 size= 873397kB time=00:02:00.32 bitrate=59465.3kbits/s speed=1.67x
|
|---|
| 534 | frame= 3032 fps= 42 q=2.0 size= 879788kB time=00:02:01.20 bitrate=59465.5kbits/s speed=1.67x
|
|---|
| 535 | frame= 3049 fps= 42 q=2.0 size= 884727kB time=00:02:01.88 bitrate=59465.7kbits/s speed=1.67x
|
|---|
| 536 | frame= 3067 fps= 42 q=2.0 size= 889956kB time=00:02:02.60 bitrate=59465.9kbits/s speed=1.66x
|
|---|
| 537 | [mxf @ 0035d980] essence container count:2
|
|---|
| 538 | [mxf @ 0035d980] edit units count 252
|
|---|
| 539 | frame= 3084 fps= 42 q=2.0 size= 894899kB time=00:02:03.28 bitrate=59466.3kbits/s speed=1.66x
|
|---|
| 540 | frame= 3109 fps= 42 q=2.0 size= 902161kB time=00:02:04.28 bitrate=59466.6kbits/s speed=1.66x
|
|---|
| 541 | frame= 3125 fps= 42 q=2.0 size= 906809kB time=00:02:04.92 bitrate=59466.7kbits/s speed=1.66x
|
|---|
| 542 | frame= 3144 fps= 42 q=2.0 size= 912328kB time=00:02:05.68 bitrate=59466.8kbits/s speed=1.66x
|
|---|
| 543 | frame= 3161 fps= 41 q=2.0 size= 917267kB time=00:02:06.36 bitrate=59467.0kbits/s speed=1.66x
|
|---|
| 544 | frame= 3178 fps= 41 q=2.0 size= 922205kB time=00:02:07.04 bitrate=59467.1kbits/s speed=1.66x
|
|---|
| 545 | frame= 3200 fps= 41 q=2.0 size= 928596kB time=00:02:07.92 bitrate=59467.3kbits/s speed=1.66x
|
|---|
| 546 | frame= 3223 fps= 41 q=2.0 size= 935278kB time=00:02:08.84 bitrate=59467.5kbits/s speed=1.66x
|
|---|
| 547 | frame= 3242 fps= 41 q=2.0 size= 940797kB time=00:02:09.60 bitrate=59467.7kbits/s speed=1.66x
|
|---|
| 548 | frame= 3271 fps= 42 q=2.0 size= 949222kB time=00:02:10.76 bitrate=59467.9kbits/s speed=1.66x
|
|---|
| 549 | frame= 3294 fps= 42 q=2.0 size= 955903kB time=00:02:11.68 bitrate=59468.1kbits/s speed=1.66x
|
|---|
| 550 | frame= 3317 fps= 42 q=7.3 size= 962585kB time=00:02:12.60 bitrate=59468.3kbits/s speed=1.66x
|
|---|
| 551 | [mxf @ 0035d980] essence container count:2
|
|---|
| 552 | [mxf @ 0035d980] edit units count 254
|
|---|
| 553 | frame= 3343 fps= 42 q=2.0 size= 970142kB time=00:02:13.64 bitrate=59468.7kbits/s speed=1.67x
|
|---|
| 554 | [out_0_0 @ 00338880] EOF on sink link out_0_0:default.
|
|---|
| 555 | [out_0_1 @ 00338080] EOF on sink link out_0_1:default.
|
|---|
| 556 | No more output streams to write to, finishing.
|
|---|
| 557 | [mxf @ 0035d980] essence container count:2
|
|---|
| 558 | [mxf @ 0035d980] edit units count 11
|
|---|
| 559 | [mxf @ 0035d980] essence container count:2
|
|---|
| 560 | [mxf @ 0035d980] essence container count:2
|
|---|
| 561 | [mxf @ 0035d980] package type:1
|
|---|
| 562 | [mxf @ 0035d980] package type:2
|
|---|
| 563 | frame= 3346 fps= 42 q=2.0 Lsize= 971306kB time=00:02:13.80 bitrate=59468.9kbits/s speed=1.67x
|
|---|
| 564 | video:816708kB audio:150480kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.425737%
|
|---|
| 565 | Input file #0 (INPUT.mxf):
|
|---|
| 566 | Input stream #0:0 (video): 3346 packets read (836082208 bytes); 3346 frames decoded;
|
|---|
| 567 | Input stream #0:1 (audio): 3346 packets read (19272960 bytes); 3346 frames decoded (6424320 samples);
|
|---|
| 568 | Input stream #0:2 (audio): 3346 packets read (19272960 bytes); 3346 frames decoded (6424320 samples);
|
|---|
| 569 | Input stream #0:3 (audio): 18 packets read (103680 bytes);
|
|---|
| 570 | Input stream #0:4 (audio): 18 packets read (103680 bytes);
|
|---|
| 571 | Input stream #0:5 (audio): 18 packets read (103680 bytes);
|
|---|
| 572 | Input stream #0:6 (audio): 18 packets read (103680 bytes);
|
|---|
| 573 | Input stream #0:7 (audio): 18 packets read (103680 bytes);
|
|---|
| 574 | Input stream #0:8 (audio): 18 packets read (103680 bytes);
|
|---|
| 575 | Total: 10146 packets (875250208 bytes) demuxed
|
|---|
| 576 | Input file #1 (anullsrc=r=48000:cl=mono):
|
|---|
| 577 | Input stream #1:0 (audio): 6270 packets read (6420480 bytes); 6270 frames decoded (6420480 samples);
|
|---|
| 578 | Total: 6270 packets (6420480 bytes) demuxed
|
|---|
| 579 | Output file #0 (OUTPUT_correct.mxf):
|
|---|
| 580 | Output stream #0:0 (video): 3346 frames encoded; 3346 packets muxed (836309024 bytes);
|
|---|
| 581 | Output stream #0:1 (audio): 6270 frames encoded (6420480 samples); 6270 packets muxed (154091520 bytes);
|
|---|
| 582 | Total: 9616 packets (990400544 bytes) muxed
|
|---|
| 583 | 16308 frames successfully decoded, 0 decoding errors
|
|---|
| 584 | [AVIOContext @ 002db280] Statistics: 1 seeks, 6736 writeouts
|
|---|
| 585 | [AVIOContext @ 00284580] Statistics: 1000869179 bytes read, 743 seeks
|
|---|