[FFmpeg-trac] #2024(undetermined:new): Reencoding dvbsub fails

FFmpeg trac at avcodec.org
Sat Jan 5 15:44:04 CET 2013


#2024: Reencoding dvbsub fails
-------------------------------------+-------------------------------------
             Reporter:  cehoyos      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  dvbsub       |               Resolution:
  av_interleaved_write_frame         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Fails now slightly differently:
 {{{
 $ ffmpeg -i dvbsubtest.ts -qscale 2 -mbd 2 -scodec dvbsub out.ts
 ffmpeg version N-48478-g6a9af92 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Jan  5 2013 14:56:18 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack
   libavutil      52. 13.100 / 52. 13.100
   libavcodec     54. 85.101 / 54. 85.101
   libavformat    54. 59.103 / 54. 59.103
   libavdevice    54.  3.102 / 54.  3.102
   libavfilter     3. 32.100 /  3. 32.100
   libswscale      2.  1.103 /  2.  1.103
   libswresample   0. 17.102 /  0. 17.102
   libpostproc    52.  2.100 / 52.  2.100
 [mpegts @ 0x226e880] max_analyze_duration 5000000 reached at 5016000
 [mpegts @ 0x226e880] PES packet size mismatch
 Input #0, mpegts, from 'dvbsubtest.ts':
   Duration: 00:00:34.60, start: 79677.098467, bitrate: 4848 kb/s
   Program 1
     Stream #0:0[0x1901](eng): Video: mpeg2video (Main) ([2][0][0][0] /
 0x0002), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn,
 50 tbc
     Stream #0:1[0x19a1](eng): Audio: mp2 ([4][0][0][0] / 0x0004), 48000
 Hz, stereo, s16p, 256 kb/s
     Stream #0:2[0x19b1](eng): Subtitle: dvb_subtitle ([6][0][0][0] /
 0x0006)
 Please use -q:a or -q:v, -qscale is ambiguous
 Output #0, mpegts, to 'out.ts':
   Metadata:
     encoder         : Lavf54.59.103
     Stream #0:0(eng): Video: mpeg2video (hq), yuv420p, 720x576 [SAR 64:45
 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 25 tbc
     Stream #0:1(eng): Audio: mp2, 48000 Hz, stereo, s16, 128 kb/s
     Stream #0:2(eng): Subtitle: dvb_subtitle
 Stream mapping:
   Stream #0:0 -> #0:0 (mpeg2video -> mpeg2video)
   Stream #0:1 -> #0:1 (mp2 -> mp2)
   Stream #0:2 -> #0:2 (dvbsub -> dvbsub)
 Press [q] to stop, [?] for help
 frame=  277 fps=0.0 q=2.0 size=       0kB time=00:00:11.00 bitrate=
 0.0kbits/s dup=10 drop=0Application provided invalid, non monotonically
 increasing dts to muxer in stream 2: 3005830 >= 1670230
 av_interleaved_write_frame(): Invalid argument
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2024#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list