Opened 8 years ago

Last modified 8 years ago

#5796 new defect

ffmpeg recognises but does not process subtitle stream

Reported by: keynet Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: dvbsub mpegts
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

MPEGTS stream recorded from TV by current VDR (2.2)
Trying to transcode to H264, but same happens if just doing a simple stream copy of all streams
How to reproduce:

ffmpeg -v 9 -loglevel 99 -i sample.ts -c:s copy -c:v copy -c:a copy -map 0 out.ts

ffmpeg version 3.0.2-80.1 (SLES11 from Packman) built on 31 May 2016

ffmpeg reports:
video:3675kB audio:995kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 10.355034% (complete log attached)

There are a number of DVB subtitles present in this sample of the recording, none appear in the output stream. Muxer reports 12 subs packets of 168 bytes total, much smaller than they should actually be.

5M sample attached under this ticket#

Stream plays with correct subtitles in VLC and MPC-HC, but not in ffplay or Kodi. This is an unusual issue as hundreds of files have been processed correctly, this is the 0.1% that strangely fails

Attachments (5)

Ticket 5796 log.txt (36.0 KB ) - added by keynet 8 years ago.
Log file
Ticket 5796 sample.ts (2.0 MB ) - added by keynet 8 years ago.
Sample video
sample.ts (2.4 MB ) - added by keynet 8 years ago.
Sample with same problem, broadcast by Film4 2016-04-26
sample.2.ts (2.4 MB ) - added by keynet 8 years ago.
Sample with same problem, broadcast by Film4 2016-04-25
sample.3.ts (2.4 MB ) - added by keynet 8 years ago.
Sample with same problem, broadcast by Film4 2016-04-26

Change History (7)

by keynet, 8 years ago

Attachment: Ticket 5796 log.txt added

Log file

by keynet, 8 years ago

Attachment: Ticket 5796 sample.ts added

Sample video

comment:1 by keynet, 8 years ago

Sample and log actually 2M due to TRAC limit

comment:2 by Carl Eugen Hoyos, 8 years ago

Keywords: mpegts added
Reproduced by developer: set
Version: unspecifiedgit-master

Please remember to always test current FFmpeg git head before reporting issues.

by keynet, 8 years ago

Attachment: sample.ts added

Sample with same problem, broadcast by Film4 2016-04-26

by keynet, 8 years ago

Attachment: sample.2.ts added

Sample with same problem, broadcast by Film4 2016-04-25

by keynet, 8 years ago

Attachment: sample.3.ts added

Sample with same problem, broadcast by Film4 2016-04-26

Note: See TracTickets for help on using tickets.