[Ffmpeg-devel] [patch] Allow demuxing of subtitle streams from VOBs
Nico Sabbi
nicola_sabbi
Sun Oct 22 11:02:33 CEST 2006
Borat wrote:
>well, than who wants to commit it?
>
>--
>regards,
>B.
>
>
this patch alone leads to sig11, unless my command line isn't the best
way to use it
run -i file.sub -scodec copy x.mpg
Starting program: /home/nico/ffmpeg3/ffmpeg_g -i file.sub -scodec copy x.mpg
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xffffe000
[Thread debugging using libthread_db enabled]
[New Thread -1216457024 (LWP 4153)]
FFmpeg version SVN-r6731, Copyright (c) 2000-2006 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-shared --enable-pthreads
--enable-pp --enable-xvid --enable-dts
libavutil version: 49.0.1
libavcodec version: 51.20.0
libavformat version: 50.6.0
built on Oct 22 2006 10:54:08, gcc: 4.0.2 (4.0.2-1mdk for Mandriva
Linux release 2006.1)
Input #0, mpeg, from 'file.sub':
Duration: 01:26:15.6, start: 85.351933, bitrate: 14 kb/s
Stream #0.0[0x20]: Subtitle: dvdsub
Stream #0.1[0x21]: Subtitle: dvdsub
Stream #0.2[0x22]: Subtitle: dvdsub
Note: Output file will not contain a video or audio stream
File 'x.mpg' already exists. Overwrite ? [y/N] y
Output #0, mpeg, to 'x.mpg':
Stream mapping:
Press [q] to stop encoding
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1216457024 (LWP 4153)]
0xb7ee0e50 in av_interleave_packet_per_dts () from
/usr/local/lib/libavformat.so.50
(gdb) bt
#0 0xb7ee0e50 in av_interleave_packet_per_dts () from
/usr/local/lib/libavformat.so.50
#1 0xb7ee1117 in av_write_trailer () from /usr/local/lib/libavformat.so.50
#2 0x08052e52 in main (argc=6, argv=0xbfa7bfd4) at ffmpeg.c:1970
(gdb) q
More information about the ffmpeg-devel
mailing list