Changes between Initial Version and Version 2 of Ticket #1661
- Timestamp:
- 09/04/2012 06:37:08 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1661
- Property Status changed from new to closed
- Property Reproduced by developer set
- Property Component changed from undetermined to avcodec
- Property Priority changed from normal to important
- Property Version changed from unspecified to git-master
- Property Keywords dvdsub added
- Property Resolution changed from to fixed
-
Ticket #1661 – Description
initial v2 1 1 Trying to add an srt file at the same time as converting it to dvd (mpeg2). Tried it with various input format of the video with the same result. This is an mp4 sample. 2 2 3 {{{ 3 4 C:\>ffmpeg -v 9 -loglevel 99 -i in.mp4 -i "in.srt" -y -target ntsc-dvd -scodec dvdsub xxx 4 5 ffmpeg version N-43594-gf0896a6 Copyright (c) 2000-2012 the FFmpeg developers … … 120 121 [h264 @ 0000000004ca0960] no picture 121 122 *** 1 dup! 123 }}} 124 122 125 Here it just crashes...


