[FFmpeg-trac] #3197(avformat:new): Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment"
FFmpeg
trac at avcodec.org
Thu Dec 5 22:20:53 CET 2013
#3197: Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment"
-------------------------------------+-------------------------------------
Reporter: ob | Owner:
Type: defect | Status: new
Priority: important | Component: avformat
Version: unspecified | Resolution:
Keywords: nut crash | Blocked By:
abort | Reproduced by developer: 0
Blocking: |
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by ob):
Actually, interestingly enough, it fails if I specify only the first VOB
file and the video stream:
{{{
$ ~/git/ffmpeg/ffmpeg -i VTS_01_1.VOB -map 0:1 -codec copy -f segment
output/output-1-%08d.nut
ffmpeg version N-58754-ge2bf00c Copyright (c) 2000-2013 the FFmpeg
developers
built on Dec 5 2013 18:55:53 with gcc 4.8 (Ubuntu/Linaro
4.8.1-10ubuntu9)
configuration: --disable-stripping
libavutil 52. 56.100 / 52. 56.100
libavcodec 55. 45.100 / 55. 45.100
libavformat 55. 22.100 / 55. 22.100
libavdevice 55. 5.102 / 55. 5.102
libavfilter 3. 91.100 / 3. 91.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
Input #0, mpeg, from 'VTS_01_1.VOB':
Duration: 00:21:40.12, start: 0.053622, bitrate: 6607 kb/s
Stream #0:0[0x1bf]: Data: dvd_nav_packet
Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x576
[SAR 64:45 DAR 16:9], max. 7500 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:2[0x2a]: Subtitle: dvd_subtitle
Stream #0:3[0x29]: Subtitle: dvd_subtitle
Stream #0:4[0x28]: Subtitle: dvd_subtitle
Stream #0:5[0x27]: Subtitle: dvd_subtitle
Stream #0:6[0x26]: Subtitle: dvd_subtitle
Stream #0:7[0x25]: Subtitle: dvd_subtitle
Stream #0:8[0x24]: Subtitle: dvd_subtitle
Stream #0:9[0x23]: Subtitle: dvd_subtitle
Stream #0:10[0x22]: Subtitle: dvd_subtitle
Stream #0:11[0x21]: Subtitle: dvd_subtitle
Stream #0:12[0x20]: Subtitle: dvd_subtitle
Stream #0:13[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
Output #0, segment, to 'output/output-1-%08d.nut':
Metadata:
encoder : Lavf55.22.100
Stream #0:0: Video: mpeg2video, yuv420p, 720x576 [SAR 64:45 DAR 16:9],
q=2-31, max. 7500 kb/s, 25 fps, 90k tbn, 25 tbc
Stream mapping:
Stream #0:1 -> #0:0 (copy)
Press [q] to stop, [?] for help
[nut @ 0x9a05820] Negative pts not supported stream 0, pts
-9223372036854775808
av_interleaved_write_frame(): Invalid argument
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3197#comment:5>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list