New submission from Henk Schoneveld <belca...@zonnet.nl>:

ffmpegn -y -ss 00:15:00 -vframes 28300 -i /md/dvbswithsrt2mkvproblem.mpg -acodec
libfaac -ab 128k -ar 48000 -ac 6 -vcodec libx264 -threads 0 -b 1672k
-deinterlace -flags +loop -coder 1 -refs 2 -deblockalpha 0 -deblockbeta 0 
-partitions +parti4x4+partp8x8+parti8x8+partb8x8 -me_method umh -subq 4
-me_range 16 -flags2 +dct8x8+mixed_refs -cmp +chroma -bf 0 -b_strategy 1 -g 250
-keyint_min 25 -sc_threshold 40 -qmin 22 -qmax 25 -s 720x576 -f matroska
streamffmpegn.mkv
FFmpeg version SVN-r23639, Copyright (c) 2000-2010 the FFmpeg developers
  built on Jun 17 2010 13:50:29 with gcc 4.2.3 (4.2.3-6mnb2)
  configuration: --prefix=/usr --enable-libx264 --enable-libxvid --enable-gpl
--enable-libfaac --enable-libmp3lame --enable-pthreads --disable-ffserver
--enable-libfaad --enable-ffplay --as=yasm --enable-nonfree
  libavutil     50.19. 0 / 50.19. 0
  libavcodec    52.76. 0 / 52.76. 0
  libavformat   52.68. 0 / 52.68. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter    1.20. 0 /  1.20. 0
  libswscale     0.11. 0 /  0.11. 0
[mp3 @ 0x948a340]Header missing
[mpegts @ 0x9485510]max_analyze_duration reached
[NULL @ 0x948b360]start time is not set in av_estimate_timings_from_pts
[NULL @ 0x948baf0]start time is not set in av_estimate_timings_from_pts
[NULL @ 0x948c280]start time is not set in av_estimate_timings_from_pts
[NULL @ 0x948ca10]start time is not set in av_estimate_timings_from_pts
[NULL @ 0x948d1a0]start time is not set in av_estimate_timings_from_pts
[NULL @ 0x948d930]start time is not set in av_estimate_timings_from_pts
[NULL @ 0x948e0c0]start time is not set in av_estimate_timings_from_pts
Input #0, mpegts, from '/spvfs/tv/5011_20100619132800.mpg':
  Duration: 00:52:07.55, start: 2236.788333, bitrate: 5318 kb/s
  Program 1 
    Stream #0.0[0x205]: Video: mpeg2video, yuv420p, 704x576 [PAR 16:11 DAR
16:9], 10000 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x58](dut): Audio: mp2, 48000 Hz, 2 channels, s16, 192 kb/s
    Stream #0.2[0x22](dut): Subtitle: [6][0][0][0] / 0x0006
    Stream #0.3[0xd0]: Data: [192][0][0][0] / 0x00C0
    Stream #0.4[0xfa]: Data: [193][0][0][0] / 0x00C1
    Stream #0.5[0xe0]: Data: [192][0][0][0] / 0x00C0
    Stream #0.6[0xe2]: Data: [193][0][0][0] / 0x00C1
    Stream #0.7[0xe3]: Data: [193][0][0][0] / 0x00C1
    Stream #0.8[0xe4]: Data: [193][0][0][0] / 0x00C1
    Stream #0.9[0xe5]: Data: [193][0][0][0] / 0x00C1
[scale @ 0x94bd430]w:704 h:576 fmt:yuv420p -> w:720 h:576 fmt:yuv420p
flags:0xc0000004
[libx264 @ 0x9489040]using SAR=64/45
[libx264 @ 0x9489040]using cpu capabilities: MMX2 SSE2Slow SlowCTZ
[libx264 @ 0x9489040]profile High, level 3.0
[libx264 @ 0x9489040]264 - core 98 r1649 20cbe10 - H.264/MPEG-4 AVC codec -
Copyleft 2003-2010 - http://www.videolan.org/x264.html - options: cabac=1 ref=2
deblock=1:0:0 analyse=0x3:0x113 me=umh subme=4 psy=1 psy_rd=0.00:0.00
mixed_ref=1 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11
fast_pskip=1 chroma_qp_offset=0 threads=3 sliced_threads=0 nr=0 decimate=1
interlaced=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25
scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=1672
ratetol=2.4 qcomp=0.50 qpmin=22 qpmax=25 qpstep=3 ip_ratio=1.25 aq=1:1.00
Output #0, matroska, to 'streamffmpegn.mkv':
    Stream #0.0: Video: libx264, yuv420p, 720x576 [PAR 64:45 DAR 16:9], q=22-25,
1672 kb/s, 90k tbn, 25 tbc
    Stream #0.1(dut): Audio: libfaac, 48000 Hz, 6 channels, s16, 128 kb/s
    Stream #0.2(dut): Subtitle: [0][0][0][0] / 0x0000
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
  Stream #0.2 -> #0.2
Encoder (codec id 0) not found for output stream #0.2

An older version SVN-r17923, doesn't detect anything but audio and video, so
there isn't a problem
File 'dvbswithsrt2mkvproblem.mpg' not attached - you can download it from 
https://roundup.ffmpeg.org/file954.

----------
files: dvbswithsrt2mkvproblem.mpg
messages: 10939
priority: normal
status: new
substatus: new
title: Encoding dvb-s streams which contain dvbsubs or subtitle text streams 
fail to encode to mpegts or matroska container, mp4 works
type: bug

________________________________________________
FFmpeg issue tracker <iss...@roundup.ffmpeg.org>
<https://roundup.ffmpeg.org/issue2035>
________________________________________________

Reply via email to