Opened 11 years ago

Closed 7 years ago

#2208 closed enhancement (fixed)

Unable to extract PGS subtitles (*.sup) from Bluray m2ts

Reported by: Alex Kei Owned by:
Priority: wish Component: avformat
Version: git-master Keywords: pgssub sup
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

Summary of the bug:

I'm trying to demux bluray disk (m2ts video file) into separate streams and I can't make ffmpeg extract PGS subtitles (*.SUP), it outputs "Unable to find a suitable output format for sup". However eac3to successfully extracts subtitles.

Versions I tested:

  • latest c46943e x64 and x32 26-Jan-2013
  • ffmpeg-20120601-git-8a0efa9-win32-static.7z 31-May-2012
  • ffmpeg-git-4e7b3ef-win32-static.7z 16-Nov-2011
  • ffmpeg-git-4e7b3ef-win32-static.7z 16-Nov-2011
  • ffmpeg-git-9c2651a-win32-static.7z 23-Jul-2011
  • ffmpeg-git-69aab68-32-bit-static.7z 09-May-2011
  • ffmpeg-git-1aeb88b-win32-static.7z 09-May-2011

OS: Win7 x64.

Increasing analyzeduration/probesize doesn't help.

File itself (197 Mb): http://dl.dropbox.com/u/13667533/00038.m2ts

My forum topic on the issue: http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=940&e=0
I found irc log with discussion on the same problem: http://lists.ffmpeg.org/pipermail/ffmpeg-devel-irc/2012-December/001088.html

How to reproduce:

$ ffmpeg.exe -v 9 -loglevel 99 -analyzeduration 999999999 -probesize 999999999 -i 00038.m2ts -c:s copy -map 0:5 "track_05 - Subtitles.sup"

ffmpeg version N-49352-gc46943e Copyright (c) 2000-2013 the FFmpeg developers
  built on Jan 26 2013 12:12:14 with gcc 4.7.2 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  libavutil      52. 17.100 / 52. 17.100
  libavcodec     54. 91.100 / 54. 91.100
  libavformat    54. 61.104 / 54. 61.104
  libavdevice    54.  3.102 / 54.  3.102
  libavfilter     3. 34.101 /  3. 34.101
  libswscale      2.  2.100 /  2.  2.100
  libswresample   0. 17.102 /  0. 17.102
  libpostproc    52.  2.100 / 52.  2.100
Splitting the commandline.
Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument '9'.
Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument '99'.
Reading option '-analyzeduration' ... matched as AVOption 'analyzeduration' with argument '999999999'.
Reading option '-probesize' ... matched as AVOption 'probesize' with argument '999999999'.
Reading option '-i' ... matched as input file with argument '00038.m2ts'.
Reading option '-c:s' ... matched as option 'c' (codec name) with argument 'copy'.
Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:5'.
Reading option 'track_05 - Subtitles.sup' ... matched as output file.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option v (set libav* logging level) with argument 9.
Successfully parsed a group of options.
Parsing a group of options: input file 00038.m2ts.
Successfully parsed a group of options.
Opening an input file: 00038.m2ts.
[mpegts @ 00000000020de620] Format mpegts probed with size=2048 and score=100
[mpegts @ 00000000020de620] stream=0 stream_type=1b pid=1011 prog_reg_desc=HDMV
[mpegts @ 00000000020de620] stream=1 stream_type=83 pid=1100 prog_reg_desc=HDMV
[mpegts @ 00000000020de620] stream=3 stream_type=81 pid=1101 prog_reg_desc=HDMV
[mpegts @ 00000000020de620] stream=4 stream_type=81 pid=1102 prog_reg_desc=HDMV
[mpegts @ 00000000020de620] stream=5 stream_type=90 pid=1200 prog_reg_desc=HDMV
[mpegts @ 00000000020de620] stream=6 stream_type=90 pid=1201 prog_reg_desc=HDMV
[mpegts @ 00000000020de620] stream=7 stream_type=90 pid=1202 prog_reg_desc=HDMV
[mpegts @ 00000000020de620] stream=8 stream_type=90 pid=1203 prog_reg_desc=HDMV
[mpegts @ 00000000020de620] File position before avformat_find_stream_info() is 0
[mpegts @ 00000000020de620] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid.
    Last message repeated 3 times
