| 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 |
| | 27 | ffmpeg 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 |
| | 38 | Input #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 |
| | 44 | Input #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) |
| | 47 | Output #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) |
| | 52 | Stream mapping: |
| | 53 | Stream #0:0 -> #0:0 (copy) |
| | 54 | Stream #1:0 -> #0:1 (dvdsub -> dvdsub) |
| | 55 | Press [q] to stop, [?] for help |
| | 56 | frame=10000 fps=884 q=-1.0 Lsize= 2507kB time=00:06:39.96 bitrate= 51.3kbits/s |
| | 57 | video:2369kB audio:0kB subtitle:72 global headers:0kB muxing overhead 2.711231% |