diff mbox series

[FFmpeg-devel,v2,8/9] avformat/wavdec: use ff_pcm_default_packet_size for the default packet size

Message ID 20240308005333.12416-8-cus@passwd.hu
State Accepted
Commit 05936403f9c45d3b67a71519ce2b229e41604743
Headers show
Series [FFmpeg-devel,v2,1/9] avcodec/bsf/pcm_rechunk: reorder supported codec list | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished

Commit Message

Marton Balint March 8, 2024, 12:53 a.m. UTC
Signed-off-by: Marton Balint <cus@passwd.hu>
---
 libavformat/wavdec.c                        |  11 +-
 tests/ref/fate/dcinema-encode               |  12 +-
 tests/ref/fate/filter-chorus                |  20 +-
 tests/ref/fate/flcl1905                     | 540 +++++++++++++-------
 tests/ref/fate/g722-encode                  | 263 +++++++---
 tests/ref/fate/g726-encode-2bit             | 226 ++++++--
 tests/ref/fate/g726-encode-3bit             | 207 +++++++-
 tests/ref/fate/g726-encode-4bit             | 263 +++++++---
 tests/ref/fate/g726-encode-5bit             | 207 +++++++-
 tests/ref/fate/matroska-move-cues-to-front  |  52 +-
 tests/ref/seek/acodec-adpcm-ima_wav         |  54 +-
 tests/ref/seek/acodec-adpcm-ima_wav-trellis |  54 +-
 tests/ref/seek/acodec-adpcm-ms              |  54 +-
 tests/ref/seek/acodec-adpcm-ms-trellis      |  54 +-
 tests/ref/seek/acodec-adpcm-yamaha          |  54 +-
 tests/ref/seek/acodec-adpcm-yamaha-trellis  |  54 +-
 16 files changed, 1487 insertions(+), 638 deletions(-)
diff mbox series

Patch