[h264 @ 0000000002147fe0] no picture
[mpegts @ 00000000020de620] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid.
[mpegts @ 00000000020de620] Non-increasing DTS in stream 5: packet 2 with DTS 1132818, packet 3 with DTS 1132818
[mpegts @ 00000000020de620] Non-increasing DTS in stream 5: packet 4 with DTS 1142401, packet 5 with DTS 1142401
[mpegts @ 00000000020de620] Non-increasing DTS in stream 5: packet 5 with DTS 1142401, packet 6 with DTS 1142401
[mpegts @ 00000000020de620] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid.
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 2 with DTS 1297706, packet 3 with DTS 1297706
[mpegts @ 00000000020de620] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid.
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 2 with DTS 1297706, packet 3 with DTS 1297706
[mpegts @ 00000000020de620] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid.
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 2 with DTS 1308959, packet 3 with DTS 1308959
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 5 with DTS 1656389, packet 6 with DTS 1656389
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 6 with DTS 1656389, packet 7 with DTS 1656389
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 5 with DTS 1656389, packet 6 with DTS 1656389
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 6 with DTS 1656389, packet 7 with DTS 1656389
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 8 with DTS 1658107, packet 9 with DTS 1658107
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 9 with DTS 1658107, packet 10 with DTS 1658107
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 10 with DTS 1658107, packet 11 with DTS 1658107
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 8 with DTS 1658107, packet 9 with DTS 1658107
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 9 with DTS 1658107, packet 10 with DTS 1658107
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 10 with DTS 1658107, packet 11 with DTS 1658107
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 5 with DTS 1663889, packet 6 with DTS 1663889
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 6 with DTS 1663889, packet 7 with DTS 1663889
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 8 with DTS 1665697, packet 9 with DTS 1665697
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 9 with DTS 1665697, packet 10 with DTS 1665697
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 10 with DTS 1665697, packet 11 with DTS 1665697
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 13 with DTS 1791565, packet 14 with DTS 1791565
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 14 with DTS 1791565, packet 15 with DTS 1791565
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 13 with DTS 1791565, packet 14 with DTS 1791565
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 14 with DTS 1791565, packet 15 with DTS 1791565
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 13 with DTS 1799156, packet 14 with DTS 1799156
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 14 with DTS 1799156, packet 15 with DTS 1799156
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 16 with DTS 1886956, packet 17 with DTS 1886956
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 17 with DTS 1886956, packet 18 with DTS 1886956
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 18 with DTS 1886956, packet 19 with DTS 1886956
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 16 with DTS 1886959, packet 17 with DTS 1886959
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 17 with DTS 1886959, packet 18 with DTS 1886959
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 18 with DTS 1886959, packet 19 with DTS 1886959
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 16 with DTS 1894569, packet 17 with DTS 1894569
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 17 with DTS 1894569, packet 18 with DTS 1894569
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 18 with DTS 1894569, packet 19 with DTS 1894569
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 21 with DTS 2189334, packet 22 with DTS 2189334
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 22 with DTS 2189334, packet 23 with DTS 2189334
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 21 with DTS 2189337, packet 22 with DTS 2189337
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 22 with DTS 2189337, packet 23 with DTS 2189337
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 24 with DTS 2191246, packet 25 with DTS 2191246
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 25 with DTS 2191246, packet 26 with DTS 2191246
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 26 with DTS 2191246, packet 27 with DTS 2191246
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 24 with DTS 2191246, packet 25 with DTS 2191246
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 25 with DTS 2191246, packet 26 with DTS 2191246
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 26 with DTS 2191246, packet 27 with DTS 2191246
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 21 with DTS 2196946, packet 22 with DTS 2196946
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 22 with DTS 2196946, packet 23 with DTS 2196946
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 24 with DTS 2198783, packet 25 with DTS 2198783
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 25 with DTS 2198783, packet 26 with DTS 2198783
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 26 with DTS 2198783, packet 27 with DTS 2198783
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 29 with DTS 2399780, packet 30 with DTS 2399780
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 30 with DTS 2399780, packet 31 with DTS 2399780
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 29 with DTS 2399780, packet 30 with DTS 2399780
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 30 with DTS 2399780, packet 31 with DTS 2399780
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 32 with DTS 2401276, packet 33 with DTS 2401276
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 33 with DTS 2401276, packet 34 with DTS 2401276
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 34 with DTS 2401276, packet 35 with DTS 2401276
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 32 with DTS 2401276, packet 33 with DTS 2401276
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 33 with DTS 2401276, packet 34 with DTS 2401276
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 34 with DTS 2401276, packet 35 with DTS 2401276
[mpegts @ 00000000020de620] DTS discontinuity in stream 8: packet 28 with DTS 2198982, packet 29 with DTS 2407316
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 29 with DTS 2407316, packet 30 with DTS 2407316
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 30 with DTS 2407316, packet 31 with DTS 2407316
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 32 with DTS 2412617, packet 33 with DTS 2412617
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 33 with DTS 2412617, packet 34 with DTS 2412617
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 34 with DTS 2412617, packet 35 with DTS 2412617
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 37 with DTS 2628578, packet 38 with DTS 2628578
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 38 with DTS 2628578, packet 39 with DTS 2628578
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 37 with DTS 2628578, packet 38 with DTS 2628578
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 38 with DTS 2628578, packet 39 with DTS 2628578
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 40 with DTS 2630224, packet 41 with DTS 2630224
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 41 with DTS 2630224, packet 42 with DTS 2630224
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 42 with DTS 2630224, packet 43 with DTS 2630224
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 40 with DTS 2630224, packet 41 with DTS 2630224
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 41 with DTS 2630224, packet 42 with DTS 2630224
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 42 with DTS 2630224, packet 43 with DTS 2630224
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 37 with DTS 2632412, packet 38 with DTS 2632412
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 38 with DTS 2632412, packet 39 with DTS 2632412
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 40 with DTS 2637715, packet 41 with DTS 2637715
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 41 with DTS 2637715, packet 42 with DTS 2637715
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 42 with DTS 2637715, packet 43 with DTS 2637715
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 45 with DTS 3086505, packet 46 with DTS 3086505
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 46 with DTS 3086505, packet 47 with DTS 3086505
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 45 with DTS 3086505, packet 46 with DTS 3086505
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 46 with DTS 3086505, packet 47 with DTS 3086505
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 48 with DTS 3088259, packet 49 with DTS 3088259
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 49 with DTS 3088259, packet 50 with DTS 3088259
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 50 with DTS 3088259, packet 51 with DTS 3088259
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 48 with DTS 3088259, packet 49 with DTS 3088259
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 49 with DTS 3088259, packet 50 with DTS 3088259
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 50 with DTS 3088259, packet 51 with DTS 3088259
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 45 with DTS 3090243, packet 46 with DTS 3090243
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 46 with DTS 3090243, packet 47 with DTS 3090243
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 48 with DTS 3092001, packet 49 with DTS 3092001
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 49 with DTS 3092001, packet 50 with DTS 3092001
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 50 with DTS 3092001, packet 51 with DTS 3092001
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 53 with DTS 3345592, packet 54 with DTS 3345592
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 54 with DTS 3345592, packet 55 with DTS 3345592
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 53 with DTS 3345592, packet 54 with DTS 3345592
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 54 with DTS 3345592, packet 55 with DTS 3345592
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 56 with DTS 3347423, packet 57 with DTS 3347423
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 57 with DTS 3347423, packet 58 with DTS 3347423
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 58 with DTS 3347423, packet 59 with DTS 3347423
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 56 with DTS 3347423, packet 57 with DTS 3347423
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 57 with DTS 3347423, packet 58 with DTS 3347423
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 58 with DTS 3347423, packet 59 with DTS 3347423
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 53 with DTS 3353087, packet 54 with DTS 3353087
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 54 with DTS 3353087, packet 55 with DTS 3353087
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 56 with DTS 3354895, packet 57 with DTS 3354895
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 57 with DTS 3354895, packet 58 with DTS 3354895
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 58 with DTS 3354895, packet 59 with DTS 3354895
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 61 with DTS 3465867, packet 62 with DTS 3465867
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 62 with DTS 3465867, packet 63 with DTS 3465867
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 61 with DTS 3465867, packet 62 with DTS 3465867
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 62 with DTS 3465867, packet 63 with DTS 3465867
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 64 with DTS 3467569, packet 65 with DTS 3467569
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 65 with DTS 3467569, packet 66 with DTS 3467569
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 66 with DTS 3467569, packet 67 with DTS 3467569
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 64 with DTS 3467569, packet 65 with DTS 3467569
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 65 with DTS 3467569, packet 66 with DTS 3467569
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 66 with DTS 3467569, packet 67 with DTS 3467569
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 61 with DTS 3473338, packet 62 with DTS 3473338
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 62 with DTS 3473338, packet 63 with DTS 3473338
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 64 with DTS 3478832, packet 65 with DTS 3478832
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 65 with DTS 3478832, packet 66 with DTS 3478832
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 66 with DTS 3478832, packet 67 with DTS 3478832
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 69 with DTS 3567244, packet 70 with DTS 3567244
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 70 with DTS 3567244, packet 71 with DTS 3567244
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 69 with DTS 3567244, packet 70 with DTS 3567244
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 70 with DTS 3567244, packet 71 with DTS 3567244
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 72 with DTS 3568705, packet 73 with DTS 3568705
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 73 with DTS 3568705, packet 74 with DTS 3568705
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 74 with DTS 3568705, packet 75 with DTS 3568705
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 72 with DTS 3568705, packet 73 with DTS 3568705
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 73 with DTS 3568705, packet 74 with DTS 3568705
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 74 with DTS 3568705, packet 75 with DTS 3568705
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 69 with DTS 3578507, packet 70 with DTS 3578507
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 70 with DTS 3578507, packet 71 with DTS 3578507
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 72 with DTS 3580127, packet 73 with DTS 3580127
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 73 with DTS 3580127, packet 74 with DTS 3580127
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 74 with DTS 3580127, packet 75 with DTS 3580127
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 77 with DTS 3972434, packet 78 with DTS 3972434
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 78 with DTS 3972434, packet 79 with DTS 3972434
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 77 with DTS 3972434, packet 78 with DTS 3972434
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 78 with DTS 3972434, packet 79 with DTS 3972434
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 80 with DTS 3974265, packet 81 with DTS 3974265
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 81 with DTS 3974265, packet 82 with DTS 3974265
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 82 with DTS 3974265, packet 83 with DTS 3974265
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 80 with DTS 3974265, packet 81 with DTS 3974265
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 81 with DTS 3974265, packet 82 with DTS 3974265
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 82 with DTS 3974265, packet 83 with DTS 3974265
[mpegts @ 00000000020de620] DTS discontinuity in stream 8: packet 76 with DTS 3580399, packet 77 with DTS 3976348
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 77 with DTS 3976348, packet 78 with DTS 3976348
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 78 with DTS 3976348, packet 79 with DTS 3976348
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 80 with DTS 3978092, packet 81 with DTS 3978092
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 81 with DTS 3978092, packet 82 with DTS 3978092
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 82 with DTS 3978092, packet 83 with DTS 3978092
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 85 with DTS 4201568, packet 86 with DTS 4201568
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 86 with DTS 4201568, packet 87 with DTS 4201568
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 85 with DTS 4201568, packet 86 with DTS 4201568
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 86 with DTS 4201568, packet 87 with DTS 4201568
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 88 with DTS 4203143, packet 89 with DTS 4203143
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 89 with DTS 4203143, packet 90 with DTS 4203143
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 90 with DTS 4203143, packet 91 with DTS 4203143
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 88 with DTS 4203143, packet 89 with DTS 4203143
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 89 with DTS 4203143, packet 90 with DTS 4203143
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 90 with DTS 4203143, packet 91 with DTS 4203143
[mpegts @ 00000000020de620] DTS discontinuity in stream 8: packet 84 with DTS 3978227, packet 85 with DTS 4209148
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 85 with DTS 4209148, packet 86 with DTS 4209148
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 86 with DTS 4209148, packet 87 with DTS 4209148
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 88 with DTS 4214478, packet 89 with DTS 4214478
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 89 with DTS 4214478, packet 90 with DTS 4214478
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 90 with DTS 4214478, packet 91 with DTS 4214478
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 93 with DTS 4520535, packet 94 with DTS 4520535
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 94 with DTS 4520535, packet 95 with DTS 4520535
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 93 with DTS 4520535, packet 94 with DTS 4520535
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 94 with DTS 4520535, packet 95 with DTS 4520535
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 96 with DTS 4522126, packet 97 with DTS 4522126
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 97 with DTS 4522126, packet 98 with DTS 4522126
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 98 with DTS 4522126, packet 99 with DTS 4522126
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 96 with DTS 4522172, packet 97 with DTS 4522172
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 97 with DTS 4522172, packet 98 with DTS 4522172
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 98 with DTS 4522172, packet 99 with DTS 4522172
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 93 with DTS 4524363, packet 94 with DTS 4524363
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 94 with DTS 4524363, packet 95 with DTS 4524363
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 96 with DTS 4529803, packet 97 with DTS 4529803
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 97 with DTS 4529803, packet 98 with DTS 4529803
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 98 with DTS 4529803, packet 99 with DTS 4529803
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 101 with DTS 4813242, packet 102 with DTS 4813242
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 102 with DTS 4813242, packet 103 with DTS 4813242
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 101 with DTS 4813288, packet 102 with DTS 4813288
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 102 with DTS 4813288, packet 103 with DTS 4813288
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 104 with DTS 4815132, packet 105 with DTS 4815132
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 105 with DTS 4815132, packet 106 with DTS 4815132
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 106 with DTS 4815132, packet 107 with DTS 4815132
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 104 with DTS 4815132, packet 105 with DTS 4815132
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 105 with DTS 4815132, packet 106 with DTS 4815132
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 106 with DTS 4815132, packet 107 with DTS 4815132
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 101 with DTS 4817166, packet 102 with DTS 4817166
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 102 with DTS 4817166, packet 103 with DTS 4817166
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 104 with DTS 4818900, packet 105 with DTS 4818900
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 105 with DTS 4818900, packet 106 with DTS 4818900
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 106 with DTS 4818900, packet 107 with DTS 4818900
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 109 with DTS 4933576, packet 110 with DTS 4933576
[mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 110 with DTS 4933576, packet 111 with DTS 4933576
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 109 with DTS 4933576, packet 110 with DTS 4933576
[mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 110 with DTS 4933576, packet 111 with DTS 4933576
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 109 with DTS 4941097, packet 110 with DTS 4941097
[mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 110 with DTS 4941097, packet 111 with DTS 4941097
rfps: 23.976024 0.000000
    Last message repeated 1 times
rfps: 47.952048 0.000000
    Last message repeated 1 times
[mpegts @ 00000000020de620] File position after avformat_find_stream_info() is 0
Input #0, mpegts, from '00038.m2ts':
  Duration: 00:00:43.92, start: 11.608967, bitrate: 35134 kb/s
  Program 1
    Stream #0:0[0x1011], 1052, 1/90000: Video: h264 (High) (HDMV / 0x564D4448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 1001/48000, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc
    Stream #0:1[0x1100], 52653, 1/90000: Audio: truehd (AC-3 / 0x332D4341), 48000 Hz, 7.1, s32
    Stream #0:2[0x1100], 1372, 1/90000: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s
    Stream #0:3[0x1101], 1372, 1/90000: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 320 kb/s
    Stream #0:4[0x1102], 1372, 1/90000: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 320 kb/s
    Stream #0:5[0x1200], 7, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:6[0x1201], 112, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:7[0x1202], 112, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
    Stream #0:8[0x1203], 112, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
Successfully opened the file.
Parsing a group of options: output file track_05 - Subtitles.sup.
Applying option c:s (codec name) with argument copy.
Applying option map (set input stream mapping) with argument 0:5.
Successfully parsed a group of options.
Opening an output file: track_05 - Subtitles.sup.
[NULL @ 00000000052d0a80] Unable to find a suitable output format for 'track_05 - Subtitles.sup'
track_05 - Subtitles.sup: Invalid argument
[AVIOContext @ 000000000215cc40] Statistics: 193128592 bytes read, 2 seeks

Attachments (4)

track_05 - Subtitle.sup (140 bytes ) - added by Alex Kei 11 years ago.
track_06 - Subtitle.sup (379.3 KB ) - added by Alex Kei 11 years ago.
track_07 - Subtitle.sup (400.1 KB ) - added by Alex Kei 11 years ago.
track_08 - Subtitle.sup (326.3 KB ) - added by Alex Kei 11 years ago.

Download all attachments as: .zip

Change History (11)

comment:1 by Carl Eugen Hoyos, 11 years ago

Component: FFmpegavformat
Keywords: pgssub added
Priority: normalwish
Type: defectenhancement
Version: unspecifiedgit-master

Are you sure that the sample you provided contains any visible subtitles?

comment:2 by Alex Kei, 11 years ago

Replying to cehoyos:

Are you sure that the sample you provided contains any visible subtitles?

Track 5 does not, but 6, 7 and 8 do contain.
Other files from the same bluray fails even when there are only visible subtitles, so I don't think it matters.

Last edited 11 years ago by Alex Kei (previous) (diff)

comment:3 by Carl Eugen Hoyos, 11 years ago

Thank you, I had only tried track 5!

Could you provide the sup file(s) as created by eac3to for the given sample?
(Is there one file for each track or one file including all visible tracks?)

by Alex Kei, 11 years ago

Attachment: track_05 - Subtitle.sup added

by Alex Kei, 11 years ago

Attachment: track_06 - Subtitle.sup added

by Alex Kei, 11 years ago

Attachment: track_07 - Subtitle.sup added

by Alex Kei, 11 years ago

Attachment: track_08 - Subtitle.sup added

comment:4 by Carl Eugen Hoyos, 11 years ago

Reproduced by developer: set
Status: newopen

comment:5 by Alex Kei, 11 years ago

I added four sup files created by eac3to.

comment:6 by Carl Eugen Hoyos, 11 years ago

Keywords: sup added

comment:7 by Elon Musk, 7 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.