FFmpeg-trac
Threads by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
June 2020
- 1 participants
- 783 discussions
14 Sep '24
#8410: wishlist vtt: support styling when converting to ass
-------------------------------------+-------------------------------------
Reporter: pan93412 | Type: defect
Status: new | Priority: wish
Component: ffmpeg | Version: 4.2
Keywords: wishlist, | Blocked By:
vtt, ass, subtitle |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
== Summary of the bug
When I convert a vtt file to ass, it appears like styles are removed.
== How to reproduce
=== Logs
{{{#!bash
$ ffmpeg -i AIAIAI.zh-TW.vtt -f ass out.ass
ffmpeg version n4.2.1 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 9.2.0 (GCC)
configuration: --prefix=/usr --disable-debug --disable-static --disable-
stripping --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl
--enable-ladspa --enable-libaom --enable-libass --enable-libbluray
--enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi
--enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmodplug
--enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb
--enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libsoxr
--enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2
--enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp
--enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2
--enable-libxvid --enable-nvdec --enable-nvenc --enable-omx --enable-
shared --enable-version3
libavutil 56. 31.100 / 56. 31.100
libavcodec 58. 54.100 / 58. 54.100
libavformat 58. 29.100 / 58. 29.100
libavdevice 58. 8.100 / 58. 8.100
libavfilter 7. 57.100 / 7. 57.100
libswscale 5. 5.100 / 5. 5.100
libswresample 3. 5.100 / 3. 5.100
libpostproc 55. 5.100 / 55. 5.100
[webvtt @ 0x5648bc272780] Dropping 2 duplicated subtitle events
Input #0, webvtt, from 'AIAIAI.zh-TW.vtt':
Duration: N/A, bitrate: N/A
Stream #0:0: Subtitle: webvtt
Output #0, ass, to 'out.ass':
Metadata:
encoder : Lavf58.29.100
Stream #0:0: Subtitle: ass (ssa)
Metadata:
encoder : Lavc58.54.100 ssa
Stream mapping:
Stream #0:0 -> #0:0 (webvtt (native) -> ass (ssa))
Press [q] to stop, [?] for help
size= 96kB time=00:03:03.99 bitrate= 4.3kbits/s speed=2.72e+03x
video:0kB audio:0kB subtitle:56kB other streams:0kB global headers:1kB
muxing overhead: 69.999657%
}}}
=== Platform
* System: Arch Linux (testing / kde-unstable) x86-64
* System Language: `zh_TW.UTF-8`
* Desktop Environment: Plasma 5.17.3 / KDE Frameworks 5.64.0 / Qt 5.14
* Font: Noto Sans CJK TC
* `youtube-dl` installed
== Expected Behavior
[[Image(https://user-
images.githubusercontent.com/28441561/69917571-70538280-14a2-11ea-9365-de85…)
When playing this video with zh_TW subtitle on YouTube Web. (0:14)
== Actual behavior
[[Image(https://user-
images.githubusercontent.com/28441561/69917763-90844100-14a4-11ea-
99d2-075839fca6f7.png)]]
When playing this video with the converted ass on mpv. (0:14)
== (For developers) some reference of styling
Text Color: https://www.w3.org/TR/webvtt1/#default-text-color
Cue settings, like alignment, position and etc.:
https://www.w3.org/TR/webvtt1/#cue-settings
== Sample File
* [https://github.com/mpv-player/mpv/files/3908491/AIAIAI-zh-TW-subtitle-
raw.zip The zh_TW subtitle of that video]
== Referenced Issues
* [https://github.com/mpv-player/mpv/issues/7214 GitHub - mpv-player/mpv:
#7214 wishlist: vtt: support styling]
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8410>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
9
#4161: MPEG2 PS sample: wrong aspect ratio
-------------------------------------+-------------------------------------
Reporter: | Type: defect
Underground78 | Priority: normal
Status: new | Version: git-
Component: | master
undetermined | Blocked By:
Keywords: | Reproduced by developer: 0
Blocking: |
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
'''Summary of the bug:'''
This [http://www.datafilehost.com/d/95fa5281 sample] is detected as 4:3 by
FFmpeg although it apparently should be 16:9. WinDVD plays it with the
expected aspect ratio of 16:9 and MediaInfo also reports it to be 16:9.
'''How to reproduce:'''
{{{
> ffmpeg -i "VR_MOVIE_GuyMartinsSpitfireBcast169 qsf
lappyAspectNoChnge_extract.mpg"
ffmpeg version N-68211-g4a0b1d9 Copyright (c) 2000-2014 the FFmpeg
developers
built on Dec 4 2014 22:02:36 with gcc 4.9.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads
--enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r
--enable-gnutls --enable-iconv --enable-libass --enable-libbluray
--enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme
--enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-libopus --enable-librtmp --enable-libschroedinger --enable-
libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-
libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-
libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-
decklink --enable-zlib
libavutil 54. 15.100 / 54. 15.100
libavcodec 56. 14.100 / 56. 14.100
libavformat 56. 15.102 / 56. 15.102
libavdevice 56. 3.100 / 56. 3.100
libavfilter 5. 2.103 / 5. 2.103
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100
Input #0, mpeg, from 'VR_MOVIE_GuyMartinsSpitfireBcast169 qsf
lappyAspectNoChnge_extract.mpg':
Duration: 00:00:09.02, start: 0.200000, bitrate: 9119 kb/s
Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x576
[SAR 16:15 DAR 4:3], max. 9263 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 384 kb/s
At least one output file must be specified
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4161>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
6
#5944(undetermined:new): ffmpeg does not correctly copy HE-AAC audio from m2ts conteiner to mkv conterner
by FFmpeg 03 Sep '24
by FFmpeg 03 Sep '24
03 Sep '24
#5944: ffmpeg does not correctly copy HE-AAC audio from m2ts conteiner to mkv
conterner
-------------------------------------+-------------------------------------
Reporter: myleal | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
When copying a m2ts HE-AAC stream to mkv conteiner, the output file
contains audio codec format 1602 instead of HE-AACv2 / HE-AAC / LC.
How to reproduce:
Download the sample:
https://drive.google.com/file/d/0B4PVnH9qRoFRWWVVa2xuSUtUMVU/view?usp=shari…
and save as brazil_bradcast_sample.m2ts
This file was captured from public brazilian broadcast tv.
C:\Temp>ffmpeg -i brazil_bradcast_sample.m2ts -acodec copy -vcodec copy
wrong_he-aac-output.mkv
ffmpeg version 3.2 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.3.1 (GCC) 20160211
configuration: --arch=x86_64 --target-os=mingw32 --cross-
prefix=x86_64-w64-mingw32- --enable-w32threads --enable-runtime-cpudetect
--enable-gpl --enable-version3 --enable-nonfree --enable-static --disable-
shared --enable-libx264 --enable-libx265 --extra-libs=-lstdc++ --enable-
libmp3lame --enable-libfdk-aac --enable-zlib --extra-cflags=-I/home/marcus
/mingw-install/include --prefix=/home/marcus/mingw-install --pkg-config
=pkg-config --disable-ffplay --disable-ffserver --extra-ldflags='-static-
libgcc -static-libstdc++ -static'
libavutil 55. 34.100 / 55. 34.100
libavcodec 57. 64.100 / 57. 64.100
libavformat 57. 56.100 / 57. 56.100
libavdevice 57. 1.100 / 57. 1.100
libavfilter 6. 65.100 / 6. 65.100
libswscale 4. 2.100 / 4. 2.100
libswresample 2. 3.100 / 2. 3.100
libpostproc 54. 1.100 / 54. 1.100
[NULL @ 0000000002564200] sps_id 0 out of range
[NULL @ 0000000002564200] SPS unavailable in decode_picture_timing
[NULL @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[aac_latm @ 0000000002587de0] element type mismatch 1 != 0
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[aac_latm @ 0000000002562f20] element type mismatch 1 != 0
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[aac_latm @ 00000000025f7020] channel element 0.2 is not allocated
[aac_latm @ 0000000002564e80] channel element 0.2 is not allocated
[mpegts @ 0000000000d66360] probed stream 5 failed
[aac_latm @ 00000000025f7020] This stream seems to incorrectly report its
last channel as LFE[5], mapping to LFE[0]
[aac_latm @ 00000000025f7020] element type mismatch 1 != 0
Last message repeated 1 times
[aac_latm @ 0000000002564e80] This stream seems to incorrectly report its
last channel as LFE[5], mapping to LFE[0]
[aac_latm @ 0000000002564e80] element type mismatch 1 != 0
Last message repeated 1 times
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] sps_id 0 out of range
[h264 @ 0000000002564200] SPS unavailable in decode_picture_timing
[h264 @ 0000000002564200] non-existing PPS 0 referenced
[h264 @ 0000000002564200] decode_slice_header error
[h264 @ 0000000002564200] no frame!
[mpegts @ 0000000000d66360] PES packet size mismatch
Last message repeated 3 times
[mpegts @ 0000000000d66360] Could not find codec parameters for stream 5
(Unknown: none): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize'
options
Input #0, mpegts, from 'brazil_bradcast_sample.m2ts':
Duration: 00:01:31.58, start: 19330.030000, bitrate: 16075 kb/s
Stream #0:0[0x114]: Audio: aac_latm (HE-AAC), 48000 Hz, stereo, fltp
Stream #0:1[0x112]: Audio: aac_latm (HE-AAC), 48000 Hz, stereo, fltp
Stream #0:2[0x111]: Video: h264 (High), yuv420p(tv, bt709, top first),
1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
Stream #0:3[0x115]: Audio: aac_latm (HE-AAC), 48000 Hz, 5.1, fltp
Stream #0:4[0x113]: Audio: aac_latm (HE-AAC), 48000 Hz, 5.1, fltp
Stream #0:5[0x116]: Unknown: none
Output #0, matroska, to 'wrong_he-aac-output.mkv':
Metadata:
encoder : Lavf57.56.100
Stream #0:0: Video: h264 (High) (H264 / 0x34363248), yuv420p(tv,
bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 29.97 fps, 59.94
tbr, 1k tbn, 90k tbc
Stream #0:1: Audio: aac_latm (HE-AAC) ([2][22][0][0] / 0x1602), 48000
Hz, 5.1
Stream mapping:
Stream #0:2 -> #0:0 (copy)
Stream #0:3 -> #0:1 (copy)
Press [q] to stop, [?] for help
[mpegts @ 0000000000d66360] PES packet size mismatch1:26.70
bitrate=15048.6kbits/s speed=6.73x
frame= 5381 fps=411 q=-1.0 Lsize= 166229kB time=00:01:30.26
bitrate=15086.9kbits/s speed= 6.9x
video:163744kB audio:2487kB subtitle:0kB other streams:0kB global
headers:0kB muxing overhead: unknown
C:\Temp>
The mediainfo is:
Áudio
ID : 2
Formato : 1602
ID do Codec : 00001000-0000-0216-8000-00AA00389B71
Duração : 1 min 30s
If you repeat the same command, changing the output conteiner to m2ts, you
get the correct he-aac stream:
C:\Temp>ffmpeg -i brazil_bradcast_sample.m2ts -acodec copy -vcodec copy
correct_he-aac-output.m2ts
ffmpeg version 3.2 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.3.1 (GCC) 20160211
configuration: --arch=x86_64 --target-os=mingw32 --cross-
prefix=x86_64-w64-mingw32- --enable-w32threads --enable-runtime-cpudetect
--enable-gpl --enable-version3 --enable-nonfree --enable-static --disable-
shared --enable-libx264 --enable-libx265 --extra-libs=-lstdc++ --enable-
libmp3lame --enable-libfdk-aac --enable-zlib --extra-cflags=-I/home/marcus
/mingw-install/include --prefix=/home/marcus/mingw-install --pkg-config
=pkg-config --disable-ffplay --disable-ffserver --extra-ldflags='-static-
libgcc -static-libstdc++ -static'
libavutil 55. 34.100 / 55. 34.100
libavcodec 57. 64.100 / 57. 64.100
libavformat 57. 56.100 / 57. 56.100
libavdevice 57. 1.100 / 57. 1.100
libavfilter 6. 65.100 / 6. 65.100
libswscale 4. 2.100 / 4. 2.100
libswresample 2. 3.100 / 2. 3.100
libpostproc 54. 1.100 / 54. 1.100
[NULL @ 00000000024c41c0] sps_id 0 out of range
[NULL @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[NULL @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[aac_latm @ 00000000024e7da0] element type mismatch 1 != 0
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[aac_latm @ 00000000024c2e20] element type mismatch 1 != 0
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[aac_latm @ 0000000002557000] channel element 0.2 is not allocated
[aac_latm @ 00000000024c4e40] channel element 0.2 is not allocated
[mpegts @ 0000000000026380] probed stream 5 failed
[aac_latm @ 0000000002557000] This stream seems to incorrectly report its
last channel as LFE[5], mapping to LFE[0]
[aac_latm @ 0000000002557000] element type mismatch 1 != 0
Last message repeated 1 times
[aac_latm @ 00000000024c4e40] This stream seems to incorrectly report its
last channel as LFE[5], mapping to LFE[0]
[aac_latm @ 00000000024c4e40] element type mismatch 1 != 0
Last message repeated 1 times
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] sps_id 0 out of range
[h264 @ 00000000024c41c0] SPS unavailable in decode_picture_timing
[h264 @ 00000000024c41c0] non-existing PPS 0 referenced
[h264 @ 00000000024c41c0] decode_slice_header error
[h264 @ 00000000024c41c0] no frame!
[mpegts @ 0000000000026380] PES packet size mismatch
Last message repeated 3 times
[mpegts @ 0000000000026380] Could not find codec parameters for stream 5
(Unknown: none): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize'
options
Input #0, mpegts, from 'brazil_bradcast_sample.m2ts':
Duration: 00:01:31.58, start: 19330.030000, bitrate: 16075 kb/s
Stream #0:0[0x114]: Audio: aac_latm (HE-AAC), 48000 Hz, stereo, fltp
Stream #0:1[0x112]: Audio: aac_latm (HE-AAC), 48000 Hz, stereo, fltp
Stream #0:2[0x111]: Video: h264 (High), yuv420p(tv, bt709, top first),
1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
Stream #0:3[0x115]: Audio: aac_latm (HE-AAC), 48000 Hz, 5.1, fltp
Stream #0:4[0x113]: Audio: aac_latm (HE-AAC), 48000 Hz, 5.1, fltp
Stream #0:5[0x116]: Unknown: none
Output #0, mpegts, to 'correct_he-aac-output.m2ts':
Metadata:
encoder : Lavf57.56.100
Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, top first),
1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 29.97 fps, 59.94 tbr, 90k tbn, 90k
tbc
Stream #0:1: Audio: aac_latm (HE-AAC), 48000 Hz, 5.1
Stream mapping:
Stream #0:2 -> #0:0 (copy)
Stream #0:3 -> #0:1 (copy)
Press [q] to stop, [?] for help
[mpegts @ 0000000000026380] PES packet size mismatch01:21.16
bitrate=16641.3kbits/s speed= 27x
frame= 5381 fps=1678 q=-1.0 Lsize= 183780kB time=00:01:30.25
bitrate=16680.1kbits/s speed=28.2x
video:163744kB audio:2487kB subtitle:0kB other streams:0kB global
headers:0kB muxing overhead: 10.557112%
C:\Temp>
The mediainfo is:
Áudio
ID : 257 (0x101)
ID no Menu : 1 (0x1)
Formato : AAC
Formato/Informações : Advanced Audio Codec
Perfil do Formato : HE-AACv2 / HE-AAC / LC
Modo de Multiplexação : LATM
ffmpeg loglevel 99 output:
C:\Temp>ffmpeg -v 9 -loglevel 99 -i brazil_bradcast_sample.m2ts
ffmpeg version 3.2 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.3.1 (GCC) 20160211
configuration: --arch=x86_64 --target-os=mingw32 --cross-
prefix=x86_64-w64-mingw32- --enable-w32threads --enable-runtime-cpudetect
--enable-gpl --enable-version3 --enable-nonfree --enable-static --disable-
shared --enable-libx264 --enable-libx265 --extra-libs=-lstdc++ --enable-
libmp3lame --enable-libfdk-aac --enable-zlib --extra-cflags=-I/home/marcus
/mingw-install/include --prefix=/home/marcus/mingw-install --pkg-config
=pkg-config --disable-ffplay --disable-ffserver --extra-ldflags='-static-
libgcc -static-libstdc++ -static'
libavutil 55. 34.100 / 55. 34.100
libavcodec 57. 64.100 / 57. 64.100
libavformat 57. 56.100 / 57. 56.100
libavdevice 57. 1.100 / 57. 1.100
libavfilter 6. 65.100 / 6. 65.100
libswscale 4. 2.100 / 4. 2.100
libswresample 2. 3.100 / 2. 3.100
libpostproc 54. 1.100 / 54. 1.100
Splitting the commandline.
Reading option '-v' ... matched as option 'v' (set logging level) with
argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging
level) with argument '99'.
Reading option '-i' ... matched as input file with argument
'brazil_bradcast_sample.m2ts'.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option v (set logging level) with argument 9.
Successfully parsed a group of options.
Parsing a group of options: input file brazil_bradcast_sample.m2ts.
Successfully parsed a group of options.
Opening an input file: brazil_bradcast_sample.m2ts.
[file @ 0000000000f46960] Setting default whitelist 'file,crypto'
Probing mp3 score:1 size:2048
Probing mpegts score:50 size:2048
[mpegts @ 0000000000f46160] Format mpegts probed with size=2048 and
score=50
score: -4, dvhs_score: 43, fec_score: 0
[mpegts @ 0000000000f46160] Filter: pid=0x11 type=1
[mpegts @ 0000000000f46160] Filter: pid=0x0 type=1
[mpegts @ 0000000000f46160] tuning done
[mpegts @ 0000000000f46160] Before avformat_find_stream_info() pos: 0
bytes read:5013504 seeks:1 nb_streams:0
[mpegts @ 0000000000f46160] Skipping after seek
[mpegts @ 0000000000f46160] Filter: pid=0x114 type=0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] stream=0 stream_type=0 pid=114 prog_reg_desc=
[mpegts @ 0000000000f46160] pid=114 stream_type=0 probing
[mpegts @ 0000000000f46160] Filter: pid=0x112 type=0
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] stream=1 stream_type=0 pid=112 prog_reg_desc=
[mpegts @ 0000000000f46160] pid=112 stream_type=0 probing
[mpegts @ 0000000000f46160] Filter: pid=0x111 type=0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] stream=2 stream_type=0 pid=111 prog_reg_desc=
[mpegts @ 0000000000f46160] pid=111 stream_type=0 probing
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2500
[mpegts @ 0000000000f46160] probing stream 0 pp:2500
[mpegts @ 0000000000f46160] probing stream 1 pp:2500
[mpegts @ 0000000000f46160] Filter: pid=0x115 type=0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] stream=3 stream_type=0 pid=115 prog_reg_desc=
[mpegts @ 0000000000f46160] pid=115 stream_type=0 probing
[mpegts @ 0000000000f46160] Filter: pid=0x113 type=0
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] stream=4 stream_type=0 pid=113 prog_reg_desc=
[mpegts @ 0000000000f46160] pid=113 stream_type=0 probing
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] probing stream 1 pp:2499
Probing mp3 score:1 size:746
[mpegts @ 0000000000f46160] Probe with size=746, packets=2 detected mp3
with score=1
[mpegts @ 0000000000f46160] probing stream 0 pp:2499
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2499
[mpegts @ 0000000000f46160] probing stream 3 pp:2500
Probing mp3 score:1 size:1194
[mpegts @ 0000000000f46160] Probe with size=1194, packets=1 detected mp3
with score=1
[mpegts @ 0000000000f46160] probing stream 4 pp:2500
Probing mp3 score:1 size:1194
[mpegts @ 0000000000f46160] Probe with size=1194, packets=1 detected mp3
with score=1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2498
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2497
[mpegts @ 0000000000f46160] probing stream 0 pp:2498
Probing loas score:51 size:1150
[mpegts @ 0000000000f46160] Probe with size=1150, packets=3 detected loas
with score=51
[mpegts @ 0000000000f46160] probed stream 0
[mpegts @ 0000000000f46160] probing stream 1 pp:2498
Probing loas score:51 size:1130
Probing mp3 score:1 size:1130
[mpegts @ 0000000000f46160] Probe with size=1130, packets=3 detected loas
with score=51
[mpegts @ 0000000000f46160] probed stream 1
[mpegts @ 0000000000f46160] probing stream 3 pp:2499
Probing mp3 score:1 size:2388
[mpegts @ 0000000000f46160] Probe with size=2388, packets=2 detected mp3
with score=1
[mpegts @ 0000000000f46160] probing stream 4 pp:2499
Probing mp3 score:1 size:2388
[mpegts @ 0000000000f46160] Probe with size=2388, packets=2 detected mp3
with score=1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2496
[mpegts @ 0000000000f46160] probing stream 3 pp:2498
[mpegts @ 0000000000f46160] probing stream 4 pp:2498
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2495
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2494
[mpegts @ 0000000000f46160] probing stream 3 pp:2497
Probing loas score:51 size:4776
Probing mp3 score:1 size:4776
[mpegts @ 0000000000f46160] Probe with size=4776, packets=4 detected loas
with score=51
[mpegts @ 0000000000f46160] probed stream 3
[mpegts @ 0000000000f46160] probing stream 4 pp:2497
Probing loas score:51 size:4776
Probing mp3 score:1 size:4776
[mpegts @ 0000000000f46160] Probe with size=4776, packets=4 detected loas
with score=51
[mpegts @ 0000000000f46160] probed stream 4
[mpegts @ 0000000000f46160] Filter: pid=0x116 type=0
[mpegts @ 0000000000f46160] pid=116 pes_code=0x1bd
[mpegts @ 0000000000f46160] stream=5 stream_type=0 pid=116 prog_reg_desc=
[mpegts @ 0000000000f46160] pid=116 stream_type=0 probing
[mpegts @ 0000000000f46160] probing stream 5 pp:2500
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] probing stream 2 pp:2493
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2492
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2491
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2490
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=116 pes_code=0x1bd
[mpegts @ 0000000000f46160] probing stream 5 pp:2499
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2489
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2488
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2487
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2486
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2485
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2484
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 2 pp:2483
Probing h264 score:51 size:1063046
[mpegts @ 0000000000f46160] Probe with size=1063046, packets=18 detected
h264 with score=51
[mpegts @ 0000000000f46160] probed stream 2
[NULL @ 0000000000e03e20] sps_id 0 out of range
[NULL @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[NULL @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[aac_latm @ 0000000000e27c40] no decoder config found
[aac_latm @ 0000000000e02cc0] no decoder config found
Last message repeated 1 times
[aac_latm @ 0000000000e27c40] no decoder config found
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[aac_latm @ 0000000000e97020] no decoder config found
[aac_latm @ 0000000000e04aa0] no decoder config found
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[aac_latm @ 0000000000e27c40] no decoder config found
[aac_latm @ 0000000000e02cc0] no decoder config found
[aac_latm @ 0000000000e97020] no decoder config found
[aac_latm @ 0000000000e04aa0] no decoder config found
[aac_latm @ 0000000000e27c40] initializing latmctx
[aac_latm @ 0000000000e27c40] element type mismatch 1 != 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[aac_latm @ 0000000000e02cc0] initializing latmctx
[aac_latm @ 0000000000e02cc0] element type mismatch 1 != 0
[aac_latm @ 0000000000e97020] no decoder config found
[aac_latm @ 0000000000e04aa0] no decoder config found
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[aac_latm @ 0000000000e97020] initializing latmctx
[aac_latm @ 0000000000e97020] channel element 0.2 is not allocated
[aac_latm @ 0000000000e04aa0] initializing latmctx
[aac_latm @ 0000000000e04aa0] channel element 0.2 is not allocated
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=116 pes_code=0x1bd
[mpegts @ 0000000000f46160] probing stream 5 pp:2498
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=116 pes_code=0x1bd
[mpegts @ 0000000000f46160] probing stream 5 pp:2497
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=116 pes_code=0x1bd
[mpegts @ 0000000000f46160] probing stream 5 pp:2496
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
Last message repeated 1 times
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=116 pes_code=0x1bd
[mpegts @ 0000000000f46160] probing stream 5 pp:2495
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] probing stream 5 pp:2494
[mpegts @ 0000000000f46160] probed stream 5 failed
[mpegts @ 0000000000f46160] parser not found for codec none, packets or
times may be invalid.
[aac_latm @ 0000000000e97020] This stream seems to incorrectly report its
last channel as LFE[5], mapping to LFE[0]
[aac_latm @ 0000000000e97020] element type mismatch 3 != 0
[aac_latm @ 0000000000e97020] element type mismatch 1 != 0
Last message repeated 1 times
[aac_latm @ 0000000000e04aa0] This stream seems to incorrectly report its
last channel as LFE[5], mapping to LFE[0]
[aac_latm @ 0000000000e04aa0] element type mismatch 3 != 0
[aac_latm @ 0000000000e04aa0] element type mismatch 1 != 0
Last message repeated 1 times
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] unknown SEI type 2
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] sps_id 0 out of range
[h264 @ 0000000000e03e20] SPS unavailable in decode_picture_timing
[h264 @ 0000000000e03e20] non-existing PPS 0 referenced
[h264 @ 0000000000e03e20] decode_slice_header error
[h264 @ 0000000000e03e20] no frame!
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 7, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 3
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] unknown SEI type 2
[h264 @ 0000000000e03e20] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 0000000000e03e20] Frame num gap 35 32
[h264 @ 0000000000e03e20] Frame num gap 35 33
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] no picture
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] nal_unit_type: 9, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 8, nal_ref_idc: 3
[h264 @ 0000000000e03e20] nal_unit_type: 6, nal_ref_idc: 0
[h264 @ 0000000000e03e20] nal_unit_type: 1, nal_ref_idc: 2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
Last message repeated 1 times
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] unknown SEI type 2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] unknown SEI type 2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=116 pes_code=0x1bd
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] unknown SEI type 2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=116 pes_code=0x1bd
[mpegts @ 0000000000f46160] Non-increasing DTS in stream 5: packet 6 with
DTS 1739840220, packet 7 with DTS 1739693340
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] unknown SEI type 2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=116 pes_code=0x1bd
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[h264 @ 0000000000e03e20] unknown SEI type 2
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=116 pes_code=0x1bd
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:2
[h264 @ 0000000000e03e20] ct_type:0 pic_struct:1
[mpegts @ 0000000000f46160] Probe buffer size limit of 5000000 bytes
reached
[mpegts @ 0000000000f46160] rfps: 60.000000 0.001702
Last message repeated 1 times
[mpegts @ 0000000000f46160] rfps: 120.000000 0.006810
Last message repeated 1 times
[mpegts @ 0000000000f46160] rfps: 59.940060 0.000000
Last message repeated 1 times
[mpegts @ 0000000000f46160] Skipping after seek
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] pid=111 pes_code=0x1e0
[mpegts @ 0000000000f46160] pid=115 pes_code=0x1c3
[mpegts @ 0000000000f46160] pid=113 pes_code=0x1c1
[mpegts @ 0000000000f46160] pid=114 pes_code=0x1c2
[mpegts @ 0000000000f46160] pid=112 pes_code=0x1c0
[mpegts @ 0000000000f46160] PES packet size mismatch
Last message repeated 3 times
[mpegts @ 0000000000f46160] stream 0: start_time: 19331.236 duration:
90.027
[mpegts @ 0000000000f46160] stream 1: start_time: 19331.236 duration:
90.027
[mpegts @ 0000000000f46160] stream 2: start_time: 19331.505 duration:
90.107
[mpegts @ 0000000000f46160] stream 3: start_time: 19331.236 duration:
89.984
[mpegts @ 0000000000f46160] stream 4: start_time: 19331.236 duration:
89.984
[mpegts @ 0000000000f46160] stream 5: start_time: 19330.030 duration:
-102481911520608.625
[mpegts @ 0000000000f46160] format: start_time: 19330.030 duration: 91.582
bitrate=16075 kb/s
[mpegts @ 0000000000f46160] Could not find codec parameters for stream 5
(Unknown: none): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize'
options
[mpegts @ 0000000000f46160] After avformat_find_stream_info() pos: 0 bytes
read:10653840 seeks:3 frames:400
Input #0, mpegts, from 'brazil_bradcast_sample.m2ts':
Duration: 00:01:31.58, start: 19330.030000, bitrate: 16075 kb/s
Stream #0:0[0x114], 60, 1/90000: Audio: aac_latm (HE-AAC), 48000 Hz,
stereo, fltp
Stream #0:1[0x112], 60, 1/90000: Audio: aac_latm (HE-AAC), 48000 Hz,
stereo, fltp
Stream #0:2[0x111], 150, 1/90000: Video: h264 (High), 1 reference
frame, yuv420p(tv, bt709, top first, left), 1920x1080 (1920x1088) [SAR 1:1
DAR 16:9], 0/1, 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
Stream #0:3[0x115], 60, 1/90000: Audio: aac_latm (HE-AAC), 48000 Hz,
5.1, fltp
Stream #0:4[0x113], 60, 1/90000: Audio: aac_latm (HE-AAC), 48000 Hz,
5.1, fltp
Stream #0:5[0x116], 10, 1/90000: Unknown: none
Successfully opened the file.
At least one output file must be specified
[AVIOContext @ 0000000000e0ace0] Statistics: 10653840 bytes read, 3 seeks
--
Ticket URL: <https://trac.ffmpeg.org/ticket/5944>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
3
#8529: the ssim_c1 has bug in vf_ssim.c
-------------------------------------+-------------------------------------
Reporter: wangwei1237 | Type: defect
Status: new | Priority: important
Component: avfilter | Version: git-
| master
Keywords: ssim_c1 | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
I'm learning the SSIM, and I find FFMpeg provides this capability in the
vf_ssim.c and tiny_ssim.c. I analyzed the code of the tiny_ssim.c and find
a bug for the define of the '''ssim_c1''' variable in the
ssim_end1() function.
I recalculate the mathematical formula of SSIM according to the algorithm
of tiny_ssim, and get the following formula:
SSIM(x,y)=((2*s1*s2+64*64*C1)(2*(64*s12-s1*s2)+64*63*C2))/((s1*s1+s2*s2+64*64*C1)(64*ss-s1*s1-s2*s2+64*63*C2))
Thus the ssim_c1 shoule be (.01*.01*PIXEL_MAX*PIXEL_MAX*64'''*64''' + .5)
instead of ssim_c1 = (int)(.01*.01*PIXEL_MAX*PIXEL_MAX*64 + .5).
How to reproduce:
{{{
static const int ssim_c1 = (int)(.01*.01*PIXEL_MAX*PIXEL_MAX*64*64 + .5);
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8529>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
8
#5288: FFmpeg -progress url Isn't working
------------------------------------+--------------------------------------
Reporter: BlackDream | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+--------------------------------------
According to documentation:
''-progress url (global)
Send program-friendly progress information to url.
Progress information is written approximately every second and at the
end of the encoding process. It is made of "key=value" lines. key consists
of only alphanumeric characters. The last key of a sequence of progress
information is always "progress".''
'''However, ffmpeg does NOT post the data every 1 second, but ONLY one
time at the end of the encoding process.'''
If instead of URL, we specify a local file, it is working without any
problem.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/5288>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
10
13 Aug '24
#7973: Provide info about default qualitiy for each codec
-------------------------------------+-------------------------------------
Reporter: UlfZibis | Type: defect
Status: new | Priority: normal
Component: | Version:
documentation | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
The default value for option -q is missing, at least for encoder=libx264.
How to reproduce:
- search on https://ffmpeg.org/ffmpeg-codecs.html
- additionally try:
{{{
% ffmpeg -h encoder=libx264
ffmpeg version 4.1.3
built on gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516
}}}
From the output of using this encoder, I can see, it seems to be 28.0, but
this is nowhere documented.
IMHO on https://ffmpeg.org/ffmpeg-codecs.html it should be possible to
easily find for each codec:
1. the default quality
2. which option to use to change it (here -q)
Additionally `ffmpeg -h encoder=blafoo` should give this info.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7973>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
3
#7768(undetermined:new): ffmpeg does not handle HTTP read errors (e.g. from cloud storage)
by FFmpeg 09 Aug '24
by FFmpeg 09 Aug '24
09 Aug '24
#7768: ffmpeg does not handle HTTP read errors (e.g. from cloud storage)
-------------------------------------+-------------------------------------
Reporter: dprestegard | Type:
| enhancement
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: http | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
When reading large source files via https (e.g. a signed URL on AWS S3 or
similar object storage), ffmpeg does not handle HTTP errors gracefully.
Errors are occasionally expected when using services like S3, and it's
expected that the application handle them via a retry mechanism.
ffmpeg seems to interpret an error as the end of the input file. In other
words, if an error is encountered it simply stops encoding and finishes
writing the output. This means the output file will be truncated.
Ideally ffmpeg would be able to retry when hitting errors. This would
enable reliable processing of large files in cloud storage systems without
implementing a "split and stitch" or "chunked encoding" methodology.
Although these approaches are feasible and widely used, they have some
impact to quality and complexity.
How to reproduce:
Perform any transcode of a large (100 GB +) file via S3 signed URL. It
will most likely produce a truncated output.
Patches should be submitted to the ffmpeg-devel mailing list and not this
bug tracker.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7768>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
5
#8338: can't copy GoPro metadata
-------------------------------------+-------------------------------------
Reporter: importon | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: metadata, | Blocked By:
gopro |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug: I'm trying to swap out the video track of a GoPro mp4
file (0.mp4) with another (1.mp4) while keeping all the GPMF metadata in
the 1st GoPro file. It results in error message "[mp4 @ 000002a357fdef40]
Could not find tag for codec none in stream #2, codec not currently
supported in container Could not write header for output file #0
(incorrect codec parameters ?): Invalid argument Stream mapping: Stream
#0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Stream #0:2 -> #0:2 (copy)
Stream #0:3 -> #0:3 (copy) Stream #0:4 -> #0:4 (copy)"
How to reproduce:
{{{
ffmpeg -i 0.MP4 -i 1.mp4 -map_metadata 0 -map 0 -movflags
use_metadata_tags -c copy -copy_unknown GHO10772mux.MP4
}}}
Patches should be submitted to the ffmpeg-devel mailing list and not this
bug tracker.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8338>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
25
05 Aug '24
#8063: `-vsync cfr` tends to duplicate the wrong frames
-------------------------------------+-------------------------------------
Reporter: gdgsdg123 | Type: defect
Status: new | Priority: normal
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
With a VFR input, `-vsync cfr` may alter the playback experience by
duplicating the wrong frames. (appeared to be... exactly 1 frame later)
[[BR]]
[[BR]]
Simple illustration of the problem:
(each number represents a frame of unique content)
`-vsync vfr` (expressed in CFR manner):
{{{
1 1 2 2 3
}}}
`-vsync cfr`:
{{{
1 2 2 3 3
}}}
[[BR]]
Note:
The above happened in MP4, MKV container, failed to reproduce (seemed
working correctly) in AVI container. (tested x264, and appeared to be
codec dependent... as with magicyuv it happens in AVI also, and more
severe: broken frames ^(part of the duplicated frames have incorrect
color)^)
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8063>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
18
#7748(ffmpeg:new): Encode to H.264 4:2:2 10 Bit doesn't work in mov container output
by FFmpeg 31 Jul '24
by FFmpeg 31 Jul '24
31 Jul '24
#7748: Encode to H.264 4:2:2 10 Bit doesn't work in mov container output
-------------------------------------+-------------------------------------
Reporter: swpleipzig | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: 4.1
Keywords: 10 Bit | Blocked By:
4:2:2 MOV Quicktime |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
When encoding using libx264 in 4:2:2 10 Bit (Pixformat yuv422p10le) you
can create for example MP4 or TS output with no problem. But output to MOV
creates a Quicktime Movie that is flagged as AVC-Intra (CodecID ai12) and
doesn't play properly, because it is H.264 internally of course.
But we need that MOV-Container because its the only format that supports
uncompressed audio streams.
At first we thougt Quicktime-MOVs dont support yuv422p10le - but for
example the Panasonic GH5 camera writes exactly that format and it works
with different editing systems.
Additionaly we tried to pipe the yuv422p10le-MP4 through ffmbc (just copy
video and audio) and let ffmbc create a MOV out of that. That works too.
So should ffmpeg be able to create that kind of MOV too?
How to reproduce:
ffmpeg.exe -i source.mov -c:v libx264 -crf 18 -pix_fmt yuv422p10le -preset
medium -tune film -level 41 -keyint_min 25 -g 50 -qmin 3 -qmax 51 -qdiff 4
-sn -n output.MOV
This creates that strange AVC-Intra MOV.
When changing File-Extension to MP4 or TS everything is fine.
ffmpeg version N-93075-gb429c86d84
built with gcc 8.2.1 (GCC) 20181201
but we tried even the 4.1.1 Release with same problem.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7748>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
1
2