Changes between Version 1 and Version 3 of Ticket #2005


Ignore:
Timestamp:
Dec 9, 2012, 6:02:32 PM (14 years ago)
Author:
Clément Bœsch
Comment:

When encoding and muxing to nut (which seems to be the only other format where muxing dvd subtitles is possible), the subtitles don't appear at all… (but they do on remux). So it's hard to tell.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2005 – Description

    v1 v3  
    22
    33{{{
    4 ./ffmpeg -f lavfi -i testsrc=s=720x480:d=400 ref.mkv
     4% ./ffmpeg -f lavfi -i testsrc=s=720x480:d=400 ref.mkv
    55}}}
    66
     
    88
    99{{{
    10 ./ffmpeg -i ref.mkv -i ~/fate-samples/sub/vobsub.idx -c copy -y test-remux.mkv
     10% ./ffmpeg -i ref.mkv -i ~/fate-samples/sub/vobsub.idx -c copy -y test-remux.mkv
    1111}}}
    1212
     
    2424
    2525{{{
    26 ./ffmpeg -i ref.mkv -i ~/fate-samples/sub/vobsub.idx -c copy -c:s dvdsub -y test-encode.mkv
     26% ./ffmpeg -i ref.mkv -i ~/fate-samples/sub/vobsub.idx -c copy -c:s dvdsub -y test-encode.mkv     
     27ffmpeg version N-47665-g18eb319 Copyright (c) 2000-2012 the FFmpeg developers
     28  built on Dec  9 2012 18:50:45 with gcc 4.7.2 (GCC)
     29  configuration: --enable-gpl --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable-libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --enable-runtime-cpudetect --enable-libcelt
     30  libavutil      52. 12.100 / 52. 12.100
     31  libavcodec     54. 79.101 / 54. 79.101
     32  libavformat    54. 48.100 / 54. 48.100
     33  libavdevice    54.  3.102 / 54.  3.102
     34  libavfilter     3. 26.101 /  3. 26.101
     35  libswscale      2.  1.103 /  2.  1.103
     36  libswresample   0. 17.102 /  0. 17.102
     37  libpostproc    52.  2.100 / 52.  2.100
     38Input #0, matroska,webm, from 'ref.mkv':
     39  Metadata:
     40    ENCODER         : Lavf54.48.100
     41  Duration: 00:06:40.08, start: 0.000000, bitrate: 49 kb/s
     42    Stream #0:0: Video: h264 (High 4:4:4 Predictive), yuv444p, 720x480 [SAR 1:1 DAR 3:2], 25 fps, 25 tbr, 1k tbn, 50 tbc (default)
     43[vobsub @ 0x18e79a0] Estimating duration from bitrate, this may be inaccurate
     44Input #1, vobsub, from '/home/ubitux/fate-samples/sub/vobsub.idx':
     45  Duration: N/A, bitrate: N/A
     46    Stream #1:0[0x0](en): Subtitle: dvd_subtitle (default)
     47Output #0, matroska, to 'test-encode.mkv':
     48  Metadata:
     49    encoder         : Lavf54.48.100
     50    Stream #0:0: Video: h264, yuv444p, 720x480 [SAR 1:1 DAR 3:2], q=2-31, 25 fps, 1k tbn, 1k tbc (default)
     51    Stream #0:1(en): Subtitle: dvd_subtitle (default)
     52Stream mapping:
     53  Stream #0:0 -> #0:0 (copy)
     54  Stream #1:0 -> #0:1 (dvdsub -> dvdsub)
     55Press [q] to stop, [?] for help
     56frame=10000 fps=884 q=-1.0 Lsize=    2507kB time=00:06:39.96 bitrate=  51.3kbits/s   
     57video:2369kB audio:0kB subtitle:72 global headers:0kB muxing overhead 2.711231%
    2758}}}
    2859