diff --git a/libavformat/wavdec.c b/libavformat/wavdec.c
index 66683bff73..668c8adc36 100644
--- a/libavformat/wavdec.c
+++ b/libavformat/wavdec.c
@@ -80,15 +80,8 @@  static const AVOption demux_options[] = {
 static void set_max_size(AVStream *st, WAVDemuxContext *wav)
 {
     if (wav->max_size <= 0) {
-        int64_t nb_samples = av_clip(st->codecpar->sample_rate / 25, 1, 1024);
-        if (st->codecpar->block_align > 0 &&
-            st->codecpar->block_align * nb_samples < INT_MAX &&
-            st->codecpar->ch_layout.nb_channels > 0 &&
-            st->codecpar->block_align <= 8LL * st->codecpar->ch_layout.nb_channels) {
-            wav->max_size = st->codecpar->block_align * nb_samples;
-        } else {
-            wav->max_size = 4096;
-        }
+        int max_size = ff_pcm_default_packet_size(st->codecpar);
+        wav->max_size = max_size < 0 ? 4096 : max_size;
     }
 }
 
diff --git a/tests/ref/fate/dcinema-encode b/tests/ref/fate/dcinema-encode
index 8eec68901e..ce5e9d2550 100644
--- a/tests/ref/fate/dcinema-encode
+++ b/tests/ref/fate/dcinema-encode
@@ -17,4 +17,14 @@ 
 0,      14000,      14000,     2000,    24000, 4c541973df0e37a77eca16022d4d316c
 0,      16000,      16000,     2000,    24000, 362d410570c821384e3ba30a03cdc907
 0,      18000,      18000,     2000,    24000, 00643563149102a4834841217a85d284
-0,      20000,      20000,      480,     5760, 7401d92e7105169bef3deb34e53e9605
+0,      20000,      20000,     2000,    24000, b05464f9576a7b0921138a0f663dbd14
+0,      22000,      22000,     2000,    24000, 945d750dc36eddf647caa7955ad46f80
+0,      24000,      24000,     2000,    24000, c4577bb6ed8bdda9643dfbd9398562b2
+0,      26000,      26000,     2000,    24000, 3dcf999734edeaacc35543dd5dab3a96
+0,      28000,      28000,     2000,    24000, b3ba7d2408aa60f533b5b96987fee59b
+0,      30000,      30000,     2000,    24000, 53600813d5d2954914e3fd6d234a95f0
+0,      32000,      32000,     2000,    24000, 20e2cbd977a93129039b0d0b3e89349f
+0,      34000,      34000,     2000,    24000, acffdfa3337a082091398ac8085882e1
+0,      36000,      36000,     2000,    24000, 5daaa9b578b92270de0394baadf37a2c
+0,      38000,      38000,     2000,    24000, 67a3b8af025b212a62229ae57f99f7a6
+0,      40000,      40000,      960,    11520, c6d89c32b3337e204245ec6f8d144aef
diff --git a/tests/ref/fate/filter-chorus b/tests/ref/fate/filter-chorus
index 219567d0e8..68513d49eb 100644
--- a/tests/ref/fate/filter-chorus
+++ b/tests/ref/fate/filter-chorus
@@ -3,13 +3,13 @@ 
 #codec_id 0: pcm_s16le
 #sample_rate 0: 22050
 #channel_layout_name 0: mono
-0,          0,          0,      882,     1764, 0xce976a71
-0,        882,        882,      882,     1764, 0xe7b76c72
-0,       1764,       1764,      882,     1764, 0x2b0b6c6f
-0,       2646,       2646,      882,     1764, 0xa65d6c4e
-0,       3528,       3528,      882,     1764, 0x9ebc6c6f
-0,       4410,       4410,      882,     1764, 0x902b6a72
-0,       5292,       5292,      882,     1764, 0x90d46a73
-0,       6174,       6174,      882,     1764, 0x92176a6f
-0,       7056,       7056,      882,     1764, 0xaaae6a74
-0,       7938,       7938,      882,     1764, 0x81da6c71
+0,          0,          0,      512,     1024, 0xf7e0f7d3
+0,        512,        512,      512,     1024, 0xb2abfeba
+0,       1024,       1024,      512,     1024, 0x672bfe34
+0,       1536,       1536,      512,     1024, 0x28a0fd03
+0,       2048,       2048,      512,     1024, 0x1175f9eb
+0,       2560,       2560,      512,     1024, 0xced2f971
+0,       3072,       3072,      512,     1024, 0x48c7006f
+0,       3584,       3584,      512,     1024, 0x500f0068
+0,       4096,       4096,      512,     1024, 0xbab9fb65
+0,       4608,       4608,      512,     1024, 0xd60ff7e5
diff --git a/tests/ref/fate/flcl1905 b/tests/ref/fate/flcl1905
index 9cc192f230..fae08aaccf 100644
--- a/tests/ref/fate/flcl1905
+++ b/tests/ref/fate/flcl1905
@@ -1,192 +1,352 @@ 
-packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=22528|duration_time=0.510839|size=4092|pos=56|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=56|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=56|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=56|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=56|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=56|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=56|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=56|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=56|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=56|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=22528|pts_time=0.510839|dts=22528|dts_time=0.510839|duration=22528|duration_time=0.510839|size=4092|pos=4148|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=22528|pts_time=0.510839|pkt_dts=22528|pkt_dts_time=0.510839|best_effort_timestamp=22528|best_effort_timestamp_time=0.510839|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=4148|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=45056|pts_time=1.021678|dts=45056|dts_time=1.021678|duration=22528|duration_time=0.510839|size=4092|pos=8240|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=45056|pts_time=1.021678|pkt_dts=45056|pkt_dts_time=1.021678|best_effort_timestamp=45056|best_effort_timestamp_time=1.021678|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=8240|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=67584|pts_time=1.532517|dts=67584|dts_time=1.532517|duration=22528|duration_time=0.510839|size=4092|pos=12332|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=67584|pts_time=1.532517|pkt_dts=67584|pkt_dts_time=1.532517|best_effort_timestamp=67584|best_effort_timestamp_time=1.532517|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=12332|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=90112|pts_time=2.043356|dts=90112|dts_time=2.043356|duration=22528|duration_time=0.510839|size=4092|pos=16424|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=90112|pts_time=2.043356|pkt_dts=90112|pkt_dts_time=2.043356|best_effort_timestamp=90112|best_effort_timestamp_time=2.043356|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=16424|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=112640|pts_time=2.554195|dts=112640|dts_time=2.554195|duration=22528|duration_time=0.510839|size=4092|pos=20516|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=112640|pts_time=2.554195|pkt_dts=112640|pkt_dts_time=2.554195|best_effort_timestamp=112640|best_effort_timestamp_time=2.554195|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=20516|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=135168|pts_time=3.065034|dts=135168|dts_time=3.065034|duration=22528|duration_time=0.510839|size=4092|pos=24608|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=135168|pts_time=3.065034|pkt_dts=135168|pkt_dts_time=3.065034|best_effort_timestamp=135168|best_effort_timestamp_time=3.065034|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=24608|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=157696|pts_time=3.575873|dts=157696|dts_time=3.575873|duration=22528|duration_time=0.510839|size=4092|pos=28700|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=157696|pts_time=3.575873|pkt_dts=157696|pkt_dts_time=3.575873|best_effort_timestamp=157696|best_effort_timestamp_time=3.575873|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=28700|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=180224|pts_time=4.086712|dts=180224|dts_time=4.086712|duration=22528|duration_time=0.510839|size=4092|pos=32792|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=180224|pts_time=4.086712|pkt_dts=180224|pkt_dts_time=4.086712|best_effort_timestamp=180224|best_effort_timestamp_time=4.086712|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=32792|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=202752|pts_time=4.597551|dts=202752|dts_time=4.597551|duration=22528|duration_time=0.510839|size=4092|pos=36884|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=202752|pts_time=4.597551|pkt_dts=202752|pkt_dts_time=4.597551|best_effort_timestamp=202752|best_effort_timestamp_time=4.597551|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=36884|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=225280|pts_time=5.108390|dts=225280|dts_time=5.108390|duration=22528|duration_time=0.510839|size=4092|pos=40976|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=225280|pts_time=5.108390|pkt_dts=225280|pkt_dts_time=5.108390|best_effort_timestamp=225280|best_effort_timestamp_time=5.108390|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=40976|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=247808|pts_time=5.619229|dts=247808|dts_time=5.619229|duration=22528|duration_time=0.510839|size=4092|pos=45068|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=247808|pts_time=5.619229|pkt_dts=247808|pkt_dts_time=5.619229|best_effort_timestamp=247808|best_effort_timestamp_time=5.619229|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=45068|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=270336|pts_time=6.130068|dts=270336|dts_time=6.130068|duration=22528|duration_time=0.510839|size=4092|pos=49160|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=270336|pts_time=6.130068|pkt_dts=270336|pkt_dts_time=6.130068|best_effort_timestamp=270336|best_effort_timestamp_time=6.130068|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=49160|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=292864|pts_time=6.640907|dts=292864|dts_time=6.640907|duration=22528|duration_time=0.510839|size=4092|pos=53252|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=292864|pts_time=6.640907|pkt_dts=292864|pkt_dts_time=6.640907|best_effort_timestamp=292864|best_effort_timestamp_time=6.640907|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=53252|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=315392|pts_time=7.151746|dts=315392|dts_time=7.151746|duration=22528|duration_time=0.510839|size=4092|pos=57344|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=315392|pts_time=7.151746|pkt_dts=315392|pkt_dts_time=7.151746|best_effort_timestamp=315392|best_effort_timestamp_time=7.151746|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=57344|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-packet|codec_type=audio|stream_index=0|pts=337920|pts_time=7.662585|dts=337920|dts_time=7.662585|duration=22528|duration_time=0.510839|size=4092|pos=61436|flags=K__
-frame|media_type=audio|stream_index=0|key_frame=1|pts=337920|pts_time=7.662585|pkt_dts=337920|pkt_dts_time=7.662585|best_effort_timestamp=337920|best_effort_timestamp_time=7.662585|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
-frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=22528|duration_time=0.510839|pkt_pos=61436|pkt_size=4092|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=0|pts_time=0.000000|dts=0|dts_time=0.000000|duration=2048|duration_time=0.046440|size=372|pos=56|flags=K__
+packet|codec_type=audio|stream_index=0|pts=2048|pts_time=0.046440|dts=2048|dts_time=0.046440|duration=2048|duration_time=0.046440|size=372|pos=428|flags=K__
+packet|codec_type=audio|stream_index=0|pts=4096|pts_time=0.092880|dts=4096|dts_time=0.092880|duration=2048|duration_time=0.046440|size=372|pos=800|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=4096|pts_time=0.092880|pkt_dts=4096|pkt_dts_time=0.092880|best_effort_timestamp=4096|best_effort_timestamp_time=0.092880|duration=2048|duration_time=0.046440|pkt_pos=800|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=6144|pts_time=0.139320|dts=6144|dts_time=0.139320|duration=2048|duration_time=0.046440|size=372|pos=1172|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=6144|pts_time=0.139320|pkt_dts=6144|pkt_dts_time=0.139320|best_effort_timestamp=6144|best_effort_timestamp_time=0.139320|duration=2048|duration_time=0.046440|pkt_pos=1172|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=8192|pts_time=0.185760|dts=8192|dts_time=0.185760|duration=2048|duration_time=0.046440|size=372|pos=1544|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=8192|pts_time=0.185760|pkt_dts=8192|pkt_dts_time=0.185760|best_effort_timestamp=8192|best_effort_timestamp_time=0.185760|duration=2048|duration_time=0.046440|pkt_pos=1544|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=10240|pts_time=0.232200|dts=10240|dts_time=0.232200|duration=2048|duration_time=0.046440|size=372|pos=1916|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=10240|pts_time=0.232200|pkt_dts=10240|pkt_dts_time=0.232200|best_effort_timestamp=10240|best_effort_timestamp_time=0.232200|duration=2048|duration_time=0.046440|pkt_pos=1916|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=12288|pts_time=0.278639|dts=12288|dts_time=0.278639|duration=2048|duration_time=0.046440|size=372|pos=2288|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=12288|pts_time=0.278639|pkt_dts=12288|pkt_dts_time=0.278639|best_effort_timestamp=12288|best_effort_timestamp_time=0.278639|duration=2048|duration_time=0.046440|pkt_pos=2288|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=14336|pts_time=0.325079|dts=14336|dts_time=0.325079|duration=2048|duration_time=0.046440|size=372|pos=2660|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=14336|pts_time=0.325079|pkt_dts=14336|pkt_dts_time=0.325079|best_effort_timestamp=14336|best_effort_timestamp_time=0.325079|duration=2048|duration_time=0.046440|pkt_pos=2660|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=16384|pts_time=0.371519|dts=16384|dts_time=0.371519|duration=2048|duration_time=0.046440|size=372|pos=3032|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=16384|pts_time=0.371519|pkt_dts=16384|pkt_dts_time=0.371519|best_effort_timestamp=16384|best_effort_timestamp_time=0.371519|duration=2048|duration_time=0.046440|pkt_pos=3032|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=18432|pts_time=0.417959|dts=18432|dts_time=0.417959|duration=2048|duration_time=0.046440|size=372|pos=3404|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=18432|pts_time=0.417959|pkt_dts=18432|pkt_dts_time=0.417959|best_effort_timestamp=18432|best_effort_timestamp_time=0.417959|duration=2048|duration_time=0.046440|pkt_pos=3404|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=20480|pts_time=0.464399|dts=20480|dts_time=0.464399|duration=2048|duration_time=0.046440|size=372|pos=3776|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=20480|pts_time=0.464399|pkt_dts=20480|pkt_dts_time=0.464399|best_effort_timestamp=20480|best_effort_timestamp_time=0.464399|duration=2048|duration_time=0.046440|pkt_pos=3776|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=22528|pts_time=0.510839|dts=22528|dts_time=0.510839|duration=2048|duration_time=0.046440|size=372|pos=4148|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=22528|pts_time=0.510839|pkt_dts=22528|pkt_dts_time=0.510839|best_effort_timestamp=22528|best_effort_timestamp_time=0.510839|duration=2048|duration_time=0.046440|pkt_pos=4148|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=24576|pts_time=0.557279|dts=24576|dts_time=0.557279|duration=2048|duration_time=0.046440|size=372|pos=4520|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=24576|pts_time=0.557279|pkt_dts=24576|pkt_dts_time=0.557279|best_effort_timestamp=24576|best_effort_timestamp_time=0.557279|duration=2048|duration_time=0.046440|pkt_pos=4520|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=26624|pts_time=0.603719|dts=26624|dts_time=0.603719|duration=2048|duration_time=0.046440|size=372|pos=4892|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=26624|pts_time=0.603719|pkt_dts=26624|pkt_dts_time=0.603719|best_effort_timestamp=26624|best_effort_timestamp_time=0.603719|duration=2048|duration_time=0.046440|pkt_pos=4892|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=28672|pts_time=0.650159|dts=28672|dts_time=0.650159|duration=2048|duration_time=0.046440|size=372|pos=5264|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=28672|pts_time=0.650159|pkt_dts=28672|pkt_dts_time=0.650159|best_effort_timestamp=28672|best_effort_timestamp_time=0.650159|duration=2048|duration_time=0.046440|pkt_pos=5264|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=30720|pts_time=0.696599|dts=30720|dts_time=0.696599|duration=2048|duration_time=0.046440|size=372|pos=5636|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=30720|pts_time=0.696599|pkt_dts=30720|pkt_dts_time=0.696599|best_effort_timestamp=30720|best_effort_timestamp_time=0.696599|duration=2048|duration_time=0.046440|pkt_pos=5636|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=32768|pts_time=0.743039|dts=32768|dts_time=0.743039|duration=2048|duration_time=0.046440|size=372|pos=6008|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=32768|pts_time=0.743039|pkt_dts=32768|pkt_dts_time=0.743039|best_effort_timestamp=32768|best_effort_timestamp_time=0.743039|duration=2048|duration_time=0.046440|pkt_pos=6008|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=34816|pts_time=0.789478|dts=34816|dts_time=0.789478|duration=2048|duration_time=0.046440|size=372|pos=6380|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=34816|pts_time=0.789478|pkt_dts=34816|pkt_dts_time=0.789478|best_effort_timestamp=34816|best_effort_timestamp_time=0.789478|duration=2048|duration_time=0.046440|pkt_pos=6380|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=36864|pts_time=0.835918|dts=36864|dts_time=0.835918|duration=2048|duration_time=0.046440|size=372|pos=6752|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=36864|pts_time=0.835918|pkt_dts=36864|pkt_dts_time=0.835918|best_effort_timestamp=36864|best_effort_timestamp_time=0.835918|duration=2048|duration_time=0.046440|pkt_pos=6752|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=38912|pts_time=0.882358|dts=38912|dts_time=0.882358|duration=2048|duration_time=0.046440|size=372|pos=7124|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=38912|pts_time=0.882358|pkt_dts=38912|pkt_dts_time=0.882358|best_effort_timestamp=38912|best_effort_timestamp_time=0.882358|duration=2048|duration_time=0.046440|pkt_pos=7124|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=40960|pts_time=0.928798|dts=40960|dts_time=0.928798|duration=2048|duration_time=0.046440|size=372|pos=7496|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=40960|pts_time=0.928798|pkt_dts=40960|pkt_dts_time=0.928798|best_effort_timestamp=40960|best_effort_timestamp_time=0.928798|duration=2048|duration_time=0.046440|pkt_pos=7496|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=43008|pts_time=0.975238|dts=43008|dts_time=0.975238|duration=2048|duration_time=0.046440|size=372|pos=7868|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=43008|pts_time=0.975238|pkt_dts=43008|pkt_dts_time=0.975238|best_effort_timestamp=43008|best_effort_timestamp_time=0.975238|duration=2048|duration_time=0.046440|pkt_pos=7868|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=45056|pts_time=1.021678|dts=45056|dts_time=1.021678|duration=2048|duration_time=0.046440|size=372|pos=8240|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=45056|pts_time=1.021678|pkt_dts=45056|pkt_dts_time=1.021678|best_effort_timestamp=45056|best_effort_timestamp_time=1.021678|duration=2048|duration_time=0.046440|pkt_pos=8240|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=47104|pts_time=1.068118|dts=47104|dts_time=1.068118|duration=2048|duration_time=0.046440|size=372|pos=8612|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=47104|pts_time=1.068118|pkt_dts=47104|pkt_dts_time=1.068118|best_effort_timestamp=47104|best_effort_timestamp_time=1.068118|duration=2048|duration_time=0.046440|pkt_pos=8612|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=49152|pts_time=1.114558|dts=49152|dts_time=1.114558|duration=2048|duration_time=0.046440|size=372|pos=8984|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=49152|pts_time=1.114558|pkt_dts=49152|pkt_dts_time=1.114558|best_effort_timestamp=49152|best_effort_timestamp_time=1.114558|duration=2048|duration_time=0.046440|pkt_pos=8984|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=51200|pts_time=1.160998|dts=51200|dts_time=1.160998|duration=2048|duration_time=0.046440|size=372|pos=9356|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=51200|pts_time=1.160998|pkt_dts=51200|pkt_dts_time=1.160998|best_effort_timestamp=51200|best_effort_timestamp_time=1.160998|duration=2048|duration_time=0.046440|pkt_pos=9356|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=53248|pts_time=1.207438|dts=53248|dts_time=1.207438|duration=2048|duration_time=0.046440|size=372|pos=9728|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=53248|pts_time=1.207438|pkt_dts=53248|pkt_dts_time=1.207438|best_effort_timestamp=53248|best_effort_timestamp_time=1.207438|duration=2048|duration_time=0.046440|pkt_pos=9728|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=55296|pts_time=1.253878|dts=55296|dts_time=1.253878|duration=2048|duration_time=0.046440|size=372|pos=10100|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=55296|pts_time=1.253878|pkt_dts=55296|pkt_dts_time=1.253878|best_effort_timestamp=55296|best_effort_timestamp_time=1.253878|duration=2048|duration_time=0.046440|pkt_pos=10100|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=57344|pts_time=1.300317|dts=57344|dts_time=1.300317|duration=2048|duration_time=0.046440|size=372|pos=10472|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=57344|pts_time=1.300317|pkt_dts=57344|pkt_dts_time=1.300317|best_effort_timestamp=57344|best_effort_timestamp_time=1.300317|duration=2048|duration_time=0.046440|pkt_pos=10472|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=59392|pts_time=1.346757|dts=59392|dts_time=1.346757|duration=2048|duration_time=0.046440|size=372|pos=10844|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=59392|pts_time=1.346757|pkt_dts=59392|pkt_dts_time=1.346757|best_effort_timestamp=59392|best_effort_timestamp_time=1.346757|duration=2048|duration_time=0.046440|pkt_pos=10844|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=61440|pts_time=1.393197|dts=61440|dts_time=1.393197|duration=2048|duration_time=0.046440|size=372|pos=11216|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=61440|pts_time=1.393197|pkt_dts=61440|pkt_dts_time=1.393197|best_effort_timestamp=61440|best_effort_timestamp_time=1.393197|duration=2048|duration_time=0.046440|pkt_pos=11216|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=63488|pts_time=1.439637|dts=63488|dts_time=1.439637|duration=2048|duration_time=0.046440|size=372|pos=11588|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=63488|pts_time=1.439637|pkt_dts=63488|pkt_dts_time=1.439637|best_effort_timestamp=63488|best_effort_timestamp_time=1.439637|duration=2048|duration_time=0.046440|pkt_pos=11588|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=65536|pts_time=1.486077|dts=65536|dts_time=1.486077|duration=2048|duration_time=0.046440|size=372|pos=11960|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=65536|pts_time=1.486077|pkt_dts=65536|pkt_dts_time=1.486077|best_effort_timestamp=65536|best_effort_timestamp_time=1.486077|duration=2048|duration_time=0.046440|pkt_pos=11960|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=67584|pts_time=1.532517|dts=67584|dts_time=1.532517|duration=2048|duration_time=0.046440|size=372|pos=12332|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=67584|pts_time=1.532517|pkt_dts=67584|pkt_dts_time=1.532517|best_effort_timestamp=67584|best_effort_timestamp_time=1.532517|duration=2048|duration_time=0.046440|pkt_pos=12332|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=69632|pts_time=1.578957|dts=69632|dts_time=1.578957|duration=2048|duration_time=0.046440|size=372|pos=12704|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=69632|pts_time=1.578957|pkt_dts=69632|pkt_dts_time=1.578957|best_effort_timestamp=69632|best_effort_timestamp_time=1.578957|duration=2048|duration_time=0.046440|pkt_pos=12704|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=71680|pts_time=1.625397|dts=71680|dts_time=1.625397|duration=2048|duration_time=0.046440|size=372|pos=13076|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=71680|pts_time=1.625397|pkt_dts=71680|pkt_dts_time=1.625397|best_effort_timestamp=71680|best_effort_timestamp_time=1.625397|duration=2048|duration_time=0.046440|pkt_pos=13076|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=73728|pts_time=1.671837|dts=73728|dts_time=1.671837|duration=2048|duration_time=0.046440|size=372|pos=13448|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=73728|pts_time=1.671837|pkt_dts=73728|pkt_dts_time=1.671837|best_effort_timestamp=73728|best_effort_timestamp_time=1.671837|duration=2048|duration_time=0.046440|pkt_pos=13448|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=75776|pts_time=1.718277|dts=75776|dts_time=1.718277|duration=2048|duration_time=0.046440|size=372|pos=13820|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=75776|pts_time=1.718277|pkt_dts=75776|pkt_dts_time=1.718277|best_effort_timestamp=75776|best_effort_timestamp_time=1.718277|duration=2048|duration_time=0.046440|pkt_pos=13820|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=77824|pts_time=1.764717|dts=77824|dts_time=1.764717|duration=2048|duration_time=0.046440|size=372|pos=14192|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=77824|pts_time=1.764717|pkt_dts=77824|pkt_dts_time=1.764717|best_effort_timestamp=77824|best_effort_timestamp_time=1.764717|duration=2048|duration_time=0.046440|pkt_pos=14192|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=79872|pts_time=1.811156|dts=79872|dts_time=1.811156|duration=2048|duration_time=0.046440|size=372|pos=14564|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=79872|pts_time=1.811156|pkt_dts=79872|pkt_dts_time=1.811156|best_effort_timestamp=79872|best_effort_timestamp_time=1.811156|duration=2048|duration_time=0.046440|pkt_pos=14564|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=81920|pts_time=1.857596|dts=81920|dts_time=1.857596|duration=2048|duration_time=0.046440|size=372|pos=14936|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=81920|pts_time=1.857596|pkt_dts=81920|pkt_dts_time=1.857596|best_effort_timestamp=81920|best_effort_timestamp_time=1.857596|duration=2048|duration_time=0.046440|pkt_pos=14936|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=83968|pts_time=1.904036|dts=83968|dts_time=1.904036|duration=2048|duration_time=0.046440|size=372|pos=15308|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=83968|pts_time=1.904036|pkt_dts=83968|pkt_dts_time=1.904036|best_effort_timestamp=83968|best_effort_timestamp_time=1.904036|duration=2048|duration_time=0.046440|pkt_pos=15308|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=86016|pts_time=1.950476|dts=86016|dts_time=1.950476|duration=2048|duration_time=0.046440|size=372|pos=15680|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=86016|pts_time=1.950476|pkt_dts=86016|pkt_dts_time=1.950476|best_effort_timestamp=86016|best_effort_timestamp_time=1.950476|duration=2048|duration_time=0.046440|pkt_pos=15680|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=88064|pts_time=1.996916|dts=88064|dts_time=1.996916|duration=2048|duration_time=0.046440|size=372|pos=16052|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=88064|pts_time=1.996916|pkt_dts=88064|pkt_dts_time=1.996916|best_effort_timestamp=88064|best_effort_timestamp_time=1.996916|duration=2048|duration_time=0.046440|pkt_pos=16052|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=90112|pts_time=2.043356|dts=90112|dts_time=2.043356|duration=2048|duration_time=0.046440|size=372|pos=16424|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=90112|pts_time=2.043356|pkt_dts=90112|pkt_dts_time=2.043356|best_effort_timestamp=90112|best_effort_timestamp_time=2.043356|duration=2048|duration_time=0.046440|pkt_pos=16424|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=92160|pts_time=2.089796|dts=92160|dts_time=2.089796|duration=2048|duration_time=0.046440|size=372|pos=16796|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=92160|pts_time=2.089796|pkt_dts=92160|pkt_dts_time=2.089796|best_effort_timestamp=92160|best_effort_timestamp_time=2.089796|duration=2048|duration_time=0.046440|pkt_pos=16796|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=94208|pts_time=2.136236|dts=94208|dts_time=2.136236|duration=2048|duration_time=0.046440|size=372|pos=17168|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=94208|pts_time=2.136236|pkt_dts=94208|pkt_dts_time=2.136236|best_effort_timestamp=94208|best_effort_timestamp_time=2.136236|duration=2048|duration_time=0.046440|pkt_pos=17168|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=96256|pts_time=2.182676|dts=96256|dts_time=2.182676|duration=2048|duration_time=0.046440|size=372|pos=17540|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=96256|pts_time=2.182676|pkt_dts=96256|pkt_dts_time=2.182676|best_effort_timestamp=96256|best_effort_timestamp_time=2.182676|duration=2048|duration_time=0.046440|pkt_pos=17540|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=98304|pts_time=2.229116|dts=98304|dts_time=2.229116|duration=2048|duration_time=0.046440|size=372|pos=17912|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=98304|pts_time=2.229116|pkt_dts=98304|pkt_dts_time=2.229116|best_effort_timestamp=98304|best_effort_timestamp_time=2.229116|duration=2048|duration_time=0.046440|pkt_pos=17912|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=100352|pts_time=2.275556|dts=100352|dts_time=2.275556|duration=2048|duration_time=0.046440|size=372|pos=18284|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=100352|pts_time=2.275556|pkt_dts=100352|pkt_dts_time=2.275556|best_effort_timestamp=100352|best_effort_timestamp_time=2.275556|duration=2048|duration_time=0.046440|pkt_pos=18284|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=102400|pts_time=2.321995|dts=102400|dts_time=2.321995|duration=2048|duration_time=0.046440|size=372|pos=18656|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=102400|pts_time=2.321995|pkt_dts=102400|pkt_dts_time=2.321995|best_effort_timestamp=102400|best_effort_timestamp_time=2.321995|duration=2048|duration_time=0.046440|pkt_pos=18656|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=104448|pts_time=2.368435|dts=104448|dts_time=2.368435|duration=2048|duration_time=0.046440|size=372|pos=19028|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=104448|pts_time=2.368435|pkt_dts=104448|pkt_dts_time=2.368435|best_effort_timestamp=104448|best_effort_timestamp_time=2.368435|duration=2048|duration_time=0.046440|pkt_pos=19028|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=106496|pts_time=2.414875|dts=106496|dts_time=2.414875|duration=2048|duration_time=0.046440|size=372|pos=19400|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=106496|pts_time=2.414875|pkt_dts=106496|pkt_dts_time=2.414875|best_effort_timestamp=106496|best_effort_timestamp_time=2.414875|duration=2048|duration_time=0.046440|pkt_pos=19400|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=108544|pts_time=2.461315|dts=108544|dts_time=2.461315|duration=2048|duration_time=0.046440|size=372|pos=19772|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=108544|pts_time=2.461315|pkt_dts=108544|pkt_dts_time=2.461315|best_effort_timestamp=108544|best_effort_timestamp_time=2.461315|duration=2048|duration_time=0.046440|pkt_pos=19772|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=110592|pts_time=2.507755|dts=110592|dts_time=2.507755|duration=2048|duration_time=0.046440|size=372|pos=20144|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=110592|pts_time=2.507755|pkt_dts=110592|pkt_dts_time=2.507755|best_effort_timestamp=110592|best_effort_timestamp_time=2.507755|duration=2048|duration_time=0.046440|pkt_pos=20144|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=112640|pts_time=2.554195|dts=112640|dts_time=2.554195|duration=2048|duration_time=0.046440|size=372|pos=20516|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=112640|pts_time=2.554195|pkt_dts=112640|pkt_dts_time=2.554195|best_effort_timestamp=112640|best_effort_timestamp_time=2.554195|duration=2048|duration_time=0.046440|pkt_pos=20516|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=114688|pts_time=2.600635|dts=114688|dts_time=2.600635|duration=2048|duration_time=0.046440|size=372|pos=20888|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=114688|pts_time=2.600635|pkt_dts=114688|pkt_dts_time=2.600635|best_effort_timestamp=114688|best_effort_timestamp_time=2.600635|duration=2048|duration_time=0.046440|pkt_pos=20888|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=116736|pts_time=2.647075|dts=116736|dts_time=2.647075|duration=2048|duration_time=0.046440|size=372|pos=21260|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=116736|pts_time=2.647075|pkt_dts=116736|pkt_dts_time=2.647075|best_effort_timestamp=116736|best_effort_timestamp_time=2.647075|duration=2048|duration_time=0.046440|pkt_pos=21260|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=118784|pts_time=2.693515|dts=118784|dts_time=2.693515|duration=2048|duration_time=0.046440|size=372|pos=21632|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=118784|pts_time=2.693515|pkt_dts=118784|pkt_dts_time=2.693515|best_effort_timestamp=118784|best_effort_timestamp_time=2.693515|duration=2048|duration_time=0.046440|pkt_pos=21632|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=120832|pts_time=2.739955|dts=120832|dts_time=2.739955|duration=2048|duration_time=0.046440|size=372|pos=22004|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=120832|pts_time=2.739955|pkt_dts=120832|pkt_dts_time=2.739955|best_effort_timestamp=120832|best_effort_timestamp_time=2.739955|duration=2048|duration_time=0.046440|pkt_pos=22004|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=122880|pts_time=2.786395|dts=122880|dts_time=2.786395|duration=2048|duration_time=0.046440|size=372|pos=22376|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=122880|pts_time=2.786395|pkt_dts=122880|pkt_dts_time=2.786395|best_effort_timestamp=122880|best_effort_timestamp_time=2.786395|duration=2048|duration_time=0.046440|pkt_pos=22376|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=124928|pts_time=2.832834|dts=124928|dts_time=2.832834|duration=2048|duration_time=0.046440|size=372|pos=22748|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=124928|pts_time=2.832834|pkt_dts=124928|pkt_dts_time=2.832834|best_effort_timestamp=124928|best_effort_timestamp_time=2.832834|duration=2048|duration_time=0.046440|pkt_pos=22748|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=126976|pts_time=2.879274|dts=126976|dts_time=2.879274|duration=2048|duration_time=0.046440|size=372|pos=23120|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=126976|pts_time=2.879274|pkt_dts=126976|pkt_dts_time=2.879274|best_effort_timestamp=126976|best_effort_timestamp_time=2.879274|duration=2048|duration_time=0.046440|pkt_pos=23120|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=129024|pts_time=2.925714|dts=129024|dts_time=2.925714|duration=2048|duration_time=0.046440|size=372|pos=23492|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=129024|pts_time=2.925714|pkt_dts=129024|pkt_dts_time=2.925714|best_effort_timestamp=129024|best_effort_timestamp_time=2.925714|duration=2048|duration_time=0.046440|pkt_pos=23492|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=131072|pts_time=2.972154|dts=131072|dts_time=2.972154|duration=2048|duration_time=0.046440|size=372|pos=23864|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=131072|pts_time=2.972154|pkt_dts=131072|pkt_dts_time=2.972154|best_effort_timestamp=131072|best_effort_timestamp_time=2.972154|duration=2048|duration_time=0.046440|pkt_pos=23864|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=133120|pts_time=3.018594|dts=133120|dts_time=3.018594|duration=2048|duration_time=0.046440|size=372|pos=24236|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=133120|pts_time=3.018594|pkt_dts=133120|pkt_dts_time=3.018594|best_effort_timestamp=133120|best_effort_timestamp_time=3.018594|duration=2048|duration_time=0.046440|pkt_pos=24236|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=135168|pts_time=3.065034|dts=135168|dts_time=3.065034|duration=2048|duration_time=0.046440|size=372|pos=24608|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=135168|pts_time=3.065034|pkt_dts=135168|pkt_dts_time=3.065034|best_effort_timestamp=135168|best_effort_timestamp_time=3.065034|duration=2048|duration_time=0.046440|pkt_pos=24608|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=137216|pts_time=3.111474|dts=137216|dts_time=3.111474|duration=2048|duration_time=0.046440|size=372|pos=24980|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=137216|pts_time=3.111474|pkt_dts=137216|pkt_dts_time=3.111474|best_effort_timestamp=137216|best_effort_timestamp_time=3.111474|duration=2048|duration_time=0.046440|pkt_pos=24980|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=139264|pts_time=3.157914|dts=139264|dts_time=3.157914|duration=2048|duration_time=0.046440|size=372|pos=25352|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=139264|pts_time=3.157914|pkt_dts=139264|pkt_dts_time=3.157914|best_effort_timestamp=139264|best_effort_timestamp_time=3.157914|duration=2048|duration_time=0.046440|pkt_pos=25352|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=141312|pts_time=3.204354|dts=141312|dts_time=3.204354|duration=2048|duration_time=0.046440|size=372|pos=25724|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=141312|pts_time=3.204354|pkt_dts=141312|pkt_dts_time=3.204354|best_effort_timestamp=141312|best_effort_timestamp_time=3.204354|duration=2048|duration_time=0.046440|pkt_pos=25724|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=143360|pts_time=3.250794|dts=143360|dts_time=3.250794|duration=2048|duration_time=0.046440|size=372|pos=26096|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=143360|pts_time=3.250794|pkt_dts=143360|pkt_dts_time=3.250794|best_effort_timestamp=143360|best_effort_timestamp_time=3.250794|duration=2048|duration_time=0.046440|pkt_pos=26096|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=145408|pts_time=3.297234|dts=145408|dts_time=3.297234|duration=2048|duration_time=0.046440|size=372|pos=26468|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=145408|pts_time=3.297234|pkt_dts=145408|pkt_dts_time=3.297234|best_effort_timestamp=145408|best_effort_timestamp_time=3.297234|duration=2048|duration_time=0.046440|pkt_pos=26468|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=147456|pts_time=3.343673|dts=147456|dts_time=3.343673|duration=2048|duration_time=0.046440|size=372|pos=26840|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=147456|pts_time=3.343673|pkt_dts=147456|pkt_dts_time=3.343673|best_effort_timestamp=147456|best_effort_timestamp_time=3.343673|duration=2048|duration_time=0.046440|pkt_pos=26840|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=149504|pts_time=3.390113|dts=149504|dts_time=3.390113|duration=2048|duration_time=0.046440|size=372|pos=27212|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=149504|pts_time=3.390113|pkt_dts=149504|pkt_dts_time=3.390113|best_effort_timestamp=149504|best_effort_timestamp_time=3.390113|duration=2048|duration_time=0.046440|pkt_pos=27212|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=151552|pts_time=3.436553|dts=151552|dts_time=3.436553|duration=2048|duration_time=0.046440|size=372|pos=27584|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=151552|pts_time=3.436553|pkt_dts=151552|pkt_dts_time=3.436553|best_effort_timestamp=151552|best_effort_timestamp_time=3.436553|duration=2048|duration_time=0.046440|pkt_pos=27584|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=153600|pts_time=3.482993|dts=153600|dts_time=3.482993|duration=2048|duration_time=0.046440|size=372|pos=27956|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=153600|pts_time=3.482993|pkt_dts=153600|pkt_dts_time=3.482993|best_effort_timestamp=153600|best_effort_timestamp_time=3.482993|duration=2048|duration_time=0.046440|pkt_pos=27956|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=155648|pts_time=3.529433|dts=155648|dts_time=3.529433|duration=2048|duration_time=0.046440|size=372|pos=28328|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=155648|pts_time=3.529433|pkt_dts=155648|pkt_dts_time=3.529433|best_effort_timestamp=155648|best_effort_timestamp_time=3.529433|duration=2048|duration_time=0.046440|pkt_pos=28328|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=157696|pts_time=3.575873|dts=157696|dts_time=3.575873|duration=2048|duration_time=0.046440|size=372|pos=28700|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=157696|pts_time=3.575873|pkt_dts=157696|pkt_dts_time=3.575873|best_effort_timestamp=157696|best_effort_timestamp_time=3.575873|duration=2048|duration_time=0.046440|pkt_pos=28700|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=159744|pts_time=3.622313|dts=159744|dts_time=3.622313|duration=2048|duration_time=0.046440|size=372|pos=29072|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=159744|pts_time=3.622313|pkt_dts=159744|pkt_dts_time=3.622313|best_effort_timestamp=159744|best_effort_timestamp_time=3.622313|duration=2048|duration_time=0.046440|pkt_pos=29072|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=161792|pts_time=3.668753|dts=161792|dts_time=3.668753|duration=2048|duration_time=0.046440|size=372|pos=29444|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=161792|pts_time=3.668753|pkt_dts=161792|pkt_dts_time=3.668753|best_effort_timestamp=161792|best_effort_timestamp_time=3.668753|duration=2048|duration_time=0.046440|pkt_pos=29444|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=163840|pts_time=3.715193|dts=163840|dts_time=3.715193|duration=2048|duration_time=0.046440|size=372|pos=29816|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=163840|pts_time=3.715193|pkt_dts=163840|pkt_dts_time=3.715193|best_effort_timestamp=163840|best_effort_timestamp_time=3.715193|duration=2048|duration_time=0.046440|pkt_pos=29816|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=165888|pts_time=3.761633|dts=165888|dts_time=3.761633|duration=2048|duration_time=0.046440|size=372|pos=30188|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=165888|pts_time=3.761633|pkt_dts=165888|pkt_dts_time=3.761633|best_effort_timestamp=165888|best_effort_timestamp_time=3.761633|duration=2048|duration_time=0.046440|pkt_pos=30188|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=167936|pts_time=3.808073|dts=167936|dts_time=3.808073|duration=2048|duration_time=0.046440|size=372|pos=30560|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=167936|pts_time=3.808073|pkt_dts=167936|pkt_dts_time=3.808073|best_effort_timestamp=167936|best_effort_timestamp_time=3.808073|duration=2048|duration_time=0.046440|pkt_pos=30560|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=169984|pts_time=3.854512|dts=169984|dts_time=3.854512|duration=2048|duration_time=0.046440|size=372|pos=30932|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=169984|pts_time=3.854512|pkt_dts=169984|pkt_dts_time=3.854512|best_effort_timestamp=169984|best_effort_timestamp_time=3.854512|duration=2048|duration_time=0.046440|pkt_pos=30932|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=172032|pts_time=3.900952|dts=172032|dts_time=3.900952|duration=2048|duration_time=0.046440|size=372|pos=31304|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=172032|pts_time=3.900952|pkt_dts=172032|pkt_dts_time=3.900952|best_effort_timestamp=172032|best_effort_timestamp_time=3.900952|duration=2048|duration_time=0.046440|pkt_pos=31304|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=174080|pts_time=3.947392|dts=174080|dts_time=3.947392|duration=2048|duration_time=0.046440|size=372|pos=31676|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=174080|pts_time=3.947392|pkt_dts=174080|pkt_dts_time=3.947392|best_effort_timestamp=174080|best_effort_timestamp_time=3.947392|duration=2048|duration_time=0.046440|pkt_pos=31676|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=176128|pts_time=3.993832|dts=176128|dts_time=3.993832|duration=2048|duration_time=0.046440|size=372|pos=32048|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=176128|pts_time=3.993832|pkt_dts=176128|pkt_dts_time=3.993832|best_effort_timestamp=176128|best_effort_timestamp_time=3.993832|duration=2048|duration_time=0.046440|pkt_pos=32048|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=178176|pts_time=4.040272|dts=178176|dts_time=4.040272|duration=2048|duration_time=0.046440|size=372|pos=32420|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=178176|pts_time=4.040272|pkt_dts=178176|pkt_dts_time=4.040272|best_effort_timestamp=178176|best_effort_timestamp_time=4.040272|duration=2048|duration_time=0.046440|pkt_pos=32420|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=180224|pts_time=4.086712|dts=180224|dts_time=4.086712|duration=2048|duration_time=0.046440|size=372|pos=32792|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=180224|pts_time=4.086712|pkt_dts=180224|pkt_dts_time=4.086712|best_effort_timestamp=180224|best_effort_timestamp_time=4.086712|duration=2048|duration_time=0.046440|pkt_pos=32792|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=182272|pts_time=4.133152|dts=182272|dts_time=4.133152|duration=2048|duration_time=0.046440|size=372|pos=33164|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=182272|pts_time=4.133152|pkt_dts=182272|pkt_dts_time=4.133152|best_effort_timestamp=182272|best_effort_timestamp_time=4.133152|duration=2048|duration_time=0.046440|pkt_pos=33164|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=184320|pts_time=4.179592|dts=184320|dts_time=4.179592|duration=2048|duration_time=0.046440|size=372|pos=33536|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=184320|pts_time=4.179592|pkt_dts=184320|pkt_dts_time=4.179592|best_effort_timestamp=184320|best_effort_timestamp_time=4.179592|duration=2048|duration_time=0.046440|pkt_pos=33536|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=186368|pts_time=4.226032|dts=186368|dts_time=4.226032|duration=2048|duration_time=0.046440|size=372|pos=33908|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=186368|pts_time=4.226032|pkt_dts=186368|pkt_dts_time=4.226032|best_effort_timestamp=186368|best_effort_timestamp_time=4.226032|duration=2048|duration_time=0.046440|pkt_pos=33908|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=188416|pts_time=4.272472|dts=188416|dts_time=4.272472|duration=2048|duration_time=0.046440|size=372|pos=34280|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=188416|pts_time=4.272472|pkt_dts=188416|pkt_dts_time=4.272472|best_effort_timestamp=188416|best_effort_timestamp_time=4.272472|duration=2048|duration_time=0.046440|pkt_pos=34280|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=190464|pts_time=4.318912|dts=190464|dts_time=4.318912|duration=2048|duration_time=0.046440|size=372|pos=34652|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=190464|pts_time=4.318912|pkt_dts=190464|pkt_dts_time=4.318912|best_effort_timestamp=190464|best_effort_timestamp_time=4.318912|duration=2048|duration_time=0.046440|pkt_pos=34652|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=192512|pts_time=4.365351|dts=192512|dts_time=4.365351|duration=2048|duration_time=0.046440|size=372|pos=35024|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=192512|pts_time=4.365351|pkt_dts=192512|pkt_dts_time=4.365351|best_effort_timestamp=192512|best_effort_timestamp_time=4.365351|duration=2048|duration_time=0.046440|pkt_pos=35024|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=194560|pts_time=4.411791|dts=194560|dts_time=4.411791|duration=2048|duration_time=0.046440|size=372|pos=35396|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=194560|pts_time=4.411791|pkt_dts=194560|pkt_dts_time=4.411791|best_effort_timestamp=194560|best_effort_timestamp_time=4.411791|duration=2048|duration_time=0.046440|pkt_pos=35396|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=196608|pts_time=4.458231|dts=196608|dts_time=4.458231|duration=2048|duration_time=0.046440|size=372|pos=35768|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=196608|pts_time=4.458231|pkt_dts=196608|pkt_dts_time=4.458231|best_effort_timestamp=196608|best_effort_timestamp_time=4.458231|duration=2048|duration_time=0.046440|pkt_pos=35768|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=198656|pts_time=4.504671|dts=198656|dts_time=4.504671|duration=2048|duration_time=0.046440|size=372|pos=36140|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=198656|pts_time=4.504671|pkt_dts=198656|pkt_dts_time=4.504671|best_effort_timestamp=198656|best_effort_timestamp_time=4.504671|duration=2048|duration_time=0.046440|pkt_pos=36140|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=200704|pts_time=4.551111|dts=200704|dts_time=4.551111|duration=2048|duration_time=0.046440|size=372|pos=36512|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=200704|pts_time=4.551111|pkt_dts=200704|pkt_dts_time=4.551111|best_effort_timestamp=200704|best_effort_timestamp_time=4.551111|duration=2048|duration_time=0.046440|pkt_pos=36512|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=202752|pts_time=4.597551|dts=202752|dts_time=4.597551|duration=2048|duration_time=0.046440|size=372|pos=36884|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=202752|pts_time=4.597551|pkt_dts=202752|pkt_dts_time=4.597551|best_effort_timestamp=202752|best_effort_timestamp_time=4.597551|duration=2048|duration_time=0.046440|pkt_pos=36884|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=204800|pts_time=4.643991|dts=204800|dts_time=4.643991|duration=2048|duration_time=0.046440|size=372|pos=37256|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=204800|pts_time=4.643991|pkt_dts=204800|pkt_dts_time=4.643991|best_effort_timestamp=204800|best_effort_timestamp_time=4.643991|duration=2048|duration_time=0.046440|pkt_pos=37256|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=206848|pts_time=4.690431|dts=206848|dts_time=4.690431|duration=2048|duration_time=0.046440|size=372|pos=37628|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=206848|pts_time=4.690431|pkt_dts=206848|pkt_dts_time=4.690431|best_effort_timestamp=206848|best_effort_timestamp_time=4.690431|duration=2048|duration_time=0.046440|pkt_pos=37628|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=208896|pts_time=4.736871|dts=208896|dts_time=4.736871|duration=2048|duration_time=0.046440|size=372|pos=38000|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=208896|pts_time=4.736871|pkt_dts=208896|pkt_dts_time=4.736871|best_effort_timestamp=208896|best_effort_timestamp_time=4.736871|duration=2048|duration_time=0.046440|pkt_pos=38000|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=210944|pts_time=4.783311|dts=210944|dts_time=4.783311|duration=2048|duration_time=0.046440|size=372|pos=38372|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=210944|pts_time=4.783311|pkt_dts=210944|pkt_dts_time=4.783311|best_effort_timestamp=210944|best_effort_timestamp_time=4.783311|duration=2048|duration_time=0.046440|pkt_pos=38372|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=212992|pts_time=4.829751|dts=212992|dts_time=4.829751|duration=2048|duration_time=0.046440|size=372|pos=38744|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=212992|pts_time=4.829751|pkt_dts=212992|pkt_dts_time=4.829751|best_effort_timestamp=212992|best_effort_timestamp_time=4.829751|duration=2048|duration_time=0.046440|pkt_pos=38744|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=215040|pts_time=4.876190|dts=215040|dts_time=4.876190|duration=2048|duration_time=0.046440|size=372|pos=39116|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=215040|pts_time=4.876190|pkt_dts=215040|pkt_dts_time=4.876190|best_effort_timestamp=215040|best_effort_timestamp_time=4.876190|duration=2048|duration_time=0.046440|pkt_pos=39116|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=217088|pts_time=4.922630|dts=217088|dts_time=4.922630|duration=2048|duration_time=0.046440|size=372|pos=39488|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=217088|pts_time=4.922630|pkt_dts=217088|pkt_dts_time=4.922630|best_effort_timestamp=217088|best_effort_timestamp_time=4.922630|duration=2048|duration_time=0.046440|pkt_pos=39488|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=219136|pts_time=4.969070|dts=219136|dts_time=4.969070|duration=2048|duration_time=0.046440|size=372|pos=39860|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=219136|pts_time=4.969070|pkt_dts=219136|pkt_dts_time=4.969070|best_effort_timestamp=219136|best_effort_timestamp_time=4.969070|duration=2048|duration_time=0.046440|pkt_pos=39860|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=221184|pts_time=5.015510|dts=221184|dts_time=5.015510|duration=2048|duration_time=0.046440|size=372|pos=40232|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=221184|pts_time=5.015510|pkt_dts=221184|pkt_dts_time=5.015510|best_effort_timestamp=221184|best_effort_timestamp_time=5.015510|duration=2048|duration_time=0.046440|pkt_pos=40232|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=223232|pts_time=5.061950|dts=223232|dts_time=5.061950|duration=2048|duration_time=0.046440|size=372|pos=40604|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=223232|pts_time=5.061950|pkt_dts=223232|pkt_dts_time=5.061950|best_effort_timestamp=223232|best_effort_timestamp_time=5.061950|duration=2048|duration_time=0.046440|pkt_pos=40604|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=225280|pts_time=5.108390|dts=225280|dts_time=5.108390|duration=2048|duration_time=0.046440|size=372|pos=40976|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=225280|pts_time=5.108390|pkt_dts=225280|pkt_dts_time=5.108390|best_effort_timestamp=225280|best_effort_timestamp_time=5.108390|duration=2048|duration_time=0.046440|pkt_pos=40976|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=227328|pts_time=5.154830|dts=227328|dts_time=5.154830|duration=2048|duration_time=0.046440|size=372|pos=41348|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=227328|pts_time=5.154830|pkt_dts=227328|pkt_dts_time=5.154830|best_effort_timestamp=227328|best_effort_timestamp_time=5.154830|duration=2048|duration_time=0.046440|pkt_pos=41348|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=229376|pts_time=5.201270|dts=229376|dts_time=5.201270|duration=2048|duration_time=0.046440|size=372|pos=41720|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=229376|pts_time=5.201270|pkt_dts=229376|pkt_dts_time=5.201270|best_effort_timestamp=229376|best_effort_timestamp_time=5.201270|duration=2048|duration_time=0.046440|pkt_pos=41720|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=231424|pts_time=5.247710|dts=231424|dts_time=5.247710|duration=2048|duration_time=0.046440|size=372|pos=42092|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=231424|pts_time=5.247710|pkt_dts=231424|pkt_dts_time=5.247710|best_effort_timestamp=231424|best_effort_timestamp_time=5.247710|duration=2048|duration_time=0.046440|pkt_pos=42092|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=233472|pts_time=5.294150|dts=233472|dts_time=5.294150|duration=2048|duration_time=0.046440|size=372|pos=42464|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=233472|pts_time=5.294150|pkt_dts=233472|pkt_dts_time=5.294150|best_effort_timestamp=233472|best_effort_timestamp_time=5.294150|duration=2048|duration_time=0.046440|pkt_pos=42464|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=235520|pts_time=5.340590|dts=235520|dts_time=5.340590|duration=2048|duration_time=0.046440|size=372|pos=42836|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=235520|pts_time=5.340590|pkt_dts=235520|pkt_dts_time=5.340590|best_effort_timestamp=235520|best_effort_timestamp_time=5.340590|duration=2048|duration_time=0.046440|pkt_pos=42836|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=237568|pts_time=5.387029|dts=237568|dts_time=5.387029|duration=2048|duration_time=0.046440|size=372|pos=43208|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=237568|pts_time=5.387029|pkt_dts=237568|pkt_dts_time=5.387029|best_effort_timestamp=237568|best_effort_timestamp_time=5.387029|duration=2048|duration_time=0.046440|pkt_pos=43208|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=239616|pts_time=5.433469|dts=239616|dts_time=5.433469|duration=2048|duration_time=0.046440|size=372|pos=43580|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=239616|pts_time=5.433469|pkt_dts=239616|pkt_dts_time=5.433469|best_effort_timestamp=239616|best_effort_timestamp_time=5.433469|duration=2048|duration_time=0.046440|pkt_pos=43580|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=241664|pts_time=5.479909|dts=241664|dts_time=5.479909|duration=2048|duration_time=0.046440|size=372|pos=43952|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=241664|pts_time=5.479909|pkt_dts=241664|pkt_dts_time=5.479909|best_effort_timestamp=241664|best_effort_timestamp_time=5.479909|duration=2048|duration_time=0.046440|pkt_pos=43952|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=243712|pts_time=5.526349|dts=243712|dts_time=5.526349|duration=2048|duration_time=0.046440|size=372|pos=44324|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=243712|pts_time=5.526349|pkt_dts=243712|pkt_dts_time=5.526349|best_effort_timestamp=243712|best_effort_timestamp_time=5.526349|duration=2048|duration_time=0.046440|pkt_pos=44324|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=245760|pts_time=5.572789|dts=245760|dts_time=5.572789|duration=2048|duration_time=0.046440|size=372|pos=44696|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=245760|pts_time=5.572789|pkt_dts=245760|pkt_dts_time=5.572789|best_effort_timestamp=245760|best_effort_timestamp_time=5.572789|duration=2048|duration_time=0.046440|pkt_pos=44696|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=247808|pts_time=5.619229|dts=247808|dts_time=5.619229|duration=2048|duration_time=0.046440|size=372|pos=45068|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=247808|pts_time=5.619229|pkt_dts=247808|pkt_dts_time=5.619229|best_effort_timestamp=247808|best_effort_timestamp_time=5.619229|duration=2048|duration_time=0.046440|pkt_pos=45068|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=249856|pts_time=5.665669|dts=249856|dts_time=5.665669|duration=2048|duration_time=0.046440|size=372|pos=45440|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=249856|pts_time=5.665669|pkt_dts=249856|pkt_dts_time=5.665669|best_effort_timestamp=249856|best_effort_timestamp_time=5.665669|duration=2048|duration_time=0.046440|pkt_pos=45440|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=251904|pts_time=5.712109|dts=251904|dts_time=5.712109|duration=2048|duration_time=0.046440|size=372|pos=45812|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=251904|pts_time=5.712109|pkt_dts=251904|pkt_dts_time=5.712109|best_effort_timestamp=251904|best_effort_timestamp_time=5.712109|duration=2048|duration_time=0.046440|pkt_pos=45812|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=253952|pts_time=5.758549|dts=253952|dts_time=5.758549|duration=2048|duration_time=0.046440|size=372|pos=46184|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=253952|pts_time=5.758549|pkt_dts=253952|pkt_dts_time=5.758549|best_effort_timestamp=253952|best_effort_timestamp_time=5.758549|duration=2048|duration_time=0.046440|pkt_pos=46184|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=256000|pts_time=5.804989|dts=256000|dts_time=5.804989|duration=2048|duration_time=0.046440|size=372|pos=46556|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=256000|pts_time=5.804989|pkt_dts=256000|pkt_dts_time=5.804989|best_effort_timestamp=256000|best_effort_timestamp_time=5.804989|duration=2048|duration_time=0.046440|pkt_pos=46556|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=258048|pts_time=5.851429|dts=258048|dts_time=5.851429|duration=2048|duration_time=0.046440|size=372|pos=46928|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=258048|pts_time=5.851429|pkt_dts=258048|pkt_dts_time=5.851429|best_effort_timestamp=258048|best_effort_timestamp_time=5.851429|duration=2048|duration_time=0.046440|pkt_pos=46928|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=260096|pts_time=5.897868|dts=260096|dts_time=5.897868|duration=2048|duration_time=0.046440|size=372|pos=47300|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=260096|pts_time=5.897868|pkt_dts=260096|pkt_dts_time=5.897868|best_effort_timestamp=260096|best_effort_timestamp_time=5.897868|duration=2048|duration_time=0.046440|pkt_pos=47300|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=262144|pts_time=5.944308|dts=262144|dts_time=5.944308|duration=2048|duration_time=0.046440|size=372|pos=47672|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=262144|pts_time=5.944308|pkt_dts=262144|pkt_dts_time=5.944308|best_effort_timestamp=262144|best_effort_timestamp_time=5.944308|duration=2048|duration_time=0.046440|pkt_pos=47672|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=264192|pts_time=5.990748|dts=264192|dts_time=5.990748|duration=2048|duration_time=0.046440|size=372|pos=48044|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=264192|pts_time=5.990748|pkt_dts=264192|pkt_dts_time=5.990748|best_effort_timestamp=264192|best_effort_timestamp_time=5.990748|duration=2048|duration_time=0.046440|pkt_pos=48044|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=266240|pts_time=6.037188|dts=266240|dts_time=6.037188|duration=2048|duration_time=0.046440|size=372|pos=48416|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=266240|pts_time=6.037188|pkt_dts=266240|pkt_dts_time=6.037188|best_effort_timestamp=266240|best_effort_timestamp_time=6.037188|duration=2048|duration_time=0.046440|pkt_pos=48416|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=268288|pts_time=6.083628|dts=268288|dts_time=6.083628|duration=2048|duration_time=0.046440|size=372|pos=48788|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=268288|pts_time=6.083628|pkt_dts=268288|pkt_dts_time=6.083628|best_effort_timestamp=268288|best_effort_timestamp_time=6.083628|duration=2048|duration_time=0.046440|pkt_pos=48788|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=270336|pts_time=6.130068|dts=270336|dts_time=6.130068|duration=2048|duration_time=0.046440|size=372|pos=49160|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=270336|pts_time=6.130068|pkt_dts=270336|pkt_dts_time=6.130068|best_effort_timestamp=270336|best_effort_timestamp_time=6.130068|duration=2048|duration_time=0.046440|pkt_pos=49160|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=272384|pts_time=6.176508|dts=272384|dts_time=6.176508|duration=2048|duration_time=0.046440|size=372|pos=49532|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=272384|pts_time=6.176508|pkt_dts=272384|pkt_dts_time=6.176508|best_effort_timestamp=272384|best_effort_timestamp_time=6.176508|duration=2048|duration_time=0.046440|pkt_pos=49532|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=274432|pts_time=6.222948|dts=274432|dts_time=6.222948|duration=2048|duration_time=0.046440|size=372|pos=49904|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=274432|pts_time=6.222948|pkt_dts=274432|pkt_dts_time=6.222948|best_effort_timestamp=274432|best_effort_timestamp_time=6.222948|duration=2048|duration_time=0.046440|pkt_pos=49904|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=276480|pts_time=6.269388|dts=276480|dts_time=6.269388|duration=2048|duration_time=0.046440|size=372|pos=50276|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=276480|pts_time=6.269388|pkt_dts=276480|pkt_dts_time=6.269388|best_effort_timestamp=276480|best_effort_timestamp_time=6.269388|duration=2048|duration_time=0.046440|pkt_pos=50276|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=278528|pts_time=6.315828|dts=278528|dts_time=6.315828|duration=2048|duration_time=0.046440|size=372|pos=50648|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=278528|pts_time=6.315828|pkt_dts=278528|pkt_dts_time=6.315828|best_effort_timestamp=278528|best_effort_timestamp_time=6.315828|duration=2048|duration_time=0.046440|pkt_pos=50648|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=280576|pts_time=6.362268|dts=280576|dts_time=6.362268|duration=2048|duration_time=0.046440|size=372|pos=51020|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=280576|pts_time=6.362268|pkt_dts=280576|pkt_dts_time=6.362268|best_effort_timestamp=280576|best_effort_timestamp_time=6.362268|duration=2048|duration_time=0.046440|pkt_pos=51020|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=282624|pts_time=6.408707|dts=282624|dts_time=6.408707|duration=2048|duration_time=0.046440|size=372|pos=51392|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=282624|pts_time=6.408707|pkt_dts=282624|pkt_dts_time=6.408707|best_effort_timestamp=282624|best_effort_timestamp_time=6.408707|duration=2048|duration_time=0.046440|pkt_pos=51392|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=284672|pts_time=6.455147|dts=284672|dts_time=6.455147|duration=2048|duration_time=0.046440|size=372|pos=51764|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=284672|pts_time=6.455147|pkt_dts=284672|pkt_dts_time=6.455147|best_effort_timestamp=284672|best_effort_timestamp_time=6.455147|duration=2048|duration_time=0.046440|pkt_pos=51764|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=286720|pts_time=6.501587|dts=286720|dts_time=6.501587|duration=2048|duration_time=0.046440|size=372|pos=52136|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=286720|pts_time=6.501587|pkt_dts=286720|pkt_dts_time=6.501587|best_effort_timestamp=286720|best_effort_timestamp_time=6.501587|duration=2048|duration_time=0.046440|pkt_pos=52136|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=288768|pts_time=6.548027|dts=288768|dts_time=6.548027|duration=2048|duration_time=0.046440|size=372|pos=52508|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=288768|pts_time=6.548027|pkt_dts=288768|pkt_dts_time=6.548027|best_effort_timestamp=288768|best_effort_timestamp_time=6.548027|duration=2048|duration_time=0.046440|pkt_pos=52508|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=290816|pts_time=6.594467|dts=290816|dts_time=6.594467|duration=2048|duration_time=0.046440|size=372|pos=52880|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=290816|pts_time=6.594467|pkt_dts=290816|pkt_dts_time=6.594467|best_effort_timestamp=290816|best_effort_timestamp_time=6.594467|duration=2048|duration_time=0.046440|pkt_pos=52880|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=292864|pts_time=6.640907|dts=292864|dts_time=6.640907|duration=2048|duration_time=0.046440|size=372|pos=53252|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=292864|pts_time=6.640907|pkt_dts=292864|pkt_dts_time=6.640907|best_effort_timestamp=292864|best_effort_timestamp_time=6.640907|duration=2048|duration_time=0.046440|pkt_pos=53252|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=294912|pts_time=6.687347|dts=294912|dts_time=6.687347|duration=2048|duration_time=0.046440|size=372|pos=53624|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=294912|pts_time=6.687347|pkt_dts=294912|pkt_dts_time=6.687347|best_effort_timestamp=294912|best_effort_timestamp_time=6.687347|duration=2048|duration_time=0.046440|pkt_pos=53624|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=296960|pts_time=6.733787|dts=296960|dts_time=6.733787|duration=2048|duration_time=0.046440|size=372|pos=53996|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=296960|pts_time=6.733787|pkt_dts=296960|pkt_dts_time=6.733787|best_effort_timestamp=296960|best_effort_timestamp_time=6.733787|duration=2048|duration_time=0.046440|pkt_pos=53996|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=299008|pts_time=6.780227|dts=299008|dts_time=6.780227|duration=2048|duration_time=0.046440|size=372|pos=54368|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=299008|pts_time=6.780227|pkt_dts=299008|pkt_dts_time=6.780227|best_effort_timestamp=299008|best_effort_timestamp_time=6.780227|duration=2048|duration_time=0.046440|pkt_pos=54368|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=301056|pts_time=6.826667|dts=301056|dts_time=6.826667|duration=2048|duration_time=0.046440|size=372|pos=54740|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=301056|pts_time=6.826667|pkt_dts=301056|pkt_dts_time=6.826667|best_effort_timestamp=301056|best_effort_timestamp_time=6.826667|duration=2048|duration_time=0.046440|pkt_pos=54740|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=303104|pts_time=6.873107|dts=303104|dts_time=6.873107|duration=2048|duration_time=0.046440|size=372|pos=55112|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=303104|pts_time=6.873107|pkt_dts=303104|pkt_dts_time=6.873107|best_effort_timestamp=303104|best_effort_timestamp_time=6.873107|duration=2048|duration_time=0.046440|pkt_pos=55112|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=305152|pts_time=6.919546|dts=305152|dts_time=6.919546|duration=2048|duration_time=0.046440|size=372|pos=55484|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=305152|pts_time=6.919546|pkt_dts=305152|pkt_dts_time=6.919546|best_effort_timestamp=305152|best_effort_timestamp_time=6.919546|duration=2048|duration_time=0.046440|pkt_pos=55484|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=307200|pts_time=6.965986|dts=307200|dts_time=6.965986|duration=2048|duration_time=0.046440|size=372|pos=55856|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=307200|pts_time=6.965986|pkt_dts=307200|pkt_dts_time=6.965986|best_effort_timestamp=307200|best_effort_timestamp_time=6.965986|duration=2048|duration_time=0.046440|pkt_pos=55856|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=309248|pts_time=7.012426|dts=309248|dts_time=7.012426|duration=2048|duration_time=0.046440|size=372|pos=56228|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=309248|pts_time=7.012426|pkt_dts=309248|pkt_dts_time=7.012426|best_effort_timestamp=309248|best_effort_timestamp_time=7.012426|duration=2048|duration_time=0.046440|pkt_pos=56228|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=311296|pts_time=7.058866|dts=311296|dts_time=7.058866|duration=2048|duration_time=0.046440|size=372|pos=56600|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=311296|pts_time=7.058866|pkt_dts=311296|pkt_dts_time=7.058866|best_effort_timestamp=311296|best_effort_timestamp_time=7.058866|duration=2048|duration_time=0.046440|pkt_pos=56600|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=313344|pts_time=7.105306|dts=313344|dts_time=7.105306|duration=2048|duration_time=0.046440|size=372|pos=56972|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=313344|pts_time=7.105306|pkt_dts=313344|pkt_dts_time=7.105306|best_effort_timestamp=313344|best_effort_timestamp_time=7.105306|duration=2048|duration_time=0.046440|pkt_pos=56972|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=315392|pts_time=7.151746|dts=315392|dts_time=7.151746|duration=2048|duration_time=0.046440|size=372|pos=57344|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=315392|pts_time=7.151746|pkt_dts=315392|pkt_dts_time=7.151746|best_effort_timestamp=315392|best_effort_timestamp_time=7.151746|duration=2048|duration_time=0.046440|pkt_pos=57344|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=317440|pts_time=7.198186|dts=317440|dts_time=7.198186|duration=2048|duration_time=0.046440|size=372|pos=57716|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=317440|pts_time=7.198186|pkt_dts=317440|pkt_dts_time=7.198186|best_effort_timestamp=317440|best_effort_timestamp_time=7.198186|duration=2048|duration_time=0.046440|pkt_pos=57716|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=319488|pts_time=7.244626|dts=319488|dts_time=7.244626|duration=2048|duration_time=0.046440|size=372|pos=58088|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=319488|pts_time=7.244626|pkt_dts=319488|pkt_dts_time=7.244626|best_effort_timestamp=319488|best_effort_timestamp_time=7.244626|duration=2048|duration_time=0.046440|pkt_pos=58088|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=321536|pts_time=7.291066|dts=321536|dts_time=7.291066|duration=2048|duration_time=0.046440|size=372|pos=58460|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=321536|pts_time=7.291066|pkt_dts=321536|pkt_dts_time=7.291066|best_effort_timestamp=321536|best_effort_timestamp_time=7.291066|duration=2048|duration_time=0.046440|pkt_pos=58460|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=323584|pts_time=7.337506|dts=323584|dts_time=7.337506|duration=2048|duration_time=0.046440|size=372|pos=58832|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=323584|pts_time=7.337506|pkt_dts=323584|pkt_dts_time=7.337506|best_effort_timestamp=323584|best_effort_timestamp_time=7.337506|duration=2048|duration_time=0.046440|pkt_pos=58832|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=325632|pts_time=7.383946|dts=325632|dts_time=7.383946|duration=2048|duration_time=0.046440|size=372|pos=59204|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=325632|pts_time=7.383946|pkt_dts=325632|pkt_dts_time=7.383946|best_effort_timestamp=325632|best_effort_timestamp_time=7.383946|duration=2048|duration_time=0.046440|pkt_pos=59204|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=327680|pts_time=7.430385|dts=327680|dts_time=7.430385|duration=2048|duration_time=0.046440|size=372|pos=59576|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=327680|pts_time=7.430385|pkt_dts=327680|pkt_dts_time=7.430385|best_effort_timestamp=327680|best_effort_timestamp_time=7.430385|duration=2048|duration_time=0.046440|pkt_pos=59576|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=329728|pts_time=7.476825|dts=329728|dts_time=7.476825|duration=2048|duration_time=0.046440|size=372|pos=59948|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=329728|pts_time=7.476825|pkt_dts=329728|pkt_dts_time=7.476825|best_effort_timestamp=329728|best_effort_timestamp_time=7.476825|duration=2048|duration_time=0.046440|pkt_pos=59948|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=331776|pts_time=7.523265|dts=331776|dts_time=7.523265|duration=2048|duration_time=0.046440|size=372|pos=60320|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=331776|pts_time=7.523265|pkt_dts=331776|pkt_dts_time=7.523265|best_effort_timestamp=331776|best_effort_timestamp_time=7.523265|duration=2048|duration_time=0.046440|pkt_pos=60320|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=333824|pts_time=7.569705|dts=333824|dts_time=7.569705|duration=2048|duration_time=0.046440|size=372|pos=60692|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=333824|pts_time=7.569705|pkt_dts=333824|pkt_dts_time=7.569705|best_effort_timestamp=333824|best_effort_timestamp_time=7.569705|duration=2048|duration_time=0.046440|pkt_pos=60692|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=335872|pts_time=7.616145|dts=335872|dts_time=7.616145|duration=2048|duration_time=0.046440|size=372|pos=61064|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=335872|pts_time=7.616145|pkt_dts=335872|pkt_dts_time=7.616145|best_effort_timestamp=335872|best_effort_timestamp_time=7.616145|duration=2048|duration_time=0.046440|pkt_pos=61064|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=337920|pts_time=7.662585|dts=337920|dts_time=7.662585|duration=2048|duration_time=0.046440|size=372|pos=61436|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=337920|pts_time=7.662585|pkt_dts=337920|pkt_dts_time=7.662585|best_effort_timestamp=337920|best_effort_timestamp_time=7.662585|duration=2048|duration_time=0.046440|pkt_pos=61436|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=339968|pts_time=7.709025|dts=339968|dts_time=7.709025|duration=2048|duration_time=0.046440|size=372|pos=61808|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=339968|pts_time=7.709025|pkt_dts=339968|pkt_dts_time=7.709025|best_effort_timestamp=339968|best_effort_timestamp_time=7.709025|duration=2048|duration_time=0.046440|pkt_pos=61808|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=342016|pts_time=7.755465|dts=342016|dts_time=7.755465|duration=2048|duration_time=0.046440|size=372|pos=62180|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=342016|pts_time=7.755465|pkt_dts=342016|pkt_dts_time=7.755465|best_effort_timestamp=342016|best_effort_timestamp_time=7.755465|duration=2048|duration_time=0.046440|pkt_pos=62180|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=344064|pts_time=7.801905|dts=344064|dts_time=7.801905|duration=2048|duration_time=0.046440|size=372|pos=62552|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=344064|pts_time=7.801905|pkt_dts=344064|pkt_dts_time=7.801905|best_effort_timestamp=344064|best_effort_timestamp_time=7.801905|duration=2048|duration_time=0.046440|pkt_pos=62552|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=346112|pts_time=7.848345|dts=346112|dts_time=7.848345|duration=2048|duration_time=0.046440|size=372|pos=62924|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=346112|pts_time=7.848345|pkt_dts=346112|pkt_dts_time=7.848345|best_effort_timestamp=346112|best_effort_timestamp_time=7.848345|duration=2048|duration_time=0.046440|pkt_pos=62924|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=348160|pts_time=7.894785|dts=348160|dts_time=7.894785|duration=2048|duration_time=0.046440|size=372|pos=63296|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=348160|pts_time=7.894785|pkt_dts=348160|pkt_dts_time=7.894785|best_effort_timestamp=348160|best_effort_timestamp_time=7.894785|duration=2048|duration_time=0.046440|pkt_pos=63296|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=350208|pts_time=7.941224|dts=350208|dts_time=7.941224|duration=2048|duration_time=0.046440|size=372|pos=63668|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=350208|pts_time=7.941224|pkt_dts=350208|pkt_dts_time=7.941224|best_effort_timestamp=350208|best_effort_timestamp_time=7.941224|duration=2048|duration_time=0.046440|pkt_pos=63668|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=352256|pts_time=7.987664|dts=352256|dts_time=7.987664|duration=2048|duration_time=0.046440|size=372|pos=64040|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=352256|pts_time=7.987664|pkt_dts=352256|pkt_dts_time=7.987664|best_effort_timestamp=352256|best_effort_timestamp_time=7.987664|duration=2048|duration_time=0.046440|pkt_pos=64040|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=354304|pts_time=8.034104|dts=354304|dts_time=8.034104|duration=2048|duration_time=0.046440|size=372|pos=64412|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=354304|pts_time=8.034104|pkt_dts=354304|pkt_dts_time=8.034104|best_effort_timestamp=354304|best_effort_timestamp_time=8.034104|duration=2048|duration_time=0.046440|pkt_pos=64412|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=356352|pts_time=8.080544|dts=356352|dts_time=8.080544|duration=2048|duration_time=0.046440|size=372|pos=64784|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=356352|pts_time=8.080544|pkt_dts=356352|pkt_dts_time=8.080544|best_effort_timestamp=356352|best_effort_timestamp_time=8.080544|duration=2048|duration_time=0.046440|pkt_pos=64784|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
+packet|codec_type=audio|stream_index=0|pts=358400|pts_time=8.126984|dts=358400|dts_time=8.126984|duration=2048|duration_time=0.046440|size=372|pos=65156|flags=K__
+frame|media_type=audio|stream_index=0|key_frame=1|pts=358400|pts_time=8.126984|pkt_dts=358400|pkt_dts_time=8.126984|best_effort_timestamp=358400|best_effort_timestamp_time=8.126984|duration=2048|duration_time=0.046440|pkt_pos=65156|pkt_size=372|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
 packet|codec_type=audio|stream_index=0|pts=360448|pts_time=8.173424|dts=360448|dts_time=8.173424|duration=44|duration_time=0.000998|size=8|pos=65528|flags=K_C
 frame|media_type=audio|stream_index=0|key_frame=1|pts=N/A|pts_time=N/A|pkt_dts=N/A|pkt_dts_time=N/A|best_effort_timestamp=N/A|best_effort_timestamp_time=N/A|duration=44|duration_time=0.000998|pkt_pos=65528|pkt_size=8|sample_fmt=fltp|nb_samples=2048|channels=2|channel_layout=unknown
diff --git a/tests/ref/fate/g722-encode b/tests/ref/fate/g722-encode
index 125c8321ba..9d8b007e33 100644
--- a/tests/ref/fate/g722-encode
+++ b/tests/ref/fate/g722-encode
@@ -7,78 +7,191 @@ 
 #sample_rate 0: 16000
 #channel_layout_name 0: mono
 #stream#, dts,        pts, duration,     size, hash
-0,          0,          0,     1280,     2560, cd96995ecfa0edf214c1d6c7c6b37351
-0,       1280,       1280,     1280,     2560, d72d481d9c467656f8d36a94286e1a5b
-0,       2560,       2560,     1280,     2560, a09f0e46f2bc73d2454796bbfa1a59c8
-0,       3840,       3840,     1280,     2560, cfa9af21beab5786eb4ebaebf9e403c1
-0,       5120,       5120,     1280,     2560, 8649aecff1d284f20bbeed35c9b9a1e7
-0,       6400,       6400,     1280,     2560, 9faf9dc9c79df571fb08a2cb8d57f654
-0,       7680,       7680,     1280,     2560, d3ee9e40f674bee75647a115aefc9721
-0,       8960,       8960,     1280,     2560, d22fc90675529c56b0b9813213b59fd1
-0,      10240,      10240,     1280,     2560, 80a8385087ef739ffadc9d4314344ce2
-0,      11520,      11520,     1280,     2560, 251efeb72b7316a1c47c67d16584b62c
-0,      12800,      12800,     1280,     2560, d0e2936ff72e2f46c861f68ad8870aa9
-0,      14080,      14080,     1280,     2560, b47cd1cfffd504713de55ffc623319d3
-0,      15360,      15360,     1280,     2560, 8b1ead46d90c13c49de3bb2f3a8d05d0
-0,      16640,      16640,     1280,     2560, f8ae7db652a69bed10625f8c7a6a1eb0
-0,      17920,      17920,     1280,     2560, aeeb3df73249e3bb61aa2e4cd69c0f8f
-0,      19200,      19200,     1280,     2560, 10906b462f27de28080f0e85fbe0c6ab
-0,      20480,      20480,     1280,     2560, c99d1e7f33f6fee6803f9b5a9ade7903
-0,      21760,      21760,     1280,     2560, b28a0cb4037b3814bcf775c3f53011ac
-0,      23040,      23040,     1280,     2560, 3fecdb666569cb42119b1bb38460cccc
-0,      24320,      24320,     1280,     2560, f05d544ba2757313a53170c83a8355ef
-0,      25600,      25600,     1280,     2560, 93385f9efc40d8a05d36b65da388a72c
-0,      26880,      26880,     1280,     2560, d172f7595490cb7338c214a5730a5ea7
-0,      28160,      28160,     1280,     2560, 450d4d25e023546ba5bc93bca1dbfda0
-0,      29440,      29440,     1280,     2560, 4dc63487a12cd92b42b0b4b4342ba6ea
-0,      30720,      30720,     1280,     2560, c4829ec882be961e3eb503adb942e88e
-0,      32000,      32000,     1280,     2560, 093eb5b1eff2e3c6ecc1cd7cfb31190a
-0,      33280,      33280,     1280,     2560, 9a89ecb75fe2e5acd2a719479a7f618e
-0,      34560,      34560,     1280,     2560, bc13180d784163d1057227c514d6d5f7
-0,      35840,      35840,     1280,     2560, 3c6d0c72a466179ddfc477882e71423c
-0,      37120,      37120,     1280,     2560, 109743e2650f7978d931b998a5f07438
-0,      38400,      38400,     1280,     2560, ede31dd228b764406d13861b09b2b360
-0,      39680,      39680,     1280,     2560, 81bc38ca1068813a5953e649561a63ac
-0,      40960,      40960,     1280,     2560, 4bc7b871f8aa02533a1815f3c8e942a5
-0,      42240,      42240,     1280,     2560, a269372e59eede6ecd2a44500a92630b
-0,      43520,      43520,     1280,     2560, d6f06276f8e8a354ff75fd9593b09ef9
-0,      44800,      44800,     1280,     2560, 12c582c0d28d9373d77bb2dd50c8c052
-0,      46080,      46080,     1280,     2560, 2a4447ea1d7ad2b5e8b4fe19a2597f4e
-0,      47360,      47360,     1280,     2560, 722962cf9fe0a4327dbcf626b935f660
-0,      48640,      48640,     1280,     2560, e62a4c482bf6fa3fae9e0c9dbeb5e51f
-0,      49920,      49920,     1280,     2560, 000b14ecb533c0c24658cbe7734d3648
-0,      51200,      51200,     1280,     2560, a4dcc948c2aadc33c81a5bc5591ffb2d
-0,      52480,      52480,     1280,     2560, 94e75f66af8e31335c090042a1f63fc5
-0,      53760,      53760,     1280,     2560, cf4e38b36769a3fbcf7467c746ac2a1b
-0,      55040,      55040,     1280,     2560, f568270d6ff1f7bde6206360d9077f84
-0,      56320,      56320,     1280,     2560, ce63ca6e30c7af75b5188aad659d431e
-0,      57600,      57600,     1280,     2560, acd8534f856203f787ec8043aaf55185
-0,      58880,      58880,     1280,     2560, 50626cabcd732e4d071d4b73ae0e7e04
-0,      60160,      60160,     1280,     2560, 038990cbffc52a40552c6b027379b15c
-0,      61440,      61440,     1280,     2560, 6bdc159fc76b22500bd035edb7c2e1a3
-0,      62720,      62720,     1280,     2560, ee7ac329fe2fcf9e18afeea2fcfe6768
-0,      64000,      64000,     1280,     2560, b1abe3bcc36878412facb83270e6629d
-0,      65280,      65280,     1280,     2560, 326a9e4613119dc12e0a97e107e90442
-0,      66560,      66560,     1280,     2560, 569675a451b3b1b6e32fed683e0e4940
-0,      67840,      67840,     1280,     2560, 1e2db0be1805d797d0ec0fc928346d9e
-0,      69120,      69120,     1280,     2560, 3351ffe2a83a03b08331e819a1d0b7b9
-0,      70400,      70400,     1280,     2560, dce4210d528f17f28c397bb007f5b018
-0,      71680,      71680,     1280,     2560, e088d9c359d91e3a68d7f0889f84d14d
-0,      72960,      72960,     1280,     2560, c3f8a868eeda69e7d388f0f428de651b
-0,      74240,      74240,     1280,     2560, 17be00694027ccb870bada1f96bd6fcf
-0,      75520,      75520,     1280,     2560, b474e37998364312f0d86843a43dabb2
-0,      76800,      76800,     1280,     2560, 971255aafe9a4d96d44479e3df609aa7
-0,      78080,      78080,     1280,     2560, 1c912d86beab34eb2c6307a5e3699064
-0,      79360,      79360,     1280,     2560, 7addab61237812433409e5cf8eed2617
-0,      80640,      80640,     1280,     2560, e3b2838ff170a328d24f9bc2f1457fad
-0,      81920,      81920,     1280,     2560, 95a3ce68908eb179d1bb60a96ef21a26
-0,      83200,      83200,     1280,     2560, fc0bd36ad4cd4349ebf7c07c5fcda555
-0,      84480,      84480,     1280,     2560, 7a12e0d59365f42e78079093effea86c
-0,      85760,      85760,     1280,     2560, cb59a714ef2717932c89d5dd725084d8
-0,      87040,      87040,     1280,     2560, aaeb92b680b9a22fab9c3c305220821b
-0,      88320,      88320,     1280,     2560, e1f05444007910da6f212d751325f766
-0,      89600,      89600,     1280,     2560, fbeea303f52f37547dfceca570983895
-0,      90880,      90880,     1280,     2560, 53fbda08a3c3fb2d61ab124395092376
-0,      92160,      92160,     1280,     2560, 6cfd234af2e8855ddc4496e2868f5cd0
-0,      93440,      93440,     1280,     2560, 3959ebc0d5737a08784e3d129a0bcc5a
-0,      94720,      94720,     1280,     2560, 89ced69e400daf80524a5c53bcf28f6a
+0,          0,          0,      512,     1024, ecc4b3d6b6898813d21ee7dea53ea514
+0,        512,        512,      512,     1024, fd0e44b2b74a807adb938f2b44767003
+0,       1024,       1024,      512,     1024, b191129323f233839af583fb7219317f
+0,       1536,       1536,      512,     1024, b4ea4e2cbf472e8a27570ae6315137ff
+0,       2048,       2048,      512,     1024, 2d56763ccb004c045e07f67ff5664d67
+0,       2560,       2560,      512,     1024, 70fb563bf98cbfc985c5c3d757a2cc9d
+0,       3072,       3072,      512,     1024, d2783caf8a3d69537b528620e7245144
+0,       3584,       3584,      512,     1024, 67ec78ac57b46b1c4def5da6ce5d8394
+0,       4096,       4096,      512,     1024, 574d19974be17fdd3679dda356818dc2
+0,       4608,       4608,      512,     1024, 26e1a75d95dbce14a999479cb02f99ea
+0,       5120,       5120,      512,     1024, 7c653537dfc04e8c6a078522ac53dac7
+0,       5632,       5632,      512,     1024, 37275182038135eaef79c95cb64d219d
+0,       6144,       6144,      512,     1024, 05e1c4b4eea068479531f1f0d6ca068d
+0,       6656,       6656,      512,     1024, aa316c63558f79e45d6b6645a5fe673a
+0,       7168,       7168,      512,     1024, a59cf31b8cbabca8ed5868869e733be1
+0,       7680,       7680,      512,     1024, 2e8e8203207557efb070b77dc74c79c1
+0,       8192,       8192,      512,     1024, 4b41efcb7210b29af86d4293ee8c28ee
+0,       8704,       8704,      512,     1024, 9043b3f3affd4eb4a084741ef04560f3
+0,       9216,       9216,      512,     1024, 87407f02b03024c0bd8b6aefc0a655e3
+0,       9728,       9728,      512,     1024, 18ac61dd2363484e0de3091e54736f64
+0,      10240,      10240,      512,     1024, 5e2a228323b1dfaa70428dd404c1f6fe
+0,      10752,      10752,      512,     1024, 3d090b22e015669d3e0cf45b5b29a067
+0,      11264,      11264,      512,     1024, 52292971aa9ee6df0c4766ff0ebff792
+0,      11776,      11776,      512,     1024, eb948d758c51c304b3df3fe71299e5b5
+0,      12288,      12288,      512,     1024, 6e19f6cc6e15df0d329f2f6c14a51050
+0,      12800,      12800,      512,     1024, d5a69fc82cbe91a2c21d5a5963ffba88
+0,      13312,      13312,      512,     1024, 7b93bcc77680db1c0ceb7ddaacd7381f
+0,      13824,      13824,      512,     1024, b6b9bbd66a26df360092bfd0e86b2643
+0,      14336,      14336,      512,     1024, 2107508296bc79970f4b9c134d1fd9e1
+0,      14848,      14848,      512,     1024, 42283a97b11133caddc12fd8e06e5ca8
+0,      15360,      15360,      512,     1024, 8a1bfa46184ab907888881498220225a
+0,      15872,      15872,      512,     1024, 16d203df56b120d02876d41d831a9460
+0,      16384,      16384,      512,     1024, 5a56f8007c87cf6c8730064f3fbe5c79
+0,      16896,      16896,      512,     1024, cd17fc200d6c5510b1ee229ff36b4ba4
+0,      17408,      17408,      512,     1024, 76d99beef096e45c4a6e16e52128c924
+0,      17920,      17920,      512,     1024, c74c7e5b73034974f7b17ac9c03e632e
+0,      18432,      18432,      512,     1024, b1dcbb79c2c281b7ddf2ec8a1d2bf2aa
+0,      18944,      18944,      512,     1024, 779e495c7783d2811db6c9feeeb214b0
+0,      19456,      19456,      512,     1024, 326cefdaf3e4390f7a4e9d070c07cc45
+0,      19968,      19968,      512,     1024, 5f870762b90ab527e3bd8d3c9777b2d5
+0,      20480,      20480,      512,     1024, 7d38fc0b9544f1c2b8be2d2a2e58ded4
+0,      20992,      20992,      512,     1024, c1681508f0718a3155c47aeffa8ab9c0
+0,      21504,      21504,      512,     1024, 0c10d4db76d03f8497e7349295c287cb
+0,      22016,      22016,      512,     1024, 622eff94cc7ae5e40b2cdecdf9bf7d3c
+0,      22528,      22528,      512,     1024, b657a651506981a4f7f1b7b5b828e210
+0,      23040,      23040,      512,     1024, e5b6fbbc0605f1284f39d34358aa78b9
+0,      23552,      23552,      512,     1024, 4545b3eb1708b1bb631db35bf41975dc
+0,      24064,      24064,      512,     1024, 615dd05eecb8981524ad2cabf0b7c605
+0,      24576,      24576,      512,     1024, a8ff25b2a8888214b8bc2476b8893f13
+0,      25088,      25088,      512,     1024, 4e9edb65759047da8f70701481448d4c
+0,      25600,      25600,      512,     1024, 270c9409cab3ec526148b4cd2f9da859
+0,      26112,      26112,      512,     1024, 46fc0bf208ca574a5cc8a27950a516b6
+0,      26624,      26624,      512,     1024, c3dd6e4ae2ad18bcf24e14153033923b
+0,      27136,      27136,      512,     1024, a6944b3974e5beae9b52557ef405d48d
+0,      27648,      27648,      512,     1024, c8b8a19fb766b22ce9eb57fcce4770da
+0,      28160,      28160,      512,     1024, 92d2cd4d5bc8953b9861b3a8d4e0ec74
+0,      28672,      28672,      512,     1024, 37ace51c793de31d9a77568f0a864a37
+0,      29184,      29184,      512,     1024, 80ff33962c968afe4d9c39360d727e22
+0,      29696,      29696,      512,     1024, 1b7aa60ba7e411e53c7df3f3bdcaabe1
+0,      30208,      30208,      512,     1024, e5db2522652342bc1a65aea8eb1276c8
+0,      30720,      30720,      512,     1024, 9b92893a4de55192ff60722a3087a939
+0,      31232,      31232,      512,     1024, 5cc05b5f95b933fbffcfe78c38c6cf2d
+0,      31744,      31744,      512,     1024, d49dd99fb47b621588a8007baaddc4db
+0,      32256,      32256,      512,     1024, 1d2d87a6fde25649f1a81cbe2bf4a5b8
+0,      32768,      32768,      512,     1024, 75c19658be99c8299b2744609af799f8
+0,      33280,      33280,      512,     1024, f68af60bdf638cffcb59520a2ef978f1
+0,      33792,      33792,      512,     1024, 58482f193563657d9403478290ea6ad5
+0,      34304,      34304,      512,     1024, 0bacae0323f17e26b8e29875135d0e82
+0,      34816,      34816,      512,     1024, 06659219a1034eabef94744f1f95b9b7
+0,      35328,      35328,      512,     1024, c4f8117a33b0fcc78b9e81111d1f7f45
+0,      35840,      35840,      512,     1024, 944502626b0b9206163bdc64fb16b13e
+0,      36352,      36352,      512,     1024, a5d18841599d9a7d1aedf31b232b9f9b
+0,      36864,      36864,      512,     1024, b80f1d39e9aba3240834c37176ec8eec
+0,      37376,      37376,      512,     1024, 9769b38891d2941384af776eedb48aa4
+0,      37888,      37888,      512,     1024, 9e3a42bb02d600de2e3df71dfca99402
+0,      38400,      38400,      512,     1024, 6108204ebc9a4cbe0503a6e09892dfd6
+0,      38912,      38912,      512,     1024, 8d2968e23c448f2e2a5d16a7270ff76c
+0,      39424,      39424,      512,     1024, 6762adf2728ff4e7db118f647941086c
+0,      39936,      39936,      512,     1024, 9f3f5479785eb9c6e93fa655398ba769
+0,      40448,      40448,      512,     1024, e829e74c660685ccd299c4225e958409
+0,      40960,      40960,      512,     1024, 14375fb18a4462f6767d219dfd7ae7bd
+0,      41472,      41472,      512,     1024, 0469478b4c3589aaa5aa66a3d1b9cfec
+0,      41984,      41984,      512,     1024, b4bb9d1f67901d43e168371fe6209752
+0,      42496,      42496,      512,     1024, 8284e5acef28cccc5d8b4446b087917f
+0,      43008,      43008,      512,     1024, b4ed7694ad2ae219695006bc2b875a3f
+0,      43520,      43520,      512,     1024, 863b8ba685c2023e16a92edab30574ae
+0,      44032,      44032,      512,     1024, bffacdbe1c3b2985e01ab3c1e87151cf
+0,      44544,      44544,      512,     1024, 0bab5c26239bb2bf64bb9ddd2cdab140
+0,      45056,      45056,      512,     1024, 82f9e1a8ea4749e2e86b00f762c928e4
+0,      45568,      45568,      512,     1024, 773c765c493806b96cb462bd67916813
+0,      46080,      46080,      512,     1024, 77712d03b3b80763e196daa6d3af0b10
+0,      46592,      46592,      512,     1024, e46f1bfe86814b922456bcecd646c9ea
+0,      47104,      47104,      512,     1024, e2a0ec93107cb551dd23aacb2ae08f6d
+0,      47616,      47616,      512,     1024, 1184e53d7652be1c11f3e9fec4afc28b
+0,      48128,      48128,      512,     1024, cffb62d7debaa07436b8749b9a183648
+0,      48640,      48640,      512,     1024, 99925d2b1db0be9ae252cac1b3c57233
+0,      49152,      49152,      512,     1024, e0ecbfe71d2eae216ac554b635e059ab
+0,      49664,      49664,      512,     1024, eb20314e37db7f17fdf51b71b00040ca
+0,      50176,      50176,      512,     1024, 2ac824edd62b4d9db11e1f404c6521d6
+0,      50688,      50688,      512,     1024, 9f07a0c8332dd9802966893dd0b82b13
+0,      51200,      51200,      512,     1024, 53a2f54bdcad4771b39b4ebec791b317
+0,      51712,      51712,      512,     1024, 9a533a0b87ddc4d1c6beca0611d9f052
+0,      52224,      52224,      512,     1024, 347b31a3f548f9d5c70fb4c5e406e4a4
+0,      52736,      52736,      512,     1024, 1b67855847534c5b40fc2ce9d30be33f
+0,      53248,      53248,      512,     1024, fbe9cbf8c8e041f979a2715db71211ae
+0,      53760,      53760,      512,     1024, 40ae530d58b46cf48ffadb6937a6560a
+0,      54272,      54272,      512,     1024, fda5c571021d83183590f443a6ad1cc9
+0,      54784,      54784,      512,     1024, 9bb60367ae7e2ab1945ba1496aa1857c
+0,      55296,      55296,      512,     1024, 5f37d53be72a55528cc69b2d63b98757
+0,      55808,      55808,      512,     1024, 7bb1ac5d959a43123f76f0cdfa4ae92b
+0,      56320,      56320,      512,     1024, 12e0019a216551b44f45b03297b945cf
+0,      56832,      56832,      512,     1024, a4cb0d110b5db70e3959ee8bc5f198ae
+0,      57344,      57344,      512,     1024, 37b977cfa20b46d2d31fc9cb2fb36130
+0,      57856,      57856,      512,     1024, c023794bbc26ed825c4b1a66f524b91f
+0,      58368,      58368,      512,     1024, a77f817271e4815234f032f593814deb
+0,      58880,      58880,      512,     1024, cca65e10c7ba86da0c046951118b20aa
+0,      59392,      59392,      512,     1024, f6786a8257ca114b944df9cd54135d78
+0,      59904,      59904,      512,     1024, 60cda73714b73b21588ecc96ed6676bc
+0,      60416,      60416,      512,     1024, 5a88b03b20f874b3cde21ce6dc7aea80
+0,      60928,      60928,      512,     1024, de75587ea1a8c563fc6afaf2b19d75f3
+0,      61440,      61440,      512,     1024, 90de9f9741ba4266dc72740b5c935593
+0,      61952,      61952,      512,     1024, 0ea9f452d07e346398f8ec2011554468
+0,      62464,      62464,      512,     1024, d41d852b6f3f4ecaaf512029cbedbf8c
+0,      62976,      62976,      512,     1024, 9e9308d5b8d8628d7d51bffe10d73639
+0,      63488,      63488,      512,     1024, c8db11fc5cfb955694560ef5a0b3f63e
+0,      64000,      64000,      512,     1024, 9fa55045c1aeda8a9921280d5ed54e11
+0,      64512,      64512,      512,     1024, eee1bc41c2f86911db5fa640ae22592b
+0,      65024,      65024,      512,     1024, 3415564a810db3df57030667b3ba0096
+0,      65536,      65536,      512,     1024, dc68e222eac259b11c1ba382706b34fc
+0,      66048,      66048,      512,     1024, cc2ff0377c68ff70eb294748dde632d4
+0,      66560,      66560,      512,     1024, 160c39b3173f11a15fd6ea0f835756fe
+0,      67072,      67072,      512,     1024, a613ba395c8da5666b170755c96aa2b3
+0,      67584,      67584,      512,     1024, 9ec981b2b73aec1f5f74ddf356309ff2
+0,      68096,      68096,      512,     1024, f3d15376ca953ca2d4fb3c6f591fc9bb
+0,      68608,      68608,      512,     1024, 2ad24a8303dee43463e1eae7e9296ba6
+0,      69120,      69120,      512,     1024, 730959eb356e93f89116c6fca2bf8d31
+0,      69632,      69632,      512,     1024, a5dbb221747ebce1929916a565a0fbf4
+0,      70144,      70144,      512,     1024, 75177da5305c5ade52a67ea448d78177
+0,      70656,      70656,      512,     1024, ba6675a2f8cf25d8d27d59f8458e5827
+0,      71168,      71168,      512,     1024, a214c576e8993f4e0421d7c408b4b3d6
+0,      71680,      71680,      512,     1024, 0862c0728286bf1c9906e39ae22131e3
+0,      72192,      72192,      512,     1024, 03f2c6fc66a0bdeede6abd44154ed9f1
+0,      72704,      72704,      512,     1024, a4645e91ebc0e052d7a5fec6c7c0ff57
+0,      73216,      73216,      512,     1024, fe608b24bd81dfe014286206ba6899cf
+0,      73728,      73728,      512,     1024, 82f0c46d62b5f908d289d051ee27ac13
+0,      74240,      74240,      512,     1024, c23aaa034f6884274a434027aebb6eb2
+0,      74752,      74752,      512,     1024, 3217068fedd93da429f707d8c61d7320
+0,      75264,      75264,      512,     1024, 74ce15fb14e579567a7f33107db594e7
+0,      75776,      75776,      512,     1024, a148ff64c59038ffa3459c55f74b1907
+0,      76288,      76288,      512,     1024, a56c39c6b79b90d83ab4e1e36397cc9e
+0,      76800,      76800,      512,     1024, 206abcb5e365053ae47bac7eb85b1478
+0,      77312,      77312,      512,     1024, 923bd1d8fd44dfb075e21be94181b047
+0,      77824,      77824,      512,     1024, 8d4f6bcfb9705d91333ddcd02ea41207
+0,      78336,      78336,      512,     1024, d6052883fdcfc5b4cbe65ef0a2665ffc
+0,      78848,      78848,      512,     1024, 6aca284568a638e112ff1bf651a444cf
+0,      79360,      79360,      512,     1024, cbaeb186bb3ed97f41dcee6b7d590b4e
+0,      79872,      79872,      512,     1024, ec0eeb5fc8c927ee89b1083908934ce7
+0,      80384,      80384,      512,     1024, 3512fdaae2ae2c0925d6023986596a90
+0,      80896,      80896,      512,     1024, 112b691669b09ee1cb80875c8376f483
+0,      81408,      81408,      512,     1024, 2cfeda374d01e135621a8d2b0492a188
+0,      81920,      81920,      512,     1024, 661f8957f7caec4cd26d5adc62afbf01
+0,      82432,      82432,      512,     1024, 1dc70b963e828ca98b99aebb0c62a0b3
+0,      82944,      82944,      512,     1024, 0e272b6268ef9bb010d59f9204c96b41
+0,      83456,      83456,      512,     1024, f4460f3b921b83a63537c5cc22a56ba4
+0,      83968,      83968,      512,     1024, 362b0d86622e8da0a0d318684a6d1c93
+0,      84480,      84480,      512,     1024, 1f06fb22c9a44116925f4ca0d173c00d
+0,      84992,      84992,      512,     1024, 8bb58cf107f8d9367d0d9d45f0b7b2a8
+0,      85504,      85504,      512,     1024, 279437d9f8f203023990b558bd851e9a
+0,      86016,      86016,      512,     1024, afdf57002b3de7a47a7a22b3e6c091f4
+0,      86528,      86528,      512,     1024, aadf418238f39444f2397cb9a3e5af33
+0,      87040,      87040,      512,     1024, 2b860ae1c3d365ab8bd6f09e868aaac6
+0,      87552,      87552,      512,     1024, 58fecb0ed9ccd4023ea6a58f7ab84089
+0,      88064,      88064,      512,     1024, 46973367495c9d7dc7a8d025dfed398e
+0,      88576,      88576,      512,     1024, c1c62ece55bf144bb04b8e288ff8d744
+0,      89088,      89088,      512,     1024, cc19a12d243f86a419fd8ad97bfebc91
+0,      89600,      89600,      512,     1024, 5c46ef51bc1cdbc0a6d8c381d5b01f1c
+0,      90112,      90112,      512,     1024, e41d4c487982354d11630f9e36d6ee93
+0,      90624,      90624,      512,     1024, 0468c0f7abd1ad3cead1982d11ceab87
+0,      91136,      91136,      512,     1024, fe18db27f79764937646adf93e289024
+0,      91648,      91648,      512,     1024, 9ba3772779e1aa7b84e08afcf3d1c9f4
+0,      92160,      92160,      512,     1024, 33d60797f1b5a9a15e364fa5b1f364c0
+0,      92672,      92672,      512,     1024, 7a195fc85eef5481fa3c0d2d23e09af3
+0,      93184,      93184,      512,     1024, b67363f09fd1e244672b6d3e5c1a6123
+0,      93696,      93696,      512,     1024, 43e8330ff71c40d4d1abb02e7549aa78
+0,      94208,      94208,      512,     1024, 343de90e94103fe6eab856a8225e26b9
+0,      94720,      94720,      512,     1024, d205719a649cf1a263926b410649752d
+0,      95232,      95232,      512,     1024, 4245b1fee4c24c74187565248ab95911
+0,      95744,      95744,      256,      512, c49c960d8dff61fdb69ed5fc516554da
diff --git a/tests/ref/fate/g726-encode-2bit b/tests/ref/fate/g726-encode-2bit
index e7ed4c8413..d0ee56a5da 100644
--- a/tests/ref/fate/g726-encode-2bit
+++ b/tests/ref/fate/g726-encode-2bit
@@ -7,41 +7,191 @@ 
 #sample_rate 0: 8000
 #channel_layout_name 0: mono
 #stream#, dts,        pts, duration,     size, hash
-0,          0,          0,     1280,     2560, f3ab112b1b0e900f2b936da73e14a125
-0,       1280,       1280,     1280,     2560, 22f2d94221d6f6ff85d50b287c0d13e9
-0,       2560,       2560,     1280,     2560, 01fb01c560b59ba5921c1e839e32fa8c
-0,       3840,       3840,     1280,     2560, 0385b5b73919c7184bcda319faefddde
-0,       5120,       5120,     1280,     2560, 8cd9ef1018b5169619b4baf1f99ea049
-0,       6400,       6400,     1280,     2560, 06a1a3e0582d03a2f32eb149855f0dd3
-0,       7680,       7680,     1280,     2560, c97f0f367b7a42aa1a8b396a835d0d64
-0,       8960,       8960,     1280,     2560, c02abe424728f38a4e6fe3cc42069831
-0,      10240,      10240,     1280,     2560, 6fe3da1d9299b9b5395afeef048b3cbc
-0,      11520,      11520,     1280,     2560, ac0971acae9ec3910c2cf39f62491466
-0,      12800,      12800,     1280,     2560, 715a285c131c2252bf286d5a11af1de2
-0,      14080,      14080,     1280,     2560, 3d90a8331fa11d2154195642311688ab
-0,      15360,      15360,     1280,     2560, ef621ba890460fb8e526d56cfc541be5
-0,      16640,      16640,     1280,     2560, 89be141dd2225e7045bc6650cbb9597e
-0,      17920,      17920,     1280,     2560, c1ccfa84e1e02903c835271a58d22113
-0,      19200,      19200,     1280,     2560, a47866a32feb4b6c5e372f4d0daec09a
-0,      20480,      20480,     1280,     2560, eb497427f47b81f61dd1c9c0e5974bbe
-0,      21760,      21760,     1280,     2560, 0c9bcf02f7519ec649216d5f2b0b5261
-0,      23040,      23040,     1280,     2560, 8abbd54d9ccca6a04b68177457adc7d7
-0,      24320,      24320,     1280,     2560, c5057c0d53da8623dfd0615a94dab1cf
-0,      25600,      25600,     1280,     2560, d34772bf2f19f44b7ea27bab285e7f41
-0,      26880,      26880,     1280,     2560, b3df3707bc95ce2f6420bcbf7603c33e
-0,      28160,      28160,     1280,     2560, 797dd52a17ad5cfdc7bd098c7101f7c2
-0,      29440,      29440,     1280,     2560, 86dda35ff2d5d8b8825747ac71ac1d0d
-0,      30720,      30720,     1280,     2560, 1028b04c740becf23cf58114198945bf
-0,      32000,      32000,     1280,     2560, bb3eb59d5af1db519b7f7fc2fc3e3b97
-0,      33280,      33280,     1280,     2560, f3e8a76ba0494edad76c49239c6d79d5
-0,      34560,      34560,     1280,     2560, eaf7c7daf474addfafe5ac947c729a85
-0,      35840,      35840,     1280,     2560, c4020767dcd200c8d39cdee32cc15563
-0,      37120,      37120,     1280,     2560, c3d5d41ae4ac67ef5d40e7c46fa980ed
-0,      38400,      38400,     1280,     2560, cbd3e3f07c2a321fcdea77eb3a61c1c7
-0,      39680,      39680,     1280,     2560, f7bd15761a8d1b7a045f5ffb015a5126
-0,      40960,      40960,     1280,     2560, 1352b4120a5cff7daab40c850a3ad4dd
-0,      42240,      42240,     1280,     2560, 1bf16db460df57dcc2a294864a8faad9
-0,      43520,      43520,     1280,     2560, a5091960966a453288c01959b9ecbd00
-0,      44800,      44800,     1280,     2560, 802cf1b2fd8fb9ae63edc0dbca9a72db
-0,      46080,      46080,     1280,     2560, dcf838cc0400996b3cabb46dd1d78091
-0,      47360,      47360,      640,     1280, 0825a77ec4cf6a812e394ddbe0cfdd00
+0,          0,          0,      256,      512, d549127a5d4791eb9df0f796a1003961
+0,        256,        256,      256,      512, 3e412bc00abdef38d013be863092d17e
+0,        512,        512,      256,      512, 29b2f89be99fce8bcecc44a2e0911abe
+0,        768,        768,      256,      512, 65e6839329b21b6edd377c90cdd9411d
+0,       1024,       1024,      256,      512, 2afcdd15176a4511726020f64c43d4be
+0,       1280,       1280,      256,      512, d5d315c87f5fd5afe9eef7d271bfdd77
+0,       1536,       1536,      256,      512, 084c9945a3c560715e4e1627bb631c91
+0,       1792,       1792,      256,      512, 09c0e31afdf3dd9eede73b74199fd6b2
+0,       2048,       2048,      256,      512, e2515218054c31885614535ca0bbb563
+0,       2304,       2304,      256,      512, bd825f9d78d2f907ebf9a9e238ce11de
+0,       2560,       2560,      256,      512, 8566d041948e94622f62c6b382ca052b
+0,       2816,       2816,      256,      512, 561f07fd282d75829a455180f2ac2a1e
+0,       3072,       3072,      256,      512, 6cd1ab5ca3bdd35cd75f77f6d43b1a78
+0,       3328,       3328,      256,      512, 1a285395ad1b5a50992e4dce6b92d412
+0,       3584,       3584,      256,      512, 37cc9705a7a2b40bb8a791daf793a8d1
+0,       3840,       3840,      256,      512, 1363e6813baf4b5759d9c2a090a6dc96
+0,       4096,       4096,      256,      512, 65597464cd02b65e726c8f297c372896
+0,       4352,       4352,      256,      512, 42a50a6728b6e2bf57d2c914b8946323
+0,       4608,       4608,      256,      512, 92672d013850b3f2d6a1ad724df70d39
+0,       4864,       4864,      256,      512, 1804b6bdf202ab042cb315ba78b2361d
+0,       5120,       5120,      256,      512, c74a803ccc1f398296e254361a147f9d
+0,       5376,       5376,      256,      512, 3912b72392b32cd94b499322a93bf842
+0,       5632,       5632,      256,      512, 8f4bec1c2201155c7be2d94f2756f237
+0,       5888,       5888,      256,      512, 6f2ad074108a397342d09fd2539ac0e9
+0,       6144,       6144,      256,      512, 4f0de75927d79bcabaef16e23254d89b
+0,       6400,       6400,      256,      512, d2c5309ea74231ce144c7f777e9df4ba
+0,       6656,       6656,      256,      512, b4a673318faabf163e04e74dd6f6bd11
+0,       6912,       6912,      256,      512, 14ca045bcc69ab9968977f7ae225e67b
+0,       7168,       7168,      256,      512, 7f46226b4de8c08752fa143671d343c7
+0,       7424,       7424,      256,      512, 1a9c948d253f203eb6a0c602c76764b7
+0,       7680,       7680,      256,      512, 4edeab1f793313665aa09d4ddf529cd2
+0,       7936,       7936,      256,      512, 11e508121587c980cbaa3cef83d99025
+0,       8192,       8192,      256,      512, 8f1075311250e38b8237297230ca98e7
+0,       8448,       8448,      256,      512, e311c6f0be42075e8c9da9c506a1993a
+0,       8704,       8704,      256,      512, cd5bf3a2a058621348c77f443aea5f20
+0,       8960,       8960,      256,      512, 58184f8e52486d67492560062ff69aa0
+0,       9216,       9216,      256,      512, abdec2b18e9e11f9a2101eae39fddccc
+0,       9472,       9472,      256,      512, 9077c8f777662d10247b3806312c3842
+0,       9728,       9728,      256,      512, 3d728cec1af5a36ce50a2edc47b725f6
+0,       9984,       9984,      256,      512, 66376022c5df9ffad2645e8e5b360bad
+0,      10240,      10240,      256,      512, 2d109211cd159a6e7e417b6a009c3925
+0,      10496,      10496,      256,      512, 1720a977e5325352319bf5ff379dcd7a
+0,      10752,      10752,      256,      512, 44804d6d1fcf83eb087e1fbc24b6eac9
+0,      11008,      11008,      256,      512, b1ae4e2e8d4e40988702f1b69a36042d
+0,      11264,      11264,      256,      512, 8c2dde899f06668151535e040f95b35f
+0,      11520,      11520,      256,      512, fbb1d49c4a145f018dad17e3d562c85b
+0,      11776,      11776,      256,      512, 2c5c4094e00a5ee0c0717789747468aa
+0,      12032,      12032,      256,      512, 3f066cee877b577300007cad238945a8
+0,      12288,      12288,      256,      512, 09137ef1ca8797f32f9e282f4bca85fa
+0,      12544,      12544,      256,      512, ac01f7488b3a1215c86b891d02ef070d
+0,      12800,      12800,      256,      512, e34b2f8f69423fea10fb82d51807a7ab
+0,      13056,      13056,      256,      512, 1dfc348bf8e2ec76ac79ee3c8d70fdff
+0,      13312,      13312,      256,      512, 04f6c88729e192b9eab0407a13b9b2a5
+0,      13568,      13568,      256,      512, f413212836017cb4384b72edf2c6ccaf
+0,      13824,      13824,      256,      512, ece598ed67d02f1e0fa72fc488dd41d2
+0,      14080,      14080,      256,      512, 2f6f5980e7f2dce62107adcbb67564f4
+0,      14336,      14336,      256,      512, 7c74faa3d535d95ae67cc67b8abb351e
+0,      14592,      14592,      256,      512, 4203e80be60fc9ec2d459e8736a0c703
+0,      14848,      14848,      256,      512, f337195d01de9df38146ee57c97930d0
+0,      15104,      15104,      256,      512, 704c5456dae8742fc4b3cb380bb99083
+0,      15360,      15360,      256,      512, a1c2b1f488680cfbece7c6e32abc8aae
+0,      15616,      15616,      256,      512, 0af87b0715efadb3646334470d21b7a6
+0,      15872,      15872,      256,      512, e2a9cd2fcf860c2698d04d51e99a9970
+0,      16128,      16128,      256,      512, a48be740e8fca939c926b4af0f2333c7
+0,      16384,      16384,      256,      512, 5a4ee02cf5d47be8e8a8556361688568
+0,      16640,      16640,      256,      512, 8479661ea4b7e8ee3fe337abb34d34ca
+0,      16896,      16896,      256,      512, 72945f3895c181bd5e6c8ea817a1ae2a
+0,      17152,      17152,      256,      512, 5f423124f40f603dd689eaeb6020063d
+0,      17408,      17408,      256,      512, d498b69cd698233cc9d3c136fe31fb2a
+0,      17664,      17664,      256,      512, 9c739e2be2aae22188af5fecdb94670c
+0,      17920,      17920,      256,      512, 2d51a2ee080d78f1692e424ac87374ce
+0,      18176,      18176,      256,      512, c05e4bf6d5dd6399518bc190adf75fa7
+0,      18432,      18432,      256,      512, b2a8167af4223e501da688406aeb92d0
+0,      18688,      18688,      256,      512, fe69c21053f89701fc44baa408d8b117
+0,      18944,      18944,      256,      512, 471d58067d2732a39db302446e236b36
+0,      19200,      19200,      256,      512, 445ffd4c76072a81c228d94583121cad
+0,      19456,      19456,      256,      512, 86a234adadab1501b1c00c239638318d
+0,      19712,      19712,      256,      512, 30ea7ea1bc970f5e315ee1e6c44cb0bf
+0,      19968,      19968,      256,      512, 54d6cc50f4549333bb9aeca7a2c1c88d
+0,      20224,      20224,      256,      512, 71fbc245e672e3b75708ddbc20f1c3e5
+0,      20480,      20480,      256,      512, 1cfdbcc784a099a4ad77514b3f41499e
+0,      20736,      20736,      256,      512, b76a0ac13bacee901b8035650dd42d36
+0,      20992,      20992,      256,      512, 502dc127bb106624b6fc2537bfbdf9e3
+0,      21248,      21248,      256,      512, f0215e677c4965a756612d4c917b3da0
+0,      21504,      21504,      256,      512, 8bfe09b7da9bf87ba8815869fd2bbf9d
+0,      21760,      21760,      256,      512, 85f9ae922b4df772b023abe2b579905d
+0,      22016,      22016,      256,      512, b8388a8cbaf46dbcc0e41fc27ae158c2
+0,      22272,      22272,      256,      512, 366e7893bb6392895cd7df36eddd23e8
+0,      22528,      22528,      256,      512, 1c2ea9bb0a1ff91514e48dad7374ac45
+0,      22784,      22784,      256,      512, 397358994e18a75298bd7750a403e53e
+0,      23040,      23040,      256,      512, fd3787d81c08ff7e99c609f32549ae17
+0,      23296,      23296,      256,      512, 3731c4fb5ddffd21507ad492de27f1f7
+0,      23552,      23552,      256,      512, a89182f216219f72092456d297a714c5
+0,      23808,      23808,      256,      512, 79b933431b50217c550b884a4f2bf8f9
+0,      24064,      24064,      256,      512, a11271b9427e9f96ae06831b0d3bbf1d
+0,      24320,      24320,      256,      512, a9c11af279c2c5f24c6bd13b84987995
+0,      24576,      24576,      256,      512, 29e644f7b4ff663b88794dc0353b1b3c
+0,      24832,      24832,      256,      512, 3762952b4913a6cf5a784b1fa2a14b61
+0,      25088,      25088,      256,      512, 016761522758f561cd2376546d5cf97d
+0,      25344,      25344,      256,      512, 5c70a55fcc9fccadcb2039a2fcdf142d
+0,      25600,      25600,      256,      512, e8e72842180fc8d742eeb96df5c7fa17
+0,      25856,      25856,      256,      512, 607802e1a38605d29a8eade3d912c339
+0,      26112,      26112,      256,      512, d19597e4069a4dbe654111bb59e008d8
+0,      26368,      26368,      256,      512, 23c6c01fea69397c481786f269a8ca01
+0,      26624,      26624,      256,      512, 7ba8b9904781378c5cf6b0f24e39052d
+0,      26880,      26880,      256,      512, b5926da775bb56d2eef6eca981a88076
+0,      27136,      27136,      256,      512, 9a5c6ef8706247847e2e82cccbf92fc5
+0,      27392,      27392,      256,      512, c841ad6f4c50a6e20bde24900c22cb36
+0,      27648,      27648,      256,      512, 188c8fae37d2e9893715d2a1c7583d40
+0,      27904,      27904,      256,      512, 1ca6e2a0942616e71eecadd8354e55f2
+0,      28160,      28160,      256,      512, 836afa2b2e38bd6e21c8d941b9185d59
+0,      28416,      28416,      256,      512, 421efcff54c8e4448253f8cf44f27e71
+0,      28672,      28672,      256,      512, fa3acbf4223a6879b7fab75a60e269bf
+0,      28928,      28928,      256,      512, dfb0715722158a8ea289eb5871499d1e
+0,      29184,      29184,      256,      512, 3553a944bd40609f55cba8941934eede
+0,      29440,      29440,      256,      512, 830fc73d5b3404dda46fb78a36ee0f90
+0,      29696,      29696,      256,      512, f44f799096fecee5bb0c5a0959745d9b
+0,      29952,      29952,      256,      512, 2fb3e1463ed5e08a066aa6f2a553c2a8
+0,      30208,      30208,      256,      512, db04938618fa9d31484fc22dbc36d9b1
+0,      30464,      30464,      256,      512, a5b778243407aa2560952a7c7022b01d
+0,      30720,      30720,      256,      512, ec89349500aca15841098a3f856f0ec0
+0,      30976,      30976,      256,      512, 0a58d8cc4a8b602b7ffe876c5251a736
+0,      31232,      31232,      256,      512, fd8e661b669ad5170b8a18c9824772ea
+0,      31488,      31488,      256,      512, dccddb555d4e2274dcc5204e65c96739
+0,      31744,      31744,      256,      512, ddcccc2573bd50f3228ee587572d2220
+0,      32000,      32000,      256,      512, 6c36e647763583fd90a851a23f3ff4c7
+0,      32256,      32256,      256,      512, 90b165fc815c758b46b6f2e24dae8c40
+0,      32512,      32512,      256,      512, 4f73fa080eefe7b3ca60151efd1e00fb
+0,      32768,      32768,      256,      512, f743e914573ae41536b2b6d6f2b6ba30
+0,      33024,      33024,      256,      512, 5e2fbbcbaef9e73ac7796e82cc70bfa8
+0,      33280,      33280,      256,      512, 0fe3568ba4dc76200a4ce16873de5de4
+0,      33536,      33536,      256,      512, 88bc17f6374bb44f266a0418886874b2
+0,      33792,      33792,      256,      512, 1c6fe224f9cd2b88ae3904e1a257aed7
+0,      34048,      34048,      256,      512, d5bce8b9aeda32fdbcff64f97257cd41
+0,      34304,      34304,      256,      512, 011f31942dfcca4b870b9e67d80e5df2
+0,      34560,      34560,      256,      512, 536d116e8e1561dcc1ea9d122275d7d4
+0,      34816,      34816,      256,      512, 5713e16ca7b82fdcf5b38d623d26ac5a
+0,      35072,      35072,      256,      512, 5b09574c285ba49ebb272e1d359be1e6
+0,      35328,      35328,      256,      512, aaf96b9c5df6a49ff3f03a51b44722d8
+0,      35584,      35584,      256,      512, 972608e72173d12a161e876c84a30f5d
+0,      35840,      35840,      256,      512, 5166e54b188adc196e6b760ddda4c44d
+0,      36096,      36096,      256,      512, 7aaff0d65e7878a1a1d29f38d0da209a
+0,      36352,      36352,      256,      512, c3cb7c80995ee6de5b199e19556f8608
+0,      36608,      36608,      256,      512, c951488b2392d08b687c946c18b8e395
+0,      36864,      36864,      256,      512, 62507b9928271a63560aa9cabe36e84d
+0,      37120,      37120,      256,      512, 7f940459df9dd1f640e13c1cb174d3be
+0,      37376,      37376,      256,      512, 0fd8b132767a41f6225d4d81228d73cc
+0,      37632,      37632,      256,      512, 0500f4c2eb78e7c0c7be259175be954a
+0,      37888,      37888,      256,      512, 82df25b9533783a80bd250875c0446f7
+0,      38144,      38144,      256,      512, 66dd1ea950e13bf577fe8827e60792ef
+0,      38400,      38400,      256,      512, 62594c3cc1c35fed0299c2fd98428813
+0,      38656,      38656,      256,      512, 4f2db75a638992bfac551100c94e8682
+0,      38912,      38912,      256,      512, 60a4d4aa1b17821bd8c5633cce7f25bd
+0,      39168,      39168,      256,      512, 6fc50c71c2602964fb729e71de8e47e6
+0,      39424,      39424,      256,      512, a69ffa4a479eba013adca4571d4b5f55
+0,      39680,      39680,      256,      512, 6783ed47d439d4d9c3813f7661ff3f70
+0,      39936,      39936,      256,      512, 7a56c3639a02f9c971a432c6e5ead102
+0,      40192,      40192,      256,      512, 6eb5fda2e9948e8072da46fc456c9185
+0,      40448,      40448,      256,      512, 703094c6af56d41fe1253c7d4ba5376b
+0,      40704,      40704,      256,      512, 987deba6024662259f53ccccbfdb6ac9
+0,      40960,      40960,      256,      512, 43f36bb4112274c12fd9a3f36af2d628
+0,      41216,      41216,      256,      512, 551b75c6f80308e2879aa63d15ed2f9a
+0,      41472,      41472,      256,      512, 58b362438d3b9f9842e7f3a49f07c980
+0,      41728,      41728,      256,      512, 96dd1169b39bffc874e34fdfc863bf6e
+0,      41984,      41984,      256,      512, 5fed28d7b7b06529529af01165b8d36f
+0,      42240,      42240,      256,      512, 6d2bf851c5cf5181795f354a22ed7715
+0,      42496,      42496,      256,      512, cd5f1773925eddc2baa926709caecdf1
+0,      42752,      42752,      256,      512, 60aa790a40768a0903e4ee32b147ef56
+0,      43008,      43008,      256,      512, 681f9d9ff85befe057163d3b7564c7de
+0,      43264,      43264,      256,      512, b827a8a4066feeb5257edebd1f4658ba
+0,      43520,      43520,      256,      512, 01b4ea3a24f50ca7682f8beb30ff60e4
+0,      43776,      43776,      256,      512, 40b2b9718d72d596679c6af65665672c
+0,      44032,      44032,      256,      512, 5283209ad861c4a6c343d728043b7551
+0,      44288,      44288,      256,      512, 866f47f73a77defe76a45bfb4609efc4
+0,      44544,      44544,      256,      512, 4ada422220245e19dcb6dc8e89f2b1d5
+0,      44800,      44800,      256,      512, 57ecebc3224922fda4159411ddede31c
+0,      45056,      45056,      256,      512, 067eeb6e98946616e21602fe1bab5893
+0,      45312,      45312,      256,      512, 5c4f4b8692806a997b244748faa2328f
+0,      45568,      45568,      256,      512, 1203aae2f2b330e2c8329d7b1e93b042
+0,      45824,      45824,      256,      512, 533b8b72bf462a338f3959aeaca867ca
+0,      46080,      46080,      256,      512, 7f2570ef5ee309fa1ff347e4ec2b175a
+0,      46336,      46336,      256,      512, 83757b696e080fcab540bdd50c6f43b0
+0,      46592,      46592,      256,      512, 1f1f193ca264ecacc51a88a5b9466385
+0,      46848,      46848,      256,      512, 3541f86d5d11a24c9ebb323db7258f51
+0,      47104,      47104,      256,      512, 81a46c922b6912cbd64c5e9da953eefa
+0,      47360,      47360,      256,      512, 2b5193038cbad545ced622a8b070afc3
+0,      47616,      47616,      256,      512, 66a768bec0b165d16a30ec1e15bd4d41
+0,      47872,      47872,      128,      256, 00ca90e9dbfd75f9d26eeb03d3397266
diff --git a/tests/ref/fate/g726-encode-3bit b/tests/ref/fate/g726-encode-3bit
index 2b714763b5..4ed58fcc80 100644
--- a/tests/ref/fate/g726-encode-3bit
+++ b/tests/ref/fate/g726-encode-3bit
@@ -7,22 +7,191 @@ 
 #sample_rate 0: 8000
 #channel_layout_name 0: mono
 #stream#, dts,        pts, duration,     size, hash
-0,          0,          0,     2560,     5120, 541f86e88472104206b1fb48f337ff0a
-0,       2560,       2560,     2560,     5120, 5303a5e8e41a62a3193993cecd018875
-0,       5120,       5120,     2560,     5120, aa67abf20d31b1725a42c0fc646ed227
-0,       7680,       7680,     2560,     5120, 01c71275d7ad24250b4800709a6a9783
-0,      10240,      10240,     2560,     5120, c60745f2287bacb562c6ce7e92cc7498
-0,      12800,      12800,     2560,     5120, 5242ce9464420f0c7ce9ab8c7e63bdc8
-0,      15360,      15360,     2560,     5120, 8f8c9b0e06ed45f6f08b11e3f70a34ad
-0,      17920,      17920,     2560,     5120, 37fe7307137fcf760752d5fd65a446a0
-0,      20480,      20480,     2560,     5120, a2683017632e2fd5efb64cb3d2da3884
-0,      23040,      23040,     2560,     5120, 512b3e9a543b2d9002386187050c7f7e
-0,      25600,      25600,     2560,     5120, c630e8df0e006390a22cc3593d7c7c37
-0,      28160,      28160,     2560,     5120, e08e2ebdfe6f1a581b77247e76035117
-0,      30720,      30720,     2560,     5120, 1a25f9d9eeac8243b14410b7eaedd47b
-0,      33280,      33280,     2560,     5120, c3f8b4075f9b85df505e1ce7afaa34c0
-0,      35840,      35840,     2560,     5120, 93af21d167e70b2d8a218db530572439
-0,      38400,      38400,     2560,     5120, 7cc3c8338cafbbe2941f330dfda46d73
-0,      40960,      40960,     2560,     5120, 36015b4be5eaaf57f27d0258b43b0156
-0,      43520,      43520,     2560,     5120, 0b46668539b430dbf1f185e2bba5fc99
-0,      46080,      46080,     1920,     3840, 239f80bfdafac8eccdcfc378b65379f5
+0,          0,          0,      256,      512, 05c2c5ce2fe48d155f8ca4b871cbd217
+0,        256,        256,      256,      512, e7f2c551ee7b62bbf6fefcece4460558
+0,        512,        512,      256,      512, 146cd5446a6359654e9fe5daa6e6b1e2
+0,        768,        768,      256,      512, 3baa8e9ecaeca5779d4dbb6d243612b7
+0,       1024,       1024,      256,      512, 122b9684e93c4f68461fd2a7fd428a90
+0,       1280,       1280,      256,      512, ccc99a63aacb01ce888e7833119359c3
+0,       1536,       1536,      256,      512, 306001bdd8394064c32bdd269a162f14
+0,       1792,       1792,      256,      512, b87a1c14c98eb6cc6449cd23deae3366
+0,       2048,       2048,      256,      512, f7383ab6128b14da2f4328e1fbd65dcf
+0,       2304,       2304,      256,      512, 0f0545632cf3a3573a54730a5c265c44
+0,       2560,       2560,      256,      512, b3c4ad490da0299e20a7c35f9d5ea5e1
+0,       2816,       2816,      256,      512, f75ce59b6e162b71ee5bd906cae5dc3b
+0,       3072,       3072,      256,      512, 3ef5a63e598854918404758f7a971195
+0,       3328,       3328,      256,      512, 471b6b46bfa9a9d94cd643d2434cf46f
+0,       3584,       3584,      256,      512, 3adf549c9196c028c4f5a1148b6fda37
+0,       3840,       3840,      256,      512, a62b432126547a5c5cfea4144dbcb844
+0,       4096,       4096,      256,      512, 3c05f4b314a55654c2052d3f42c0601d
+0,       4352,       4352,      256,      512, 26ef786ebee25f6ffc1a95140ff64a9f
+0,       4608,       4608,      256,      512, 8a3ce190ca162df47c0fa0fa23dcd128
+0,       4864,       4864,      256,      512, de1cc36f40d9b008f61d7273db907478
+0,       5120,       5120,      256,      512, 45876395efd7390dcbe1d5c30813b976
+0,       5376,       5376,      256,      512, 301d9938c68e6d31fde878fc5b50f5be
+0,       5632,       5632,      256,      512, bc21664bc19168b9b35664b2a7a4aea4
+0,       5888,       5888,      256,      512, 86a09f2d05926e45f1cabf6b44d99e20
+0,       6144,       6144,      256,      512, 3588037e4e32e160d630a6f1416094d7
+0,       6400,       6400,      256,      512, 960b21c47ad8f4193b34ca06f843a419
+0,       6656,       6656,      256,      512, ff1159c002fc1ad3ba691d3b2cae69b9
+0,       6912,       6912,      256,      512, 2a8d24f84a386a40f8337ed2645dbad0
+0,       7168,       7168,      256,      512, d84fc2f44de2603e84eb4a094cfcf6e2
+0,       7424,       7424,      256,      512, c4d0745d0f2f815cf2d62f90d9637bba
+0,       7680,       7680,      256,      512, ff67040fdb051b8958a1a80385368154
+0,       7936,       7936,      256,      512, 145ffbed404825ec18d44c4159c2f76d
+0,       8192,       8192,      256,      512, cd4955707be0eac0b1e9c518452aff02
+0,       8448,       8448,      256,      512, 1683980849a065ccc2f0063fbed0aebd
+0,       8704,       8704,      256,      512, 4098dd3e24a930cbe6259e1e174fccd9
+0,       8960,       8960,      256,      512, cd02e2a0e5265f307ec8564c3711c4a8
+0,       9216,       9216,      256,      512, 3063f032e2133ac45aae8121a270ff7e
+0,       9472,       9472,      256,      512, 87c94eec5891cf25ae0a7ddde2bbbce8
+0,       9728,       9728,      256,      512, 95cc5d1bea3829cf7acd2d33fb5f5bd3
+0,       9984,       9984,      256,      512, 0b6a5a21df3dfcf2a15cc6527c3d54eb
+0,      10240,      10240,      256,      512, 35c9e7ad2dca9fd672aec003eb02f6ff
+0,      10496,      10496,      256,      512, 843aea9d4ca83ca8a47172c5b03f4097
+0,      10752,      10752,      256,      512, 17aa8d6d442c4f7770835b49f22ab1df
+0,      11008,      11008,      256,      512, 9e0bbc7b40f498a143e86f3ca557d6b0
+0,      11264,      11264,      256,      512, b98cd1ad0a0599b5a3fbe910ad63b146
+0,      11520,      11520,      256,      512, fbdf83d652e3f1f1a26d98753c70cbf0
+0,      11776,      11776,      256,      512, 48fe034331f983dc8c5b73c09737fbaf
+0,      12032,      12032,      256,      512, 0207c3376aaa1844c4449d137f73b82e
+0,      12288,      12288,      256,      512, 1df84ec1ce5e7fe5479a39ed630daf8b
+0,      12544,      12544,      256,      512, 5f40a24808df553edd69326ae855f36f
+0,      12800,      12800,      256,      512, 2940982e27d72aa8f4c4374edec41004
+0,      13056,      13056,      256,      512, 297a1c4b0a72dd8caee97dbc3aeef140
+0,      13312,      13312,      256,      512, 33306008c0fe7cd3ce75f17fde2c480d
+0,      13568,      13568,      256,      512, 493ffbbe1e4806d74f157dd24b2c098f
+0,      13824,      13824,      256,      512, 7d7ede0168547f02b1e3a879a524e51b
+0,      14080,      14080,      256,      512, cf95d212c07a10055f20bde0e778ba70
+0,      14336,      14336,      256,      512, 700aa5e4215382860b08a0d07658b9bd
+0,      14592,      14592,      256,      512, fa1bdbfb2aa65bd8be937dd4c1e5d122
+0,      14848,      14848,      256,      512, dc2962b8f689a771bc8af79686f1b779
+0,      15104,      15104,      256,      512, eaae511a4dc5bce17f56b6d4a9119fe9
+0,      15360,      15360,      256,      512, 58a8159c3aa221c62b74baf7963be352
+0,      15616,      15616,      256,      512, ee229a60d67adc9583cb3735d88f31a2
+0,      15872,      15872,      256,      512, 42a4e06dd20f9fd9a8c5c911675803e5
+0,      16128,      16128,      256,      512, d089d9aae43c01df39c082f31daeffbe
+0,      16384,      16384,      256,      512, f030ad57abd8d48ef124c444aae2b53e
+0,      16640,      16640,      256,      512, 287b60a558fe18371c02019ec443da09
+0,      16896,      16896,      256,      512, 2c23989c4e6e211356e0b00957d5993f
+0,      17152,      17152,      256,      512, d00b2a33571f0d7c41022701cbbaf0d5
+0,      17408,      17408,      256,      512, 92b9ab727b349b6517d5928c81360809
+0,      17664,      17664,      256,      512, ed6fcccc2cf59351123cfa2236511ea5
+0,      17920,      17920,      256,      512, ec80bbca8a1ce87f206bee1b90d132ad
+0,      18176,      18176,      256,      512, fdc685cbb3eb4e0d1291b293147c7db2
+0,      18432,      18432,      256,      512, 17c4f9fd66027263bfb233ee055f7091
+0,      18688,      18688,      256,      512, dcb38885883610cb415414907c6c8041
+0,      18944,      18944,      256,      512, b2f6e08a70eaaefc7b6d91f1c5ec590a
+0,      19200,      19200,      256,      512, 02bf40b9c255200e1f612d6d0ed202e3
+0,      19456,      19456,      256,      512, 51982634d4f6a350716a0f61862cbe73
+0,      19712,      19712,      256,      512, 36a326a26542a9623939d31bba8cc7d4
+0,      19968,      19968,      256,      512, ab5067ebf1030b32cfa56e003986edb6
+0,      20224,      20224,      256,      512, fb4b8864983695d39dbf78d0a3ad1c4c
+0,      20480,      20480,      256,      512, 22a34c4abc7e8ac25430e3061f665f70
+0,      20736,      20736,      256,      512, e00d6038edb43654c9078159c031b494
+0,      20992,      20992,      256,      512, 25ca9f59002e07ef17930ed20e0b726b
+0,      21248,      21248,      256,      512, b46d8d8a593fae6896e6aee651c993cd
+0,      21504,      21504,      256,      512, bcad6fccf44298f3c065d86ef8608614
+0,      21760,      21760,      256,      512, 52bafc7f9e257942e6d4ec743a846ed8
+0,      22016,      22016,      256,      512, a63d213be976966b16601bd6ac85b1cd
+0,      22272,      22272,      256,      512, 7875fa574274b5ba1e11b601dcdfe98e
+0,      22528,      22528,      256,      512, fed1495f42b814fcba90be104a0d6d11
+0,      22784,      22784,      256,      512, 1edcb0b92200f169dc1ef44aae030c69
+0,      23040,      23040,      256,      512, 2c3dafa2008e9f9c73b55cba7480317a
+0,      23296,      23296,      256,      512, 97bf6a32af2601e497c88dcef83f4a0e
+0,      23552,      23552,      256,      512, 934c94981018871ed484a67e8f210514
+0,      23808,      23808,      256,      512, 595050582ec693326d09f004a9bf84f2
+0,      24064,      24064,      256,      512, 1fb162be1a9bdf42615640ac46eea958
+0,      24320,      24320,      256,      512, 0d7694eab437f41f8ecfebd41b2770ae
+0,      24576,      24576,      256,      512, d7b9430cfb0cd039a8308fa99fa955fb
+0,      24832,      24832,      256,      512, 95f7d73c18957ad4ab5b75be3c10b157
+0,      25088,      25088,      256,      512, e1cdfc9ef9b4dba9c989e11834d233cb
+0,      25344,      25344,      256,      512, 8233f57a526ac3ac16ca74794c2b5417
+0,      25600,      25600,      256,      512, 42cf0f0a404fd9e420b134d38bfaf27b
+0,      25856,      25856,      256,      512, d02a63fed1c1818c6f6bbe5051e7bcc6
+0,      26112,      26112,      256,      512, 21f026d149990a6fdc9921d355155af4
+0,      26368,      26368,      256,      512, eda6cb22ff953fc514a401c6d340d73f
+0,      26624,      26624,      256,      512, 9e20f5ef9bb5f8d245203b4a5ef74148
+0,      26880,      26880,      256,      512, 180b7a52e34353a662f61b90f9a6f977
+0,      27136,      27136,      256,      512, de40d11b83ff121536f70cc5f82f116c
+0,      27392,      27392,      256,      512, 536ba647f313b043ba0865dee602ce41
+0,      27648,      27648,      256,      512, 43e005a2a1e3edf62ff4c688c414b0b0
+0,      27904,      27904,      256,      512, 4a5cc7082775f124af7355b21a72a484
+0,      28160,      28160,      256,      512, 87224208fedaba7f6421488787384eaa
+0,      28416,      28416,      256,      512, ef0dc52c0e2aed48723d3499b153a4b1
+0,      28672,      28672,      256,      512, 2b2254cb8242d98255b8a16c204c6c3f
+0,      28928,      28928,      256,      512, 856d38f78146ac58d3a57446ea1a2aa2
+0,      29184,      29184,      256,      512, 78060533f80b156fbb8beeb72587abeb
+0,      29440,      29440,      256,      512, 274e56ac7c31356a0eeaaabe41b5cffa
+0,      29696,      29696,      256,      512, bd4f6de0e4b2a0c0ee5d9ac7d10db0d8
+0,      29952,      29952,      256,      512, db0effb62ab04694721606e0c1120df7
+0,      30208,      30208,      256,      512, 891e5386b7ce41d9a340a166e55f637f
+0,      30464,      30464,      256,      512, dfde4c4046f0b68924bf518aa2e1a909
+0,      30720,      30720,      256,      512, 08ac5f9df5bfa5ad9b9bd8963356df7c
+0,      30976,      30976,      256,      512, e0316589f0fb9ccfd901b7e6d2eeb42e
+0,      31232,      31232,      256,      512, 9718764f544f2dd3d0aa37d7eeae59c4
+0,      31488,      31488,      256,      512, aa396ffb9a1e91f4edb27dbe5202a0b9
+0,      31744,      31744,      256,      512, db4a72bcbca208e98948ffb28562b5c6
+0,      32000,      32000,      256,      512, c69c2cc4fe3ea79f3b897df221281ca7
+0,      32256,      32256,      256,      512, 8adaf24bac2361a568514c3dc563c697
+0,      32512,      32512,      256,      512, 4eef24d374b4ffab842eb9390c60dc61
+0,      32768,      32768,      256,      512, 1a3f44ac6469c6547be65d0a8e467a00
+0,      33024,      33024,      256,      512, dc7740bb6a8baff3f137b865b0fd9b76
+0,      33280,      33280,      256,      512, b149d403fd87963be6f4cecd42d01da9
+0,      33536,      33536,      256,      512, 49f4d73975d73a36e16b7ef90e8f777a
+0,      33792,      33792,      256,      512, 9781dd7b02d3c52cb67681f4771feb20
+0,      34048,      34048,      256,      512, 5568087a196533f62f97c6f060b3af41
+0,      34304,      34304,      256,      512, fd1dc398e285dfb1ce5ee8205ae89309
+0,      34560,      34560,      256,      512, 4036a0cf41fbb413823cc09ae137c556
+0,      34816,      34816,      256,      512, f3744d98e42ac61aacaa4155909cb1e2
+0,      35072,      35072,      256,      512, 49eaa9de3985969e84fa57c74b2bd5ec
+0,      35328,      35328,      256,      512, 11c1d14da7f614dbda64c545f479a98c
+0,      35584,      35584,      256,      512, 753cbabc4c17baa73c17c94c0e594b7f
+0,      35840,      35840,      256,      512, a1d8eaa2bbc9d0fc013ad4414db66f19
+0,      36096,      36096,      256,      512, b32155f19b5d6160df35249e2438b3f7
+0,      36352,      36352,      256,      512, 2bcf49dca873ac470a45bc39d1ab0e19
+0,      36608,      36608,      256,      512, 52aa2fc2db2065cbe918386d43033b8b
+0,      36864,      36864,      256,      512, 5ab1d7783c6d64579d41005e414521a1
+0,      37120,      37120,      256,      512, dd3c2a6927745a68d0dbde2584f713e2
+0,      37376,      37376,      256,      512, 1944e5b5300fe3424b79d94b0f1e9f9f
+0,      37632,      37632,      256,      512, f4eacef4e94ecad003d1ea90b62cf898
+0,      37888,      37888,      256,      512, 9fc0e89bdf7b4b3048133109b3a34654
+0,      38144,      38144,      256,      512, 31f13fd6948ed76a208445cbebf28284
+0,      38400,      38400,      256,      512, 61c8bbc01c8ce63c41c6aa715eb8eb6e
+0,      38656,      38656,      256,      512, 8afe2401817388e2d067f991eb02051a
+0,      38912,      38912,      256,      512, d89c74464e446c111766f599245c997c
+0,      39168,      39168,      256,      512, 9fdb85f969c03101ecca61277a394b5e
+0,      39424,      39424,      256,      512, 50e285791fce46db81237993b639edf9
+0,      39680,      39680,      256,      512, 6daea84a94ca4f7ba1616a11e49c6014
+0,      39936,      39936,      256,      512, c67946dce635cf1c49956aac6aaa6b19
+0,      40192,      40192,      256,      512, b48491f0b8e73c9e13fc65bc340ff97f
+0,      40448,      40448,      256,      512, 8e784b030083495563d29102ef65d661
+0,      40704,      40704,      256,      512, 18c8e403addf579695b1521608c58d92
+0,      40960,      40960,      256,      512, 5dacf376a5eb58d6e81c2f50958df914
+0,      41216,      41216,      256,      512, 3a4a5805bd1bfebc236d9650e554752e
+0,      41472,      41472,      256,      512, b23cabbf67a3f0f8412befa352981857
+0,      41728,      41728,      256,      512, 9f8d85a2e0388a772f74c81ce27fb53c
+0,      41984,      41984,      256,      512, 8f0a9a5b9d5abaaf420739e22db505b7
+0,      42240,      42240,      256,      512, 72d7743468c298d1d4dc82e38661f7b9
+0,      42496,      42496,      256,      512, e49721e548ef48f9bd59d23454099f96
+0,      42752,      42752,      256,      512, 9c13b95dfba0a9d080c1cdfcaa21ac22
+0,      43008,      43008,      256,      512, 587dc6b518f42ffce75aef2f3f06265a
+0,      43264,      43264,      256,      512, 72290c8907d59587b780af1099bb5ae6
+0,      43520,      43520,      256,      512, 44ed8463c485513155a10b0ed18330f3
+0,      43776,      43776,      256,      512, c39628c3c975cda6112603ed322a2503
+0,      44032,      44032,      256,      512, eaa107666f4296efa5a5e989e5a49c7b
+0,      44288,      44288,      256,      512, 73410639824fc02307b4a93aefac4988
+0,      44544,      44544,      256,      512, a06389338d96e89d4af7b45db7d84541
+0,      44800,      44800,      256,      512, beae98b418e5a996327187e112875586
+0,      45056,      45056,      256,      512, 000ce3617ef02ee678d0233ed6376cfa
+0,      45312,      45312,      256,      512, f1c8464edad1f717168a0823ce7a2686
+0,      45568,      45568,      256,      512, 587f38edc5ef83f6aa49717f5bf55056
+0,      45824,      45824,      256,      512, 6f143d33bac6a682d13cea603c4c45b8
+0,      46080,      46080,      256,      512, 7ed1ca97b67944f6cba855488a27015e
+0,      46336,      46336,      256,      512, 9918c16592e0a5f6de3aaa9b478b0bfe
+0,      46592,      46592,      256,      512, 37a316fed294bf197389bce749d6704d
+0,      46848,      46848,      256,      512, 6f845f9ada8bf74a6436c389690cf5f1
+0,      47104,      47104,      256,      512, 4de5a002ea3c40ebf650a6bac2476349
+0,      47360,      47360,      256,      512, 0f06ea62b14bc93383f53adac1ef2ecd
+0,      47616,      47616,      256,      512, 8d10c15182e01041d3176acef6ea24e8
+0,      47872,      47872,      128,      256, 84264f5a7d87e48e5749f389b62b9ceb
diff --git a/tests/ref/fate/g726-encode-4bit b/tests/ref/fate/g726-encode-4bit
index 49f10adbae..113035b21f 100644
--- a/tests/ref/fate/g726-encode-4bit
+++ b/tests/ref/fate/g726-encode-4bit
@@ -7,78 +7,191 @@ 
 #sample_rate 0: 8000
 #channel_layout_name 0: mono
 #stream#, dts,        pts, duration,     size, hash
-0,          0,          0,      640,     1280, 80f3a3b7c1a85914f6ca5cdb308cb0fd
-0,        640,        640,      640,     1280, c26971cc7e416d33e9ff20556912213b
-0,       1280,       1280,      640,     1280, 786e4e6ac64aac8b3a65e6bd224e8173
-0,       1920,       1920,      640,     1280, 47aac472631837335e24fa68c5965f11
-0,       2560,       2560,      640,     1280, 65c40426d04a19244294be5d64abaeda
-0,       3200,       3200,      640,     1280, 67b4f4a00b00a0be9e2da4250bc67880
-0,       3840,       3840,      640,     1280, 511d3e61cb1dc29e67cec72f2f814d01
-0,       4480,       4480,      640,     1280, 49cbbcc20e1b50575e419c7b970f34e8
-0,       5120,       5120,      640,     1280, 48f867700f6f8d5f4b05ca746d5cf2f3
-0,       5760,       5760,      640,     1280, 1b8f7f925a49b57949a212e1e83c41ff
-0,       6400,       6400,      640,     1280, 5e64ef1c54f1ede5f12d3d685a9482f5
-0,       7040,       7040,      640,     1280, ec9c5d43bbe03d7fa6288c59afcdb272
-0,       7680,       7680,      640,     1280, 27ff9ebc31d0398cded602c77ce0913e
-0,       8320,       8320,      640,     1280, 603b757cfd5c5ed46f9792a548e451d5
-0,       8960,       8960,      640,     1280, 78017062224d22f94aee954d890f63a9
-0,       9600,       9600,      640,     1280, 7eb92b65d7b6a0a24ccfbfadf727a40c
-0,      10240,      10240,      640,     1280, 030c034e519e9c087633bc026c97c94e
-0,      10880,      10880,      640,     1280, 7faf7a1968bcd3eb0a1396f0ee0ea65d
-0,      11520,      11520,      640,     1280, 045367e6485bc0dd469e7527331331d2
-0,      12160,      12160,      640,     1280, ecd404e7f8c59b4e96f250b5dc19338e
-0,      12800,      12800,      640,     1280, a1c813c6168bf6459511f8987b834dd3
-0,      13440,      13440,      640,     1280, e43f4dfa59b35f702899d26765a15a5b
-0,      14080,      14080,      640,     1280, 9c18838023c3b827e483dfe942a1008a
-0,      14720,      14720,      640,     1280, be139ae159ee6b761d218074d9890fb4
-0,      15360,      15360,      640,     1280, e8b1ad160f9cdba6586f4d8113d94a5c
-0,      16000,      16000,      640,     1280, f3317df77243b721586cb4b621e74e0e
-0,      16640,      16640,      640,     1280, d050113c65cefcb188e63ea7b98c1de6
-0,      17280,      17280,      640,     1280, f1c73e8b20b253785eddf40e29597803
-0,      17920,      17920,      640,     1280, 15f7e6d5a9dc449b0f201f4eb2f015e1
-0,      18560,      18560,      640,     1280, 2e7cd361b9f5514950020fa9b7fe0f89
-0,      19200,      19200,      640,     1280, a2b6753d2dab353931373df09d6dcb9f
-0,      19840,      19840,      640,     1280, 566b1b88df80217253f746d66b6edf15
-0,      20480,      20480,      640,     1280, 0930f17f7f9dbf22bf7996e971f92989
-0,      21120,      21120,      640,     1280, caecb9a421b624b9bde4d1a9391b1b7c
-0,      21760,      21760,      640,     1280, 4ae25bf74ad074c691da38a0b23df23e
-0,      22400,      22400,      640,     1280, 94625b39581eb4c734cf06895f1d27b9
-0,      23040,      23040,      640,     1280, 4bd49aa3b136246bc9acf3da1df3e258
-0,      23680,      23680,      640,     1280, 13e7ab6cc2e3603923dbf3d95810cfa1
-0,      24320,      24320,      640,     1280, bc083289c9f0e230064f7a9606b5ae61
-0,      24960,      24960,      640,     1280, a6420a56c064963c228fbb022262a9e8
-0,      25600,      25600,      640,     1280, 4ad4b04a7c728cf1e4f79bf2e98b5f01
-0,      26240,      26240,      640,     1280, 1152f12b1e1b170d740c29e8ec04be9b
-0,      26880,      26880,      640,     1280, f7343ebbee059ef2caef1ca54b262cc0
-0,      27520,      27520,      640,     1280, ef942ec802bbdc4bd1bb0ee6dd5a226d
-0,      28160,      28160,      640,     1280, 770abaea85aa3fc1d35f80c773bd5223
-0,      28800,      28800,      640,     1280, f704771c09dff105ac45a95ff4d2a6fc
-0,      29440,      29440,      640,     1280, 5591bfff3909d5eab958ffed1d8aa67c
-0,      30080,      30080,      640,     1280, 6f945af66f686049bbcfc1d63fa65f2f
-0,      30720,      30720,      640,     1280, 7a3d0ca75900f9f60dcf0d39a0231a1f
-0,      31360,      31360,      640,     1280, a4f43e17a7b6591ec436e960c9a8c51d
-0,      32000,      32000,      640,     1280, fe1750270c9a83a0fd2549e34d2931ef
-0,      32640,      32640,      640,     1280, b45cdbddb99fca73108f3b88ba47520d
-0,      33280,      33280,      640,     1280, 5f7d71a3dce9a9b585eed44545461232
-0,      33920,      33920,      640,     1280, a2d02629176000eac033d577a9dd8a3f
-0,      34560,      34560,      640,     1280, b360ac6d1be896bf7b06a00bad87fffc
-0,      35200,      35200,      640,     1280, 0ccfca9e249fa3cd5e84f11bfbb36d31
-0,      35840,      35840,      640,     1280, dadb9af58c7bf36d11141529c5cf47b7
-0,      36480,      36480,      640,     1280, bb93fb805676bad3db700c6ffb158ea4
-0,      37120,      37120,      640,     1280, d1644e28880fa9a72769581bd17a7107
-0,      37760,      37760,      640,     1280, 99ff80b2cea2a66b222a4958b55dbced
-0,      38400,      38400,      640,     1280, 28f3faa3601bb0f86963667054e18369
-0,      39040,      39040,      640,     1280, 4890d2572cf175e621df7ff1a8d8e773
-0,      39680,      39680,      640,     1280, f0ca68514e51098395c39522c497e0c5
-0,      40320,      40320,      640,     1280, c9dfff14163fb732de9bd19b113b89d9
-0,      40960,      40960,      640,     1280, aebfbd84e404f70d2840538c8960a083
-0,      41600,      41600,      640,     1280, 9bd717cb234015d2824ccb342074f97b
-0,      42240,      42240,      640,     1280, 6b437b90005a0bf82920f7aec8831492
-0,      42880,      42880,      640,     1280, 28aaad0bdf4c4abec77237925f159d0a
-0,      43520,      43520,      640,     1280, 021a0b8cd57ea41f0e5bc69b57c8d415
-0,      44160,      44160,      640,     1280, 95bad96686e9ca62b23305f2025db81c
-0,      44800,      44800,      640,     1280, fc4dd31e04f22f046a60cba44d3eeceb
-0,      45440,      45440,      640,     1280, abab1efdf2c6d97ae74e484c8b1414af
-0,      46080,      46080,      640,     1280, 0f5f2d1ea4af8df15110714da8b8e8c1
-0,      46720,      46720,      640,     1280, 5317f8e7153487130e3becfe0e340062
-0,      47360,      47360,      640,     1280, 3429ef08e003a2abc7e312ada94dca04
+0,          0,          0,      256,      512, b8209caf00d7afe20c2bc78109992cc0
+0,        256,        256,      256,      512, 782cead506882a4af4269e173ac36fbd
+0,        512,        512,      256,      512, c97d8c3d042b11be23267fe9c56e4828
+0,        768,        768,      256,      512, 873f92b023a822d0e1d7d788e7f1ec75
+0,       1024,       1024,      256,      512, 77f9214ced3066061370ed8e9ca7baf1
+0,       1280,       1280,      256,      512, 797fc777226b35c9c7f3fd07add2dd55
+0,       1536,       1536,      256,      512, ac6d0e41c044266550bff7181d08255f
+0,       1792,       1792,      256,      512, e2633a2d305ae71ea8549e0fdfc36cb6
+0,       2048,       2048,      256,      512, c05b872ccb26b31c4a67258fd2d6c9bb
+0,       2304,       2304,      256,      512, 6694cb7bfcef7449dfbf91fff5ecd51a
+0,       2560,       2560,      256,      512, ef05c5ad8ee24529d46938aaf7a25714
+0,       2816,       2816,      256,      512, bdab9ec84762e37c128452bc7c5b01de
+0,       3072,       3072,      256,      512, c06f6b812165889cbaef0f3206a29716
+0,       3328,       3328,      256,      512, 3287bc3983bdabd9a0c87ce71c98e5f7
+0,       3584,       3584,      256,      512, c79fd1e93b15b16cd79b14a447111993
+0,       3840,       3840,      256,      512, 08c45e77a9372c523b7a01ef931aa586
+0,       4096,       4096,      256,      512, fb0a2956f9bf17ddeca655c6d13db3a0
+0,       4352,       4352,      256,      512, ceaeccd9d19cba41fa2f5e578fb683e7
+0,       4608,       4608,      256,      512, 830e3706de4a09a58e91b11aa8d3df89
+0,       4864,       4864,      256,      512, 8ee08c1d1e08aa06b0d333e5054e206e
+0,       5120,       5120,      256,      512, af7c1604dc4f917201ee01de964558c3
+0,       5376,       5376,      256,      512, 1d44490e8e2fe8756387de8d66f641e8
+0,       5632,       5632,      256,      512, c38792ba77cd805a650de3202f7a7413
+0,       5888,       5888,      256,      512, 38ff1e86ce58cda492667bc204dc5f20
+0,       6144,       6144,      256,      512, 6cd5ffa80f44c9cf7755c696bd3d3dd9
+0,       6400,       6400,      256,      512, 7bb9ab2aa1516ba4801f1a13445ef983
+0,       6656,       6656,      256,      512, 21af0248b37815dd270326b5c1179e1e
+0,       6912,       6912,      256,      512, ecd4f3481122911183ead8146830d1d6
+0,       7168,       7168,      256,      512, 221360a5286a741b22a42f8671c774c3
+0,       7424,       7424,      256,      512, 3721fa451c55692a92f48b250a4e7e76
+0,       7680,       7680,      256,      512, 4c40fe5904fa0ac79227631035a1efae
+0,       7936,       7936,      256,      512, d788331dd90ddc98568068fa2077a626
+0,       8192,       8192,      256,      512, 42b954d17f324fc65f1200190b2febd1
+0,       8448,       8448,      256,      512, e18b2124c682a843f3a17404c05e1339
+0,       8704,       8704,      256,      512, 078de5e38b77e859282c4ecf7f3210df
+0,       8960,       8960,      256,      512, 33eced7551e15f02ad0e88ee06fcd7c2
+0,       9216,       9216,      256,      512, 858f87254002602fcecd5b8919a49d42
+0,       9472,       9472,      256,      512, c220debc23f4cbc65b7daf5e69563f5d
+0,       9728,       9728,      256,      512, f888d38ba4b877c7e6c318c1746fb472
+0,       9984,       9984,      256,      512, df1900fd3cf1aae60d3d2caaf1358416
+0,      10240,      10240,      256,      512, ab977068c2424735360e46cbb3f52885
+0,      10496,      10496,      256,      512, f88294e0ff2fe9793e9cfc255ef12cbb
+0,      10752,      10752,      256,      512, e70acc5e592a94e1afcc40e722bdb4af
+0,      11008,      11008,      256,      512, 5eab2458e33241a112833b8baaf53878
+0,      11264,      11264,      256,      512, cda4cef2931c9d1753dee1ac36f7144b
+0,      11520,      11520,      256,      512, fd5a6c3316493aeb0587b1aa99887c5d
+0,      11776,      11776,      256,      512, 3c9ef3a8854b8ddb9f88927fbefb4d4c
+0,      12032,      12032,      256,      512, b686ba33d061e21c380a7f0878bc1780
+0,      12288,      12288,      256,      512, 2f10a363897de1de801f93d5210d0790
+0,      12544,      12544,      256,      512, d3a56b206ef6b0d08745fb3c95ad9329
+0,      12800,      12800,      256,      512, aac0799bdaed8b2b031f47e5e9fe2896
+0,      13056,      13056,      256,      512, 4896e7b397e251529d7a80c0cdd7ec43
+0,      13312,      13312,      256,      512, 1020a546ebff044f743005bad92ec876
+0,      13568,      13568,      256,      512, 7e2fc5f304936258839dd21939893ad4
+0,      13824,      13824,      256,      512, fe81625d1a68b49991395ec44b23b0eb
+0,      14080,      14080,      256,      512, 70e1ed5c8340c51f3e119dfb7c6edc79
+0,      14336,      14336,      256,      512, 95d0cc1f9db28aba0d0cafd01831d86f
+0,      14592,      14592,      256,      512, cb32b346c14ba2c6a3261dab2fa5d4d7
+0,      14848,      14848,      256,      512, 22d44d75244a23e75ef28b8fd7ef48a0
+0,      15104,      15104,      256,      512, d66e19e00d68e21595391d0f82c4f205
+0,      15360,      15360,      256,      512, 2b382665ce34d702aadbda14b15d9a8c
+0,      15616,      15616,      256,      512, b4d4915b03b3afb3853e98e90fe19ecb
+0,      15872,      15872,      256,      512, 8e06e8e7da4ab15b5f56311f2a936343
+0,      16128,      16128,      256,      512, c25c479188f37b5c3481f3e0fdebd2a4
+0,      16384,      16384,      256,      512, 1bb28ab00e8945b6c3d62b31a6200e5f
+0,      16640,      16640,      256,      512, d0a2ced3bae9070dc3f9633893a3723d
+0,      16896,      16896,      256,      512, 84ff882e0730c753ef6ca207f6c5da8c
+0,      17152,      17152,      256,      512, cab8b62beea92454047ab3fec6ee3f83
+0,      17408,      17408,      256,      512, 5fe00b7b7be034b65a37f0783e6a7102
+0,      17664,      17664,      256,      512, 23912531a31a7fd095c9c7e26018ec1b
+0,      17920,      17920,      256,      512, 63a32583fb536f02b3edbf0054131bcc
+0,      18176,      18176,      256,      512, b6fb4de032e2aff254289542216cbd3e
+0,      18432,      18432,      256,      512, f0e0cda0af0b8f9247495cdd9c658daf
+0,      18688,      18688,      256,      512, a166683571ddb09ef410b12bf04e66a1
+0,      18944,      18944,      256,      512, 3e02391688de7b2454100769a263cbce
+0,      19200,      19200,      256,      512, be58b2c870ae1df55dfd802ca187d009
+0,      19456,      19456,      256,      512, 0a40526ad06314b28f2e809405892b59
+0,      19712,      19712,      256,      512, b7fe4c4c2d9a68f01c41234f3ecdae04
+0,      19968,      19968,      256,      512, 51f452e94842ad76c50052830539e27c
+0,      20224,      20224,      256,      512, 9cdcc5b6aa941f44b9acce14c00f514b
+0,      20480,      20480,      256,      512, 283ac575ae2b7bdec6613b67d4ce428e
+0,      20736,      20736,      256,      512, 196b715e7ce36397c11c19108447d303
+0,      20992,      20992,      256,      512, 8f4d76969c5efed48cf222e309525fa4
+0,      21248,      21248,      256,      512, a4e5fb5d47c2c0dbbbae67e761610e77
+0,      21504,      21504,      256,      512, d8bdbf2a5f2da6dfc2630a3d1bbd2b34
+0,      21760,      21760,      256,      512, 32e82dca6959b728d22821cc66faad1d
+0,      22016,      22016,      256,      512, 38171825b5c50437f071d84393a96da3
+0,      22272,      22272,      256,      512, 41d20ffbdb2d30aa8eb1a83be51dcb18
+0,      22528,      22528,      256,      512, c8ebf2ec56d7cb9fda8afea9d5ac9012
+0,      22784,      22784,      256,      512, 10c82887d8262040575e657c366cf0e7
+0,      23040,      23040,      256,      512, 018a4e8033f5208290fbd9573362dcc0
+0,      23296,      23296,      256,      512, 0f023f34a4b4c788c86334974eed269d
+0,      23552,      23552,      256,      512, cd17e252d73d7bd810fa8702e7a3afd4
+0,      23808,      23808,      256,      512, 84ff60e7ae1167d627506057d978598e
+0,      24064,      24064,      256,      512, 1db17742a21567f88323f24ba55cf7d7
+0,      24320,      24320,      256,      512, ec67cabb80871e3bea210cd8d4cff4b1
+0,      24576,      24576,      256,      512, a90bc1fa66bd16231c8eae2f93d86d4f
+0,      24832,      24832,      256,      512, 2fd344a827768f72dffe0b39fd25f90c
+0,      25088,      25088,      256,      512, 80adb51d55382f824876381617c1849d
+0,      25344,      25344,      256,      512, 94b81c7d3b885d47221c938fd9d17eb2
+0,      25600,      25600,      256,      512, 17b843796133539342cfff9ccdbf72d0
+0,      25856,      25856,      256,      512, e81dab37e22b4c01b948394819e4fd14
+0,      26112,      26112,      256,      512, 632492a1da12bee17ad68c9612c92ac5
+0,      26368,      26368,      256,      512, 7b59e48ebd618262dc057b8f42f4566d
+0,      26624,      26624,      256,      512, bf7f5cdf2e26783d9cb5b79f1baa48fa
+0,      26880,      26880,      256,      512, 2b52a604aad33446905f600c68160c6b
+0,      27136,      27136,      256,      512, c223d71e93fa5a11a490662187658d76
+0,      27392,      27392,      256,      512, 3b080e37f305de8d7223a2256a0f654d
+0,      27648,      27648,      256,      512, dbdb7daa6efbae644c8e7cd8b8f7add3
+0,      27904,      27904,      256,      512, 5e2e6a4770ddaa3b4e108882d8ca8e56
+0,      28160,      28160,      256,      512, 7abc1c2cfa747eeba9d278239e994003
+0,      28416,      28416,      256,      512, 42e6616cd8b2eee29be2e37aede22613
+0,      28672,      28672,      256,      512, 1fbea38c19f04dcb4ad315e0bfcfb289
+0,      28928,      28928,      256,      512, 4f98b21810945af9c9220396924c519a
+0,      29184,      29184,      256,      512, 0f0eef9847eaf2661e0bf4a04976643b
+0,      29440,      29440,      256,      512, 566c75d21879a737213651973627b334
+0,      29696,      29696,      256,      512, 12e3f061f4d06cef04d22374be4246dd
+0,      29952,      29952,      256,      512, 5a98a57dada8a6ee79fdd37e249a545e
+0,      30208,      30208,      256,      512, 26ef3eb64978854407e819bd4549e6f1
+0,      30464,      30464,      256,      512, ab1aa2db484e187dc3bad858316c0c02
+0,      30720,      30720,      256,      512, fa4d6aa06fcc6b1fc4245eaa1c6ed19a
+0,      30976,      30976,      256,      512, ef219f54a7eedfad1638da9c1ed5c009
+0,      31232,      31232,      256,      512, d0f225cdd842cca6db31f3ee8497b075
+0,      31488,      31488,      256,      512, 9cf9db9d38cd441b6d1b31b24d9f6a00
+0,      31744,      31744,      256,      512, ea9bc707dd0ce662794f193719d7dfa1
+0,      32000,      32000,      256,      512, d8ad8775f2b33f3b9d90c85cc46dc933
+0,      32256,      32256,      256,      512, db8de51b8f9f8107003e468e1492a97c
+0,      32512,      32512,      256,      512, fc400f57348eea605797a76c23f01f29
+0,      32768,      32768,      256,      512, 8b5495a5afa11a275712f5ba06babe60
+0,      33024,      33024,      256,      512, 53deaf7eeceb50e373aebdaa5c16c809
+0,      33280,      33280,      256,      512, 0f7a380965e2c641b27c4aab952472b6
+0,      33536,      33536,      256,      512, 20986440e2e63e9bc082bbc05f2d2404
+0,      33792,      33792,      256,      512, 20cb661581e9a938b943093dba07a48f
+0,      34048,      34048,      256,      512, 6c1b00cc031df37816b497f451a84f28
+0,      34304,      34304,      256,      512, e13d994830d387a17ca8caa90c0792e2
+0,      34560,      34560,      256,      512, f4af3dbc544ffa0fdb8202d351eee457
+0,      34816,      34816,      256,      512, 978c7b37408075e0dfde95093ec8a435
+0,      35072,      35072,      256,      512, 212699956a56008e03fe6e3402f26168
+0,      35328,      35328,      256,      512, a2848f1a75280acb4ebb76c2e759cfff
+0,      35584,      35584,      256,      512, c3fa3b0b75654b231d576c9596ea21ab
+0,      35840,      35840,      256,      512, c452c0ed97864edcc9f56e3577158040
+0,      36096,      36096,      256,      512, 978f9f65b0b22b27bfc44c944afa9316
+0,      36352,      36352,      256,      512, 947f93a8f88b694dff881ebdd05043db
+0,      36608,      36608,      256,      512, 90220d48c7d3d13e170cbefbceb296e4
+0,      36864,      36864,      256,      512, a4b2f929d327c34efc7444b8f781b263
+0,      37120,      37120,      256,      512, 284c391f3d416ed7c244f7abe3a95442
+0,      37376,      37376,      256,      512, 5d546c9b38a8562906f63e5118e7a42a
+0,      37632,      37632,      256,      512, c1533a9a8d624d29eb6e31ceca19b041
+0,      37888,      37888,      256,      512, f6763d4aca6038a9b1c5eb63a3206a94
+0,      38144,      38144,      256,      512, 00c4bb8af75f66134fec2af86fe4aaaf
+0,      38400,      38400,      256,      512, a2f97af985aca25803397fb2049acaff
+0,      38656,      38656,      256,      512, ac63d37e935b99d187d48c486f7d73e2
+0,      38912,      38912,      256,      512, 6a8e31b60e49716b01d893f3e05c1d27
+0,      39168,      39168,      256,      512, addfcfc86fa76a4fd146863eada22cc2
+0,      39424,      39424,      256,      512, caedc7bda3cd5b4982ed27deaa72af12
+0,      39680,      39680,      256,      512, 6c6747469cba6d8d9c5a5f91d22293cf
+0,      39936,      39936,      256,      512, 3acc6e3cd2c0c05d290d54e8d31cb72b
+0,      40192,      40192,      256,      512, da9689042a1f04eea3db3e174ca0206a
+0,      40448,      40448,      256,      512, 65cf3af1ee4c787695e114544c4a2c89
+0,      40704,      40704,      256,      512, 05bdd1c7c8deb818b3aa1340bbfc4743
+0,      40960,      40960,      256,      512, 2fa85432ac8f7f8f5ebada9dae3d415a
+0,      41216,      41216,      256,      512, d589f8c9f1288e3fca7beb3ade64a21a
+0,      41472,      41472,      256,      512, d7e4e599794e88ca1127fe9c1b1ddd19
+0,      41728,      41728,      256,      512, ff0210998f9bb5326db0bd564fc54090
+0,      41984,      41984,      256,      512, a78ae3d2f2004ad3ec29a2352cd4c070
+0,      42240,      42240,      256,      512, 0eaa1c17c73322e499b4e723601c44ea
+0,      42496,      42496,      256,      512, efbbb7b35a66abc7bc02609e2c6588f0
+0,      42752,      42752,      256,      512, c8fbcbfe96e6ccf72da7911a5fe13963
+0,      43008,      43008,      256,      512, 734649eb384ded7dca99fe15f4facec3
+0,      43264,      43264,      256,      512, f8891e71d8a91963a76934b61a900b28
+0,      43520,      43520,      256,      512, 9b052512c3b119799e37a2c5cc3839fd
+0,      43776,      43776,      256,      512, b051e36d60eaca5bcbe341524aef7fb5
+0,      44032,      44032,      256,      512, b1429d63d213a79087f67b31d843d8e9
+0,      44288,      44288,      256,      512, be21f83858f1f2094bc07acf1d1bea1a
+0,      44544,      44544,      256,      512, cd63cd74a590063f8621713fd33369ad
+0,      44800,      44800,      256,      512, d04f37f302e3409ad018ff7198ea3335
+0,      45056,      45056,      256,      512, 5dcc3589a327cbd338c95c900b7cd894
+0,      45312,      45312,      256,      512, f5298e11756b8bf9c593323ed9030687
+0,      45568,      45568,      256,      512, cf9be446df13df01ab753a6de9083f46
+0,      45824,      45824,      256,      512, 171e096e1b67fff5dbca915664810a1d
+0,      46080,      46080,      256,      512, 2a315457be38c35dd7c98f3c981cbdcd
+0,      46336,      46336,      256,      512, 754c900d2a0a8c49e00ed3232720c4c8
+0,      46592,      46592,      256,      512, fe1db9b06c51fd65b9e8bd2d19424fd5
+0,      46848,      46848,      256,      512, 980d569dd197a3034bb9b6169cb71116
+0,      47104,      47104,      256,      512, ff3c4216bf4dc5a3dc1907c7bdd080e3
+0,      47360,      47360,      256,      512, bf8dcbad2d962de3fa9637ebb9ebba43
+0,      47616,      47616,      256,      512, 3e3e8843483ab297caccc84308d3ce4e
+0,      47872,      47872,      128,      256, 9ed309a331dbd515324dc9de238b605d
diff --git a/tests/ref/fate/g726-encode-5bit b/tests/ref/fate/g726-encode-5bit
index df302c59b8..21a777b26b 100644
--- a/tests/ref/fate/g726-encode-5bit
+++ b/tests/ref/fate/g726-encode-5bit
@@ -7,22 +7,191 @@ 
 #sample_rate 0: 8000
 #channel_layout_name 0: mono
 #stream#, dts,        pts, duration,     size, hash
-0,          0,          0,     2560,     5120, 06170a9254934525a324074924349d3a
-0,       2560,       2560,     2560,     5120, 339c0468c8e0a0d3d079608830b3b23b
-0,       5120,       5120,     2560,     5120, 94b2ccc80f2039aff2fd1804c5e7d996
-0,       7680,       7680,     2560,     5120, e3e89e128c140745a2f5ed6ec69ad37e
-0,      10240,      10240,     2560,     5120, d8af69a973c181e6f7062b61afd5a985
-0,      12800,      12800,     2560,     5120, cee2dcba6bd8353529b4796906ec2e5c
-0,      15360,      15360,     2560,     5120, 02e92b0f3344f7315016d55b36cf266c
-0,      17920,      17920,     2560,     5120, 8066f26d873a430ec65db62825f4018c
-0,      20480,      20480,     2560,     5120, dbe8b0d94fdb09863ff3a87bba31d0af
-0,      23040,      23040,     2560,     5120, 98322fa4637040c9245e1efe99c61ee6
-0,      25600,      25600,     2560,     5120, a20e98da03e04fb3f3336a1a1a9a3418
-0,      28160,      28160,     2560,     5120, 20fc201028fc27c858a3a2acb92d56f2
-0,      30720,      30720,     2560,     5120, 7ba1a3f12de057cb76576786c833788c
-0,      33280,      33280,     2560,     5120, 3317a89c362622d5aa3c67e0ddb42af4
-0,      35840,      35840,     2560,     5120, f8f858ef398e866b2a3b2f3de76b7122
-0,      38400,      38400,     2560,     5120, a600439cafbdb78f64b447b54fce6cad
-0,      40960,      40960,     2560,     5120, d78f318a6d9c070ee999f7e3f6854c21
-0,      43520,      43520,     2560,     5120, bf241d6d92f0899903922a37a2646fa4
-0,      46080,      46080,     1920,     3840, c97e94c2ff8358c12803eb1a004ed633
+0,          0,          0,      256,      512, e835d2231a27f8a18ed4e25e9c0d1540
+0,        256,        256,      256,      512, df76f833e51083e9552420eaee13141b
+0,        512,        512,      256,      512, 2584bcd2b294f33ba16a8558a9552900
+0,        768,        768,      256,      512, 7937c41808ba06773143fb82e69a8c46
+0,       1024,       1024,      256,      512, a10c020ef19864f968e7b2f0be104eec
+0,       1280,       1280,      256,      512, 1a83b18aeab10836461504c9985220b1
+0,       1536,       1536,      256,      512, c05c12dfa764b7e988cb0cf9e254859d
+0,       1792,       1792,      256,      512, 8d358e6bdbf925d99778686fd638ff53
+0,       2048,       2048,      256,      512, c09f63de013c58e9052facd57ec4c82a
+0,       2304,       2304,      256,      512, 93a92b69795bfd361645ef07dff143fe
+0,       2560,       2560,      256,      512, e7557271e8b19e27f156ed349d655675
+0,       2816,       2816,      256,      512, 347b3f90d2c742e5b2e513ce555541d2
+0,       3072,       3072,      256,      512, 962978e93f25555d259117aae1a1f3d6
+0,       3328,       3328,      256,      512, cc55b6fc4e361a1b45bf35bfb2d9f37c
+0,       3584,       3584,      256,      512, 508172380ebb3c6aaabd13af0a247274
+0,       3840,       3840,      256,      512, 9dc2e87518cc0ef88c232270904e7060
+0,       4096,       4096,      256,      512, e37c796827a9acec6fd305a58758dc01
+0,       4352,       4352,      256,      512, f563303e1d5715ef9cfbbd75e41fb6a7
+0,       4608,       4608,      256,      512, da56825b0c9abb78052b92031123f239
+0,       4864,       4864,      256,      512, 67d5d9a5df61907419c4812eb81b13c9
+0,       5120,       5120,      256,      512, bf835c8ba52aa2e4c70d44b7d1b6f799
+0,       5376,       5376,      256,      512, 59af5ac1305cf43ae4617d7e60817ba0
+0,       5632,       5632,      256,      512, 1ced87e23978f1bb11600456692e0f45
+0,       5888,       5888,      256,      512, e7ebac8c074b712fb0a4eba7da414e8e
+0,       6144,       6144,      256,      512, 263b92777221ceb2c7ff0a23a650c55a
+0,       6400,       6400,      256,      512, 0a38c39c6a475b332501781762cedee7
+0,       6656,       6656,      256,      512, 817cf55960ac090f05845e1b48ae7a74
+0,       6912,       6912,      256,      512, 48bab97504a9fccdff33f6ddf6e331f3
+0,       7168,       7168,      256,      512, d63ac4ae085ad0ca8ca0e6f6ae7fd585
+0,       7424,       7424,      256,      512, c76304152721d17537a1a50da1686dc6
+0,       7680,       7680,      256,      512, dcda5da0995a9abde300fdda19996e2b
+0,       7936,       7936,      256,      512, e27f0d778820c658e83a105b9a71aa1d
+0,       8192,       8192,      256,      512, 54edcf21f98d0318e0fb3d139b23c86f
+0,       8448,       8448,      256,      512, 35ac64f66209996ba615a139ec8dbf34
+0,       8704,       8704,      256,      512, 0eea4a904bcf284c2c93bad161dfba1e
+0,       8960,       8960,      256,      512, 19b000260730521e9e3edbabe7117388
+0,       9216,       9216,      256,      512, d4545f93f81af585500249b7608d9560
+0,       9472,       9472,      256,      512, 4e7246cff6a8d7c05d096b73ece17fb8
+0,       9728,       9728,      256,      512, 5f5308c625fee43a4a346271df5cace5
+0,       9984,       9984,      256,      512, 3c9307cbae4bf454d7f2a866cc704298
+0,      10240,      10240,      256,      512, 472f538766ce1f16b649c91739d9b5f4
+0,      10496,      10496,      256,      512, fb316c63062d7331068340b80dfba0ef
+0,      10752,      10752,      256,      512, 1be52e4f373d05b8a6bcac024dd68961
+0,      11008,      11008,      256,      512, 0bab43d1dad15b07e939a5d8de571dfa
+0,      11264,      11264,      256,      512, 7c2d1fe54d89d4fcf95757aedeb6ed44
+0,      11520,      11520,      256,      512, a5db3d10ecacceb2473c3afd99937c17
+0,      11776,      11776,      256,      512, aa0639e354801f31f36a3aeb123de459
+0,      12032,      12032,      256,      512, 7cdea6625bb01c2fa9e6e1f4016b64ea
+0,      12288,      12288,      256,      512, 5822e93fe22fd03e61588d757d6d6d6c
+0,      12544,      12544,      256,      512, 778213aaabbc3c7c5072822373828574
+0,      12800,      12800,      256,      512, e779c6183face53357152ace47663a99
+0,      13056,      13056,      256,      512, 1ca1fb8e763fdad5f7fa8d2f35f803ce
+0,      13312,      13312,      256,      512, 63c9984d4ff0cc96d7b26da7f5c939af
+0,      13568,      13568,      256,      512, 1832e7e5b011705a56bc8c29d129be72
+0,      13824,      13824,      256,      512, 46c1291bfb9d540dc8a856ee4a326135
+0,      14080,      14080,      256,      512, 336595dffbd6af4aeadacf427aa456c7
+0,      14336,      14336,      256,      512, edee4cc5b19461d49e611cc04821cdad
+0,      14592,      14592,      256,      512, e4f941624b9bec5420e61e0856f18abb
+0,      14848,      14848,      256,      512, 0e5f7aa284a215092f0c1660b4396baf
+0,      15104,      15104,      256,      512, bb5693cb98d52bb28c28cc9140800d90
+0,      15360,      15360,      256,      512, 1d67a58816c34f5e7668e3e76fd6b157
+0,      15616,      15616,      256,      512, 5de3a54e8fa0639bd82b284bf3407fbf
+0,      15872,      15872,      256,      512, e2468df2707d02912e65605e3704081f
+0,      16128,      16128,      256,      512, 6d1d16e827c6ae5b84ef4c97bc85cddf
+0,      16384,      16384,      256,      512, 06a536ffd9ad8d8fe5d344cad50626f5
+0,      16640,      16640,      256,      512, 330f03aa02c9b096a5d52e137f1e5c78
+0,      16896,      16896,      256,      512, 027c40719894b7fee39739b7a2411a0c
+0,      17152,      17152,      256,      512, 009e851e5f73457ac736b72c3723e4b1
+0,      17408,      17408,      256,      512, 6d777acc92ef2e2c36ac4d1bdcfe81b2
+0,      17664,      17664,      256,      512, bfc689b097d0d4d870dd1b643fc5ed0d
+0,      17920,      17920,      256,      512, a7c6ca3f6481a5b1a4a533dad9f6af29
+0,      18176,      18176,      256,      512, 0e7672283cc81d67e4eae1308096bccd
+0,      18432,      18432,      256,      512, 64265fa7570d99c9fee456b4e25300ac
+0,      18688,      18688,      256,      512, c4b99ac5cbdc2fa3763f1d8bbd7e4c4b
+0,      18944,      18944,      256,      512, 877437cb5c5e3e7d3ec4a76597338cbd
+0,      19200,      19200,      256,      512, b94510ee6631e0014d191e79e988e3ab
+0,      19456,      19456,      256,      512, 3f09826dd6ec49243d94ef6810c24630
+0,      19712,      19712,      256,      512, 1e7e99985ee8192ee5ed3e79e9762826
+0,      19968,      19968,      256,      512, 01ad5e1396f1c66e08b75ec4badf2e92
+0,      20224,      20224,      256,      512, 9734148ae45bc2bb277ffdb4e2befee0
+0,      20480,      20480,      256,      512, 4d7c9c7e6a181ca9e6e84d1f933117e9
+0,      20736,      20736,      256,      512, 9c5328fbeda9e6445d649e2c646ad400
+0,      20992,      20992,      256,      512, 2504f429e5da8a81568cc4966c9c761d
+0,      21248,      21248,      256,      512, 9d69c3cbeb46abfc33e33ec15ea0ca63
+0,      21504,      21504,      256,      512, bf7e9c9ab20a54dc032e7e4729dbd3dd
+0,      21760,      21760,      256,      512, ea2e8baa808b019e57bc7ee6455e654d
+0,      22016,      22016,      256,      512, 0e55fc99eb4c5b33702cfe638f7772cd
+0,      22272,      22272,      256,      512, d876800b0d50c86021722fdbd48b0c79
+0,      22528,      22528,      256,      512, 9985f8b81142841b6a6641b0ea5d63b8
+0,      22784,      22784,      256,      512, 0c2a884a002da94d3fc641eb0ce2720c
+0,      23040,      23040,      256,      512, 3e4b828369ac2787f615a463b60073f6
+0,      23296,      23296,      256,      512, 4c11b0985b7f4ce79946ce094fd17f9f
+0,      23552,      23552,      256,      512, 479b747401bab25824ee7ba4a7398d48
+0,      23808,      23808,      256,      512, d213587388c94d6be19e5f4f43951e93
+0,      24064,      24064,      256,      512, d3db67978152fb301df1ad67252e4d29
+0,      24320,      24320,      256,      512, 3fa1121a49877eda099458ed86fba884
+0,      24576,      24576,      256,      512, c68d0a6fa3464dac1e172c150fdc54d7
+0,      24832,      24832,      256,      512, 71375d62bbcdff1ffcca600820a504eb
+0,      25088,      25088,      256,      512, 512023030d922604db4a64d622447193
+0,      25344,      25344,      256,      512, c4f92fccff2c3f0decd4d19f18b76965
+0,      25600,      25600,      256,      512, 2eaa88ebe222e5a049bdcc66f046f524
+0,      25856,      25856,      256,      512, 653cbbda2dd87d4c9d06a60e84c1c1a0
+0,      26112,      26112,      256,      512, 2c1e73fd9740134713f54c98e6ad9f35
+0,      26368,      26368,      256,      512, 4c0697c97bb0333c176c344b596827ed
+0,      26624,      26624,      256,      512, e9987d211c7401b1e1ff77ead994dcf8
+0,      26880,      26880,      256,      512, d6b80c4347277cb7718189ee1e0c3147
+0,      27136,      27136,      256,      512, 0da23e3c27c092dd3766a3b9c2177501
+0,      27392,      27392,      256,      512, c1f5e0869b354e3835ecb260cab57f1c
+0,      27648,      27648,      256,      512, 57f6f7c70cc29588a0d3a3460fcbd509
+0,      27904,      27904,      256,      512, 99b9acd56dd667f8e407e1635653d4b4
+0,      28160,      28160,      256,      512, 1760f98327c9d00a9f6dce93d2b514dc
+0,      28416,      28416,      256,      512, 97a07abc22001b0b2e9c208302ba9e35
+0,      28672,      28672,      256,      512, 50e6f0c652b39f5e493dc0764ca7452d
+0,      28928,      28928,      256,      512, 07c6e099814513a0eea29afe64dd97ec
+0,      29184,      29184,      256,      512, 19b968229bd5482e6b38b07c0780ca0b
+0,      29440,      29440,      256,      512, 6fa01d4fef43ab004efc82c7ed380bc5
+0,      29696,      29696,      256,      512, 8d2ca8bfd3d263ea20f9b51f8d3477de
+0,      29952,      29952,      256,      512, 56675c745719ba059d1ae153f9e623a8
+0,      30208,      30208,      256,      512, bb2826d27b37f04f261a2a47b23104c6
+0,      30464,      30464,      256,      512, 8b15003af3297b2435394f65cbbf85e2
+0,      30720,      30720,      256,      512, d79347e1f77738e842cfa1a5088b712f
+0,      30976,      30976,      256,      512, a36e57aa1b900b4d06587068d86b0273
+0,      31232,      31232,      256,      512, 73cda2ad15faa4fa374c42c53f99c376
+0,      31488,      31488,      256,      512, d260d73f2a5856332075193a0c353f37
+0,      31744,      31744,      256,      512, c522890161fe7e1df96f94e818cee59f
+0,      32000,      32000,      256,      512, 964210c7aacafc50c06b8a424b45fe43
+0,      32256,      32256,      256,      512, 5d9e85cdf7af5549381ade067969caae
+0,      32512,      32512,      256,      512, 3a97199620d4d6bfa503dca94b63a8d6
+0,      32768,      32768,      256,      512, 98230b4bcc65283791233f3c2ffccd55
+0,      33024,      33024,      256,      512, 5a8309c49f9861924640827acd5ffb55
+0,      33280,      33280,      256,      512, 18447a5468ab8430eb1fb4820f2befe9
+0,      33536,      33536,      256,      512, 9c5a39fdd43865d2cdbed300984d5653
+0,      33792,      33792,      256,      512, 3179875a983115554ab962dbb342f9a7
+0,      34048,      34048,      256,      512, e9089435c41c80f1fe9a00044c7e6958
+0,      34304,      34304,      256,      512, e91a7f5b452774c89b6a57489cd2b1d7
+0,      34560,      34560,      256,      512, 65e43c76d2eb6263088e7ba0dba2e52f
+0,      34816,      34816,      256,      512, 95d350665ef972f758f479660b26879c
+0,      35072,      35072,      256,      512, a9f4d3f5c2df128d60414a03b7763bc6
+0,      35328,      35328,      256,      512, 9572fc0a40090d374087536bcc2aa0fc
+0,      35584,      35584,      256,      512, 1d41f66ec5f2ed30a30726a36482f1f8
+0,      35840,      35840,      256,      512, 2977fe74d746dafa4a815c84f755f198
+0,      36096,      36096,      256,      512, b86bb8f2905187242e2fb1f8ff04c707
+0,      36352,      36352,      256,      512, 1ed7ab00c7fd70aaf64435c6a3b5aa20
+0,      36608,      36608,      256,      512, fa968069c4f05732ecf6c4d6dca943f3
+0,      36864,      36864,      256,      512, a31853de44b45a2358a12ba542b6614e
+0,      37120,      37120,      256,      512, b4d1004fecd0222d9f4db556e96d65ac
+0,      37376,      37376,      256,      512, c4d50f7892b56ece9026ba4d02c4fd62
+0,      37632,      37632,      256,      512, 99b03aa35bf29545e1e3712249bf348a
+0,      37888,      37888,      256,      512, 8834d2d11bc371375400b85df2b97b67
+0,      38144,      38144,      256,      512, c9fb37b6be995882d3fbd44262b86146
+0,      38400,      38400,      256,      512, ed1dd22f383e4fb1fde7b12e6a7cdb53
+0,      38656,      38656,      256,      512, 0103ec85e8a783b33442ce9052a4c0e9
+0,      38912,      38912,      256,      512, fa6bc81c62fab64a8ceb78b456277b84
+0,      39168,      39168,      256,      512, a5c8f8e539a9867cd14cd248098fb37b
+0,      39424,      39424,      256,      512, 5cbfdf1a30c2dd661d41f34eaf8071f2
+0,      39680,      39680,      256,      512, 8f14f9fdc97ff6affefec91aa0d86afa
+0,      39936,      39936,      256,      512, 63ce4ea475c1aaf4ea13488fef2221fa
+0,      40192,      40192,      256,      512, 81494476c92360281d113b2cf5a31cf2
+0,      40448,      40448,      256,      512, 2c1e683b600b7213b173ebebdcd26648
+0,      40704,      40704,      256,      512, 71d8ee1c619d74255260a62bab31d788
+0,      40960,      40960,      256,      512, 2bb98f59e144d609ab642de3585c4453
+0,      41216,      41216,      256,      512, cc7ce26d45cf5541fd39d324df585315
+0,      41472,      41472,      256,      512, 66acfb9b1669518f6f4ad96010eda07c
+0,      41728,      41728,      256,      512, 1c7278436c1372ed2cbcc74d33b76184
+0,      41984,      41984,      256,      512, 5a01ddbe8478c98d2b9325073454b414
+0,      42240,      42240,      256,      512, 80682f9c52639c67fd960391e94ed774
+0,      42496,      42496,      256,      512, c160e399def0f766d2a4ffd0dd57b9c0
+0,      42752,      42752,      256,      512, 49545a8f3d4b06308df09031dc023532
+0,      43008,      43008,      256,      512, b6339f5d2bfa752d7330e7c1f13e60ec
+0,      43264,      43264,      256,      512, fd5040f24bdd348b18a66f118f294e1a
+0,      43520,      43520,      256,      512, f9cb1b9ae75530c7155b505742972414
+0,      43776,      43776,      256,      512, 53bc7d9157ffa3bd7ad1a4a9ce323304
+0,      44032,      44032,      256,      512, 5392675f6e7ea7adb32560f64086920a
+0,      44288,      44288,      256,      512, 5d602bfb78aaf046ad10785ef7c0e9f1
+0,      44544,      44544,      256,      512, def4937cf933716b81a5d9d6b1051bf3
+0,      44800,      44800,      256,      512, 92266671fbadab7b9129ab038bae0d40
+0,      45056,      45056,      256,      512, 82a548ccdc11a26b65ec584c6e7e4f1d
+0,      45312,      45312,      256,      512, 67515b721ef95856eb4360dff70d1423
+0,      45568,      45568,      256,      512, 524e66acdd554b5c046187d24561fdde
+0,      45824,      45824,      256,      512, 9d306aef39fd934530b0b486f109bf57
+0,      46080,      46080,      256,      512, 07fd46e926089b84cebcea265b3a088d
+0,      46336,      46336,      256,      512, e7b6a40f7eab1435dbde4ae8e42eda9a
+0,      46592,      46592,      256,      512, b4c974782a93d2ef127102c3956e89da
+0,      46848,      46848,      256,      512, 7c5a1f1119404da436f498817c794b97
+0,      47104,      47104,      256,      512, 436abf1baadbc798d2c1a3d6d7e28d8c
+0,      47360,      47360,      256,      512, 287c3b32496e2dbcefd12d5466405700
+0,      47616,      47616,      256,      512, 9de6c5094c145ff715bcd503f0b8a8e3
+0,      47872,      47872,      128,      256, 07f410f5d29697deb933cdb402936dd8
diff --git a/tests/ref/fate/matroska-move-cues-to-front b/tests/ref/fate/matroska-move-cues-to-front
index aef36c423b..30d034b8c5 100644
--- a/tests/ref/fate/matroska-move-cues-to-front
+++ b/tests/ref/fate/matroska-move-cues-to-front
@@ -1,5 +1,5 @@ 
-96e544691ecaeb5c49fcbd9351e47af8 *tests/data/fate/matroska-move-cues-to-front.matroska
-23147910 tests/data/fate/matroska-move-cues-to-front.matroska
+c0cb74130c1a776cd076c50012572ca0 *tests/data/fate/matroska-move-cues-to-front.matroska
+23081433 tests/data/fate/matroska-move-cues-to-front.matroska
 #tb 0: 1/1000
 #media_type 0: audio
 #codec_id 0: pcm_s24be
@@ -10,41 +10,13 @@ 
 #codec_id 1: pcm_s24le
 #sample_rate 1: 192000
 #channel_layout_name 1: stereo
-0,          0,          0,        5,     6144, 0x0afd2eda
-1,          0,          0,        5,     6144, 0x1f592eda
-0,          5,          5,        5,     6144, 0xd5e16fb3
-1,          5,          5,        5,     6144, 0x5c796fb3
-0,         11,         11,        5,     6144, 0xf0341c51
-1,         11,         11,        5,     6144, 0x22fc1c51
-0,         16,         16,        5,     6144, 0x444ebbe2
-1,         16,         16,        5,     6144, 0x5856bbe2
-0,         21,         21,        5,     6144, 0x03f10fa9
-1,         21,         21,        5,     6144, 0x022d0fa9
-0,         27,         27,        5,     6144, 0x153c7242
-1,         27,         27,        5,     6144, 0x2a1d7242
-0,         32,         32,        5,     6144, 0x23c5c2ce
-1,         32,         32,        5,     6144, 0xf37ec2ce
-0,         37,         37,        5,     6144, 0xea76f227
-1,         37,         37,        5,     6144, 0xc5f6f227
-0,         43,         43,        5,     6144, 0x1bf8d257
-1,         43,         43,        5,     6144, 0x1a84d257
-0,         48,         48,        5,     6144, 0xbf3bf14c
-1,         48,         48,        5,     6144, 0xe788f14c
-0,         53,         53,        5,     6144, 0x1d32dad7
-1,         53,         53,        5,     6144, 0x0d65dad7
-0,         59,         59,        5,     6144, 0x2e4963b5
-1,         59,         59,        5,     6144, 0xd92c63b5
-0,         64,         64,        5,     6144, 0x9e011e0d
-1,         64,         64,        5,     6144, 0xa8121e0d
-0,         69,         69,        5,     6144, 0x2177e43b
-1,         69,         69,        5,     6144, 0x0703e43b
-0,         75,         75,        5,     6144, 0xafc63815
-1,         75,         75,        5,     6144, 0x3c0c3815
-0,         80,         80,        5,     6144, 0xab1af266
-1,         80,         80,        5,     6144, 0x063ff266
-0,         85,         85,        5,     6144, 0xf4c77215
-1,         85,         85,        5,     6144, 0x284e7215
-0,         91,         91,        5,     6144, 0x584cf52e
-1,         91,         91,        5,     6144, 0x0b11f52e
-0,         96,         96,        5,     6144, 0x9f7e22b5
-1,         96,         96,        5,     6144, 0x35c622b5
+0,          0,          0,       21,    24576, 0xb53676cf
+1,          0,          0,       21,    24576, 0x96eb76cf
+0,         21,         21,       21,    24576, 0xf4ee36fe
+1,         21,         21,       21,    24576, 0xb35336fe
+0,         43,         43,       21,    24576, 0x58eb025c
+1,         43,         43,       21,    24576, 0x1ae9025c
+0,         64,         64,       21,    24576, 0x1a322ce1
+1,         64,         64,       21,    24576, 0xf11c2ce1
+0,         85,         85,       21,    24576, 0xfba5a91d
+1,         85,         85,       21,    24576, 0xef55a91d
diff --git a/tests/ref/seek/acodec-adpcm-ima_wav b/tests/ref/seek/acodec-adpcm-ima_wav
index b6517c5438..4009cb6a3f 100644
--- a/tests/ref/seek/acodec-adpcm-ima_wav
+++ b/tests/ref/seek/acodec-adpcm-ima_wav
@@ -1,53 +1,53 @@ 
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st:-1 flags:0  ts:-1.000000
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.894167
-ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29756 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29756 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.788345
-ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13372 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13372 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.317506
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.576668
-ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42044 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42044 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.470835
-ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22588 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22588 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.365011
-ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6204 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6204 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.740839
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.153336
-ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34876 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34876 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.047503
-ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16444 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16444 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.058322
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.835828
-ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45116 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45116 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.730004
-ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28732 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28732 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.624171
-ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9276 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9276 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.481655
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.412494
-ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37948 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37948 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.306672
-ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21564 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21564 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.200839
-ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3132 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3132 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.904989
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.989184
-ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31804 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31804 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.883340
-ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14396 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14396 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.222493
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st: 0 flags:0  ts: 2.671678
-ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43068 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43068 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.565850
-ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24636 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24636 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.460008
-ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8252 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8252 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.645825
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
diff --git a/tests/ref/seek/acodec-adpcm-ima_wav-trellis b/tests/ref/seek/acodec-adpcm-ima_wav-trellis
index b6517c5438..4009cb6a3f 100644
--- a/tests/ref/seek/acodec-adpcm-ima_wav-trellis
+++ b/tests/ref/seek/acodec-adpcm-ima_wav-trellis
@@ -1,53 +1,53 @@ 
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st:-1 flags:0  ts:-1.000000
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.894167
-ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29756 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29756 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.788345
-ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13372 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13372 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.317506
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.576668
-ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42044 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42044 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.470835
-ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22588 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22588 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.365011
-ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6204 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6204 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.740839
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.153336
-ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34876 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34876 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.047503
-ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16444 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16444 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.058322
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.835828
-ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45116 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45116 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.730004
-ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28732 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28732 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.624171
-ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9276 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9276 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.481655
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.412494
-ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37948 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37948 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.306672
-ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21564 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21564 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.200839
-ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3132 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3132 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.904989
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.989184
-ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31804 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31804 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.883340
-ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14396 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14396 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.222493
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
 ret: 0         st: 0 flags:0  ts: 2.671678
-ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43068 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43068 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.565850
-ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24636 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24636 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.460008
-ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8252 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8252 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.645825
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     60 size:  1024
diff --git a/tests/ref/seek/acodec-adpcm-ms b/tests/ref/seek/acodec-adpcm-ms
index 579be7f416..e20f2a7d23 100644
--- a/tests/ref/seek/acodec-adpcm-ms
+++ b/tests/ref/seek/acodec-adpcm-ms
@@ -1,53 +1,53 @@ 
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st:-1 flags:0  ts:-1.000000
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.894167
-ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29786 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29786 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.788345
-ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13402 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13402 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.317506
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.576668
-ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42074 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42074 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.470835
-ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22618 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22618 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.365011
-ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6234 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6234 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.740839
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.153336
-ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34906 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34906 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.047503
-ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16474 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16474 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.058322
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.835828
-ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45146 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45146 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.730004
-ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28762 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28762 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.624171
-ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9306 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9306 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.481655
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.412494
-ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37978 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37978 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.306672
-ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21594 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21594 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.200839
-ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3162 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3162 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.904989
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.989184
-ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31834 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31834 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.883340
-ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14426 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14426 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.222493
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st: 0 flags:0  ts: 2.671678
-ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43098 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43098 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.565850
-ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24666 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24666 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.460008
-ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8282 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8282 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.645825
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
diff --git a/tests/ref/seek/acodec-adpcm-ms-trellis b/tests/ref/seek/acodec-adpcm-ms-trellis
index 579be7f416..e20f2a7d23 100644
--- a/tests/ref/seek/acodec-adpcm-ms-trellis
+++ b/tests/ref/seek/acodec-adpcm-ms-trellis
@@ -1,53 +1,53 @@ 
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st:-1 flags:0  ts:-1.000000
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.894167
-ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29786 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29786 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.788345
-ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13402 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13402 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.317506
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.576668
-ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42074 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42074 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.470835
-ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22618 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22618 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.365011
-ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6234 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6234 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.740839
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.153336
-ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34906 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34906 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.047503
-ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16474 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16474 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.058322
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.835828
-ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45146 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45146 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.730004
-ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28762 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28762 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.624171
-ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9306 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9306 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.481655
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.412494
-ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37978 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37978 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.306672
-ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21594 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21594 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.200839
-ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3162 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3162 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.904989
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.989184
-ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31834 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31834 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.883340
-ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14426 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14426 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.222493
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
 ret: 0         st: 0 flags:0  ts: 2.671678
-ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43098 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43098 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.565850
-ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24666 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24666 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.460008
-ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8282 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8282 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.645825
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     90 size:  1024
diff --git a/tests/ref/seek/acodec-adpcm-yamaha b/tests/ref/seek/acodec-adpcm-yamaha
index 5cbfaed73e..82bff65ee3 100644
--- a/tests/ref/seek/acodec-adpcm-yamaha
+++ b/tests/ref/seek/acodec-adpcm-yamaha
@@ -1,53 +1,53 @@ 
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st:-1 flags:0  ts:-1.000000
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.894167
-ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29754 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29754 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.788345
-ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13370 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13370 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.317506
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.576668
-ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42042 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42042 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.470835
-ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22586 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22586 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.365011
-ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6202 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6202 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.740839
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.153336
-ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34874 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34874 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.047503
-ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16442 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16442 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.058322
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.835828
-ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45114 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45114 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.730004
-ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28730 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28730 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.624171
-ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9274 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9274 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.481655
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.412494
-ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37946 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37946 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.306672
-ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21562 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21562 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.200839
-ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3130 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3130 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.904989
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.989184
-ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31802 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31802 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.883340
-ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14394 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14394 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.222493
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st: 0 flags:0  ts: 2.671678
-ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43066 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43066 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.565850
-ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24634 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24634 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.460008
-ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8250 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8250 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.645825
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
diff --git a/tests/ref/seek/acodec-adpcm-yamaha-trellis b/tests/ref/seek/acodec-adpcm-yamaha-trellis
index 5cbfaed73e..82bff65ee3 100644
--- a/tests/ref/seek/acodec-adpcm-yamaha-trellis
+++ b/tests/ref/seek/acodec-adpcm-yamaha-trellis
@@ -1,53 +1,53 @@ 
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st:-1 flags:0  ts:-1.000000
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.894167
-ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29754 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.856009 pts: 1.856009 pos:  29754 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.788345
-ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13370 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.831995 pts: 0.831995 pos:  13370 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.317506
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.576668
-ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42042 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.623991 pts: 2.623991 pos:  42042 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.470835
-ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22586 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.408005 pts: 1.408005 pos:  22586 size:  1024
 ret: 0         st: 0 flags:0  ts: 0.365011
-ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6202 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.383991 pts: 0.383991 pos:   6202 size:  1024
 ret: 0         st: 0 flags:1  ts:-0.740839
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st:-1 flags:0  ts: 2.153336
-ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34874 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.176009 pts: 2.176009 pos:  34874 size:  1024
 ret: 0         st:-1 flags:1  ts: 1.047503
-ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16442 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.023991 pts: 1.023991 pos:  16442 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.058322
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.835828
-ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45114 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.816009 pts: 2.816009 pos:  45114 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.730004
-ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28730 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.791995 pts: 1.791995 pos:  28730 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.624171
-ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9274 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.576009 pts: 0.576009 pos:   9274 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.481655
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st: 0 flags:1  ts: 2.412494
-ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37946 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.368005 pts: 2.368005 pos:  37946 size:  1024
 ret: 0         st:-1 flags:0  ts: 1.306672
-ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21562 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.343991 pts: 1.343991 pos:  21562 size:  1024
 ret: 0         st:-1 flags:1  ts: 0.200839
-ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3130 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.191995 pts: 0.191995 pos:   3130 size:  1024
 ret: 0         st: 0 flags:0  ts:-0.904989
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.989184
-ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31802 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.983991 pts: 1.983991 pos:  31802 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.883340
-ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14394 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.896009 pts: 0.896009 pos:  14394 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.222493
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024
 ret: 0         st: 0 flags:0  ts: 2.671678
-ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43066 size:  4096
+ret: 0         st: 0 flags:1 dts: 2.688005 pts: 2.688005 pos:  43066 size:  1024
 ret: 0         st: 0 flags:1  ts: 1.565850
-ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24634 size:  4096
+ret: 0         st: 0 flags:1 dts: 1.536009 pts: 1.536009 pos:  24634 size:  1024
 ret: 0         st:-1 flags:0  ts: 0.460008
-ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8250 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.511995 pts: 0.511995 pos:   8250 size:  1024
 ret: 0         st:-1 flags:1  ts:-0.645825
-ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  4096
+ret: 0         st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos:     58 size:  1024