VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Jun 2015
    Location
    Kerala, India
    Search PM
    Hi guys, This is my first post even though I read the forum often (when I have doubt and after reading it will be cleared), But my new problem remains unsolved even after two days of googling which lead me to seek help here.(sorry for being selfish) So here is my problem.

    My sister gifted me a new dvd player (Sony DAV TZ 145) which can decode dolby digital 5.1 but not DTS. I have a DVD which is DTS only and I need to convert it into DVD with Dolby Digital 5.1. I have copied the VOB files, IFO and BUP to my system and tried to convert the VOB DTS to Ac3 in ffmpeg. The problem is I can convert only the last vob ie VTS_02_5.VOB successfully. When I try to convert the first VTS_02_1.VOB I get the following error and an output with no audio stream.

    Unsuccessful conversion

    Code:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    
    C:\Users\Sarayu>ffmpeg64 -i "E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_T
    S\VTS_02_1.VOB" -vcodec copy -acodec ac3 -ac 6 -ab 448k "E:\VTS_02_1conve.VOB"
    ffmpeg version N-68645-g41ee459 Copyright (c) 2000-2014 the FFmpeg developers
      built on Dec 21 2014 22:13:48 with gcc 4.9.2 (GCC)
      configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
    isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
    le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
    enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
    modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
    b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
    r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
    able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
     --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
    libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
      libavutil      54. 15.100 / 54. 15.100
      libavcodec     56. 16.100 / 56. 16.100
      libavformat    56. 16.101 / 56. 16.101
      libavdevice    56.  3.100 / 56.  3.100
      libavfilter     5.  4.100 /  5.  4.100
      libswscale      3.  1.101 /  3.  1.101
      libswresample   1.  1.100 /  1.  1.100
      libpostproc    53.  3.100 / 53.  3.100
    [mpeg @ 0000000002bc8040] Could not find codec parameters for stream 2 (Audio: d
    ts, 0 channels): unspecified sample format
    Consider increasing the value for the 'analyzeduration' and 'probesize' options
    Input #0, mpeg, from 'E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_TS\VTS_0
    2_1.VOB':
      Duration: 00:43:58.25, start: 0.233567, bitrate: 3255 kb/s
        Stream #0:0[0x1bf]: Data: dvd_nav_packet
        Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480 [SAR 32:2
    7 DAR 16:9], max. 8000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
        Stream #0:2[0x89]: Audio: dts, 0 channels
        Stream #0:3[0x20]: Subtitle: dvd_subtitle
        Stream #0:4[0x21]: Subtitle: dvd_subtitle
    Codec AVOption b (set bitrate (in bits/s)) specified for output file #0 (E:\VTS_
    02_1conve.VOB) has not been used for any stream. The most likely reason is eithe
    r wrong type (e.g. a video option with no video streams) or that it is a private
     option of some encoder which was not actually used for any stream.
    Output #0, svcd, to 'E:\VTS_02_1conve.VOB':
      Metadata:
        encoder         : Lavf56.16.101
        Stream #0:0: Video: mpeg2video, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-3
    1, max. 8000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 29.97 tbc
    Stream mapping:
      Stream #0:1 -> #0:0 (copy)
    Press [q] to stop, [?] for help
    frame= 2105 fps=0.0 q=-1.0 size=   23048kB time=00:01:26.05 bitrate=2194.1kbits/
    frame= 3246 fps=3106 q=-1.0 size=   37356kB time=00:02:13.63 bitrate=2290.0kbits
    frame= 4526 fps=2901 q=-1.0 size=   50960kB time=00:03:07.02 bitrate=2232.2kbits
    frame= 4740 fps=2285 q=-1.0 size=   53368kB time=00:03:15.94 bitrate=2231.2kbits
    frame= 4872 fps=1891 q=-1.0 size=   54780kB time=00:03:21.45 bitrate=2227.6kbits
    frame= 5442 fps=1761 q=-1.0 size=   61118kB time=00:03:45.22 bitrate=2223.0kbits
    frame= 6766 fps=1837 q=-1.0 size=   75568kB time=00:04:40.44 bitrate=2207.4kbits
    frame= 8462 fps=2021 q=-1.0 size=   96598kB time=00:05:51.18 bitrate=2253.3kbits
    frame=10574 fps=2256 q=-1.0 size=  123604kB time=00:07:19.10 bitrate=2306.0kbits
    frame=12698 fps=2441 q=-1.0 size=  151324kB time=00:08:47.69 bitrate=2349.2kbits
    frame=13316 fps=2298 q=-1.0 size=  159824kB time=00:09:13.46 bitrate=2365.6kbits
    frame=13472 fps=2135 q=-1.0 size=  161954kB time=00:09:19.97 bitrate=2369.3kbits
    frame=15332 fps=2246 q=-1.0 size=  186876kB time=00:10:37.52 bitrate=2401.3kbits
    frame=17645 fps=2404 q=-1.0 size=  213856kB time=00:12:13.89 bitrate=2387.1kbits
    frame=17794 fps=2265 q=-1.0 size=  215484kB time=00:12:20.12 bitrate=2385.1kbits
    frame=19676 fps=2351 q=-1.0 size=  236266kB time=00:13:38.56 bitrate=2364.5kbits
    frame=21992 fps=2475 q=-1.0 size=  264236kB time=00:15:15.16 bitrate=2365.3kbits
    frame=23987 fps=2552 q=-1.0 size=  291432kB time=00:16:38.38 bitrate=2391.3kbits
    frame=24036 fps=2421 q=-1.0 size=  292290kB time=00:16:40.41 bitrate=2393.4kbits
    frame=25838 fps=2477 q=-1.0 size=  316212kB time=00:17:55.57 bitrate=2408.4kbits
    frame=28081 fps=2566 q=-1.0 size=  344108kB time=00:19:29.13 bitrate=2411.1kbits
    frame=29918 fps=2603 q=-1.0 size=  366532kB time=00:20:45.71 bitrate=2410.4kbits
    frame=30563 fps=2546 q=-1.0 size=  373656kB time=00:21:12.62 bitrate=2405.3kbits
    frame=32513 fps=2597 q=-1.0 size=  398084kB time=00:22:33.95 bitrate=2408.6kbits
    frame=34787 fps=2669 q=-1.0 size=  425984kB time=00:24:08.74 bitrate=2408.7kbits
    frame=36211 fps=2672 q=-1.0 size=  443076kB time=00:25:08.13 bitrate=2406.7kbits
    frame=36749 fps=2613 q=-1.0 size=  449810kB time=00:25:30.57 bitrate=2407.5kbits
    frame=39019 fps=2676 q=-1.0 size=  477220kB time=00:27:05.17 bitrate=2405.5kbits
    frame=41102 fps=2723 q=-1.0 size=  504610kB time=00:28:32.06 bitrate=2414.5kbits
    frame=42239 fps=2706 q=-1.0 size=  518734kB time=00:29:19.47 bitrate=2415.2kbits
    frame=42826 fps=2656 q=-1.0 size=  525352kB time=00:29:43.96 bitrate=2412.4kbits
    frame=45181 fps=2715 q=-1.0 size=  552288kB time=00:31:22.06 bitrate=2403.9kbits
    frame=47374 fps=2762 q=-1.0 size=  579568kB time=00:32:53.52 bitrate=2405.8kbits
    frame=48401 fps=2739 q=-1.0 size=  592122kB time=00:33:36.36 bitrate=2405.6kbits
    frame=49696 fps=2733 q=-1.0 size=  608394kB time=00:34:30.36 bitrate=2407.3kbits
    frame=51690 fps=2764 q=-1.0 size=  636176kB time=00:35:53.50 bitrate=2420.0kbits
    frame=53395 fps=2779 q=-1.0 size=  659238kB time=00:37:04.57 bitrate=2427.6kbits
    frame=54068 fps=2741 q=-1.0 size=  669184kB time=00:37:32.63 bitrate=2433.6kbits
    frame=55139 fps=2724 q=-1.0 size=  683974kB time=00:38:17.14 bitrate=2439.2kbits
    frame=57039 fps=2748 q=-1.0 size=  711904kB time=00:39:36.39 bitrate=2454.1kbits
    frame=59012 fps=2774 q=-1.0 size=  737128kB time=00:40:58.67 bitrate=2456.0kbits
    frame=59685 fps=2735 q=-1.0 size=  744382kB time=00:41:26.66 bitrate=2452.3kbits
    frame=62177 fps=2784 q=-1.0 size=  768448kB time=00:43:10.55 bitrate=2430.0kbits
    frame=63330 fps=2804 q=-1.0 Lsize=  781048kB time=00:43:58.65 bitrate=2424.9kbit
    s/s
    video:771502kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxin
    g overhead: 1.237367%
    
    C:\Users\Sarayu>
    Following is the log of successful conversion of VTS_02_5.VOB

    Code:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    
    C:\Users\Sarayu>ffmpeg64 -i "E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_T
    S\VTS_02_5.VOB" -vcodec copy -acodec ac3 -ac 6 -ab 448k "E:\VTS_02_5conve.VOB"
    ffmpeg version N-68645-g41ee459 Copyright (c) 2000-2014 the FFmpeg developers
      built on Dec 21 2014 22:13:48 with gcc 4.9.2 (GCC)
      configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
    isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
    le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
    enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
    modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
    b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
    r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
    able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
     --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
    libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
      libavutil      54. 15.100 / 54. 15.100
      libavcodec     56. 16.100 / 56. 16.100
      libavformat    56. 16.101 / 56. 16.101
      libavdevice    56.  3.100 / 56.  3.100
      libavfilter     5.  4.100 /  5.  4.100
      libswscale      3.  1.101 /  3.  1.101
      libswresample   1.  1.100 /  1.  1.100
      libpostproc    53.  3.100 / 53.  3.100
    [mpeg2video @ 0000000002db9200] Invalid frame dimensions 0x0.
        Last message repeated 4 times
    Input #0, mpeg, from 'E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_TS\VTS_0
    2_5.VOB':
      Duration: 00:09:34.80, start: 10527.257433, bitrate: 3296 kb/s
        Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480 [SAR 32:2
    7 DAR 16:9], max. 8000 kb/s, 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
        Stream #0:1[0x89]: Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 768 kb/s
        Stream #0:2[0x1bf]: Data: dvd_nav_packet
        Stream #0:3[0x20]: Subtitle: dvd_subtitle
        Stream #0:4[0x21]: Subtitle: dvd_subtitle
    Output #0, svcd, to 'E:\VTS_02_5conve.VOB':
      Metadata:
        encoder         : Lavf56.16.101
        Stream #0:0: Video: mpeg2video, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-3
    1, max. 8000 kb/s, 29.97 fps, 59.94 tbr, 90k tbn, 29.97 tbc
        Stream #0:1: Audio: ac3, 48000 Hz, 5.1, fltp, 448 kb/s
        Metadata:
          encoder         : Lavc56.16.100 ac3
    Stream mapping:
      Stream #0:0 -> #0:0 (copy)
      Stream #0:1 -> #0:1 (dts (dca) -> ac3 (native))
    Press [q] to stop, [?] for help
    frame=  584 fps=0.0 q=-1.0 size=    8134kB time=00:00:25.10 bitrate=2654.6kbits/
    frame= 1093 fps=1092 q=-1.0 size=   16442kB time=00:00:46.33 bitrate=2906.7kbits
    frame= 1649 fps=1099 q=-1.0 size=   24064kB time=00:01:09.52 bitrate=2835.3kbits
    frame= 2249 fps=1124 q=-1.0 size=   30862kB time=00:01:34.55 bitrate=2673.8kbits
    frame= 2802 fps=1120 q=-1.0 size=   37232kB time=00:01:57.61 bitrate=2593.4kbits
    frame= 3358 fps=1119 q=-1.0 size=   44660kB time=00:02:20.79 bitrate=2598.4kbits
    frame= 3924 fps=1121 q=-1.0 size=   53324kB time=00:02:44.40 bitrate=2657.0kbits
    frame= 4484 fps=1121 q=-1.0 size=   62180kB time=00:03:07.73 bitrate=2713.4kbits
    frame= 5020 fps=1115 q=-1.0 size=   71678kB time=00:03:30.08 bitrate=2795.0kbits
    frame= 5508 fps=1101 q=-1.0 size=   80442kB time=00:03:50.45 bitrate=2859.5kbits
    frame= 6044 fps=1099 q=-1.0 size=   90102kB time=00:04:12.79 bitrate=2919.8kbits
    frame= 6574 fps=1095 q=-1.0 size=   99226kB time=00:04:34.90 bitrate=2956.9kbits
    frame= 7114 fps=1094 q=-1.0 size=  108554kB time=00:04:57.42 bitrate=2989.9kbits
    frame= 7598 fps=1085 q=-1.0 size=  116778kB time=00:05:17.60 bitrate=3012.0kbits
    frame= 7899 fps=1053 q=-1.0 size=  122218kB time=00:05:30.15 bitrate=3032.5kbits
    frame= 8444 fps=1055 q=-1.0 size=  131880kB time=00:05:52.89 bitrate=3061.4kbits
    frame= 9045 fps=1064 q=-1.0 size=  139582kB time=00:06:17.87 bitrate=3026.1kbits
    frame= 9552 fps=1061 q=-1.0 size=  146986kB time=00:06:39.02 bitrate=3017.6kbits
    frame=10139 fps=1067 q=-1.0 size=  154198kB time=00:07:03.46 bitrate=2983.0kbits
    frame=10709 fps=1071 q=-1.0 size=  162490kB time=00:07:27.22 bitrate=2976.4kbits
    frame=11264 fps=1073 q=-1.0 size=  171226kB time=00:07:50.37 bitrate=2982.0kbits
    frame=11748 fps=1068 q=-1.0 size=  178374kB time=00:08:10.58 bitrate=2978.6kbits
    frame=12302 fps=1070 q=-1.0 size=  185894kB time=00:08:33.68 bitrate=2964.5kbits
    frame=12869 fps=1072 q=-1.0 size=  193510kB time=00:08:57.31 bitrate=2950.3kbits
    frame=13245 fps=1060 q=-1.0 size=  198700kB time=00:09:12.99 bitrate=2943.5kbits
    frame=13788 fps=1061 q=-1.0 size=  204736kB time=00:09:33.51 bitrate=2924.4kbits
    frame=13841 fps=1041 q=-1.0 Lsize=  205584kB time=00:09:35.28 bitrate=2927.5kbit
    s/s
    video:171583kB audio:31348kB subtitle:0kB other streams:0kB global headers:0kB m
    uxing overhead: 1.307395%
    
    C:\Users\Sarayu>
    I am using the exact codes for both.

    Code:
    ffmpeg64 -i "E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_TS\VTS_02_5.VOB" -vcodec copy -acodec ac3 -ac 6 -ab 448k "E:\VTS_02_5conve.VOB"
    I don't know what is wrong . My only knowledge with ffmpeg commands is through searching "how to convert--- in ffmpeg". Please help me.
    Thanks in advance.

    OT: I have posted this in the audio section minutes ago but I can't it there??
    Quote Quote  
  2. The stream numbering is different in the failed VOB
    Stream #0:0[0x1bf]: Data: dvd_nav_packet
    Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480 [SAR 32:2
    7 DAR 16:9], max. 8000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0:2[0x89]: Audio: dts, 0 channels
    Stream #0:3[0x20]: Subtitle: dvd_subtitle
    Stream #0:4[0x21]: Subtitle: dvd_subtitle

    0:0 is the nav packet, but the dts has "0" channels ,compared to the working VOB. Was it decrypted properly ?

    You can try -map to specify the specific streams, but ffmpeg sees the dts as "0" channels, so you probably won't get audio unless it's decrypted properly

    ffmpeg64 -i "E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_TS\VTS_02_1.VOB" -map 0:1 -map 0:2 -vcodec copy -acodec ac3 -ac 6 -ab 448k "E:\VTS_02_1conve.VOB"
    Quote Quote  
  3. Hi this is my first post too.
    After googling to find roughly the same answer I found this thread
    https://forum.videohelp.com/threads/337602-Anyway-to-convert-MKV-DTS-to-AC3-5-1-surround-sound
    Sorted in a few clicks
    DTS 7.1 converted to Dolby digital 5.1 easily.
    Dave.
    Quote Quote  
  4. Sorry forgot to add, using this software
    https://www.videohelp.com/tools/XviD4PSP
    Dave.
    Quote Quote  
  5. Member
    Join Date
    Jun 2015
    Location
    Kerala, India
    Search PM
    Originally Posted by poisondeathray View Post
    The stream numbering is different in the failed VOB
    Stream #0:0[0x1bf]: Data: dvd_nav_packet
    Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480 [SAR 32:2
    7 DAR 16:9], max. 8000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
    Stream #0:2[0x89]: Audio: dts, 0 channels
    Stream #0:3[0x20]: Subtitle: dvd_subtitle
    Stream #0:4[0x21]: Subtitle: dvd_subtitle

    0:0 is the nav packet, but the dts has "0" channels ,compared to the working VOB. Was it decrypted properly ?

    You can try -map to specify the specific streams, but ffmpeg sees the dts as "0" channels, so you probably won't get audio unless it's decrypted properly

    ffmpeg64 -i "E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_TS\VTS_02_1.VOB" -map 0:1 -map 0:2 -vcodec copy -acodec ac3 -ac 6 -ab 448k "E:\VTS_02_1conve.VOB"
    Actually I just copied it from the VIDEO_TS folder to my hdd. And the decryption software (vobdec) says it is not encrypted. I tried it with the handbrake, XviD4PSP (Thanks Dave) but they also do not show the audio stream like ffmpeg. I converted the other film of the same company with no problem in ffmpeg (except for the chapter which is not in the output). I don't know if its the problem of DVD itself. In that case that DVD was out of sale for 10 yrs and I cannot find any other copy.

    I am checking the command you provided.
    This is the result

    Code:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    
    C:\Users\Sarayu>ffmpeg64 -i "E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_T
    S\VTS_02_1.VOB" -map 0:1 -map 0:2 -vcodec copy -acodec ac3 -ac 6 -ab 448k "E:\VT
    S_02_1mapcon.VOB"
    ffmpeg version N-68645-g41ee459 Copyright (c) 2000-2014 the FFmpeg developers
      built on Dec 21 2014 22:13:48 with gcc 4.9.2 (GCC)
      configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
    isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
    le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
    enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
    modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
    b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
    r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
    able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
     --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
    libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
      libavutil      54. 15.100 / 54. 15.100
      libavcodec     56. 16.100 / 56. 16.100
      libavformat    56. 16.101 / 56. 16.101
      libavdevice    56.  3.100 / 56.  3.100
      libavfilter     5.  4.100 /  5.  4.100
      libswscale      3.  1.101 /  3.  1.101
      libswresample   1.  1.100 /  1.  1.100
      libpostproc    53.  3.100 / 53.  3.100
    [mpeg @ 0000000002c38240] Could not find codec parameters for stream 2 (Audio: d
    ts, 0 channels): unspecified sample format
    Consider increasing the value for the 'analyzeduration' and 'probesize' options
    Input #0, mpeg, from 'E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_TS\VTS_0
    2_1.VOB':
      Duration: 00:43:58.25, start: 0.233567, bitrate: 3255 kb/s
        Stream #0:0[0x1bf]: Data: dvd_nav_packet
        Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480 [SAR 32:2
    7 DAR 16:9], max. 8000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
        Stream #0:2[0x89]: Audio: dts, 0 channels
        Stream #0:3[0x20]: Subtitle: dvd_subtitle
        Stream #0:4[0x21]: Subtitle: dvd_subtitle
    [abuffer @ 0000000004ee3100] Value inf for parameter 'time_base' out of range [0
     - 2.14748e+009]
        Last message repeated 1 times
    [abuffer @ 0000000004ee3100] Unable to parse option value "(null)" as sample for
    mat
    [abuffer @ 0000000004ee3100] Value inf for parameter 'time_base' out of range [0
     - 2.14748e+009]
        Last message repeated 1 times
    [abuffer @ 0000000004ee3100] Error setting option time_base to value 1/0.
    [graph 0 input from stream 0:2 @ 000000000026be60] Error applying options to the
     filter.
    Error opening filters!
    
    C:\Users\Sarayu>
    Quote Quote  
  6. Member
    Join Date
    Jun 2015
    Location
    Kerala, India
    Search PM
    Originally Posted by Daveyham View Post
    Sorry forgot to add, using this software
    https://www.videohelp.com/tools/XviD4PSP
    Dave.
    No luck man XviD4PSP is also not showing the audio stream.
    Quote Quote  
  7. Member
    Join Date
    Jun 2015
    Location
    Kerala, India
    Search PM
    Finally I found a solution and new problems.

    Solution:
    The particular VOB file-with DTS audio- was not detecting audio streams in most converting tools.

    1. So I used mkvtoolnix to convert it to a mkv file with DTS audio.
    2. Extracted the DTS audio stream with MKVExtractGUI2.
    3. Using ffmpeg converted the DTS audio to desired AC3 5.1 without any errors.
    4. Inserted the new AC3 stream to the old VOB file skipping the existing DTS stream.
    Done!

    New Problem.
    I want to copy the chapters and menus from the original VOB. ffmpeg shows two other streams as subtitles.

    Code:
    Stream #0:3[0x20]: Subtitle: dvd_subtitle
    Stream #0:4[0x21]: Subtitle: dvd_subtitle
    When I try to copy them following error occured

    Code:
    C:\Users\Sarayu>ffmpeg64 -i "E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_T
    S\VTS_02_1.VOB" -i "E:\Movies 4\Indian (1996) DVD Untouched DTS\VTS_02_1track ac
    3.ac3" -map 0:1 -map 0:3 -map 0:4 -map 1:0 -vcodec copy -c:s copy -c:s copy -aco
    dec copy "E:\VTS_02_1indimap.VOB"
    ffmpeg version N-68645-g41ee459 Copyright (c) 2000-2014 the FFmpeg developers
      built on Dec 21 2014 22:13:48 with gcc 4.9.2 (GCC)
      configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
    isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
    le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
    enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
    modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
    b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
    r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
    able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
     --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
    libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
      libavutil      54. 15.100 / 54. 15.100
      libavcodec     56. 16.100 / 56. 16.100
      libavformat    56. 16.101 / 56. 16.101
      libavdevice    56.  3.100 / 56.  3.100
      libavfilter     5.  4.100 /  5.  4.100
      libswscale      3.  1.101 /  3.  1.101
      libswresample   1.  1.100 /  1.  1.100
      libpostproc    53.  3.100 / 53.  3.100
    [mpeg @ 0000000000312960] Could not find codec parameters for stream 2 (Audio: d
    ts, 0 channels): unspecified sample format
    Consider increasing the value for the 'analyzeduration' and 'probesize' options
    Input #0, mpeg, from 'E:\Movies 4\Indian (1996) DVD Untouched DTS\VIDEO_TS\VTS_0
    2_1.VOB':
      Duration: 00:43:58.25, start: 0.233567, bitrate: 3255 kb/s
        Stream #0:0[0x1bf]: Data: dvd_nav_packet
        Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480 [SAR 32:2
    7 DAR 16:9], max. 8000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
        Stream #0:2[0x89]: Audio: dts, 0 channels
        Stream #0:3[0x20]: Subtitle: dvd_subtitle
        Stream #0:4[0x21]: Subtitle: dvd_subtitle
    [ac3 @ 0000000000313a60] Estimating duration from bitrate, this may be inaccurat
    e
    Input #1, ac3, from 'E:\Movies 4\Indian (1996) DVD Untouched DTS\VTS_02_1track a
    c3.ac3':
      Duration: 00:43:47.97, start: 0.000000, bitrate: 448 kb/s
        Stream #1:0: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s
    Output #0, svcd, to 'E:\VTS_02_1indimap.VOB':
      Metadata:
        encoder         : Lavf56.16.101
        Stream #0:0: Video: mpeg2video, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-3
    1, max. 8000 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 29.97 tbc
        Stream #0:1: Subtitle: dvd_subtitle
        Stream #0:2: Subtitle: dvd_subtitle
        Stream #0:3: Audio: ac3, 48000 Hz, 5.1(side), 448 kb/s
    Stream mapping:
      Stream #0:1 -> #0:0 (copy)
      Stream #0:3 -> #0:1 (copy)
      Stream #0:4 -> #0:2 (copy)
      Stream #1:0 -> #0:3 (copy)
    Press [q] to stop, [?] for help
    frame=  562 fps=0.0 q=-1.0 size=       0kB time=00:00:22.08 bitrate=   0.0kbits/
    frame=  686 fps=679 q=-1.0 size=       0kB time=00:00:27.09 bitrate=   0.0kbits/
    frame=  821 fps=544 q=-1.0 size=       0kB time=00:00:32.68 bitrate=   0.0kbits/
    frame=  934 fps=464 q=-1.0 size=       0kB time=00:00:37.27 bitrate=   0.0kbits/
    frame= 1032 fps=410 q=-1.0 size=       0kB time=00:00:41.35 bitrate=   0.0kbits/
    frame= 1120 fps=371 q=-1.0 size=       0kB time=00:00:45.02 bitrate=   0.0kbits/
    frame= 1199 fps=341 q=-1.0 size=       0kB time=00:00:48.33 bitrate=   0.0kbits/
    frame= 1275 fps=317 q=-1.0 size=       0kB time=00:00:51.50 bitrate=   0.0kbits/
    frame= 1345 fps=297 q=-1.0 size=       0kB time=00:00:54.42 bitrate=   0.0kbits/
    frame= 1411 fps=280 q=-1.0 size=       0kB time=00:00:57.17 bitrate=   0.0kbits/
    frame= 1472 fps=266 q=-1.0 size=       0kB time=00:00:59.70 bitrate=   0.0kbits/
    frame= 1530 fps=253 q=-1.0 size=       0kB time=00:01:02.12 bitrate=   0.0kbits/
    frame= 1585 fps=242 q=-1.0 size=       0kB time=00:01:04.43 bitrate=   0.0kbits/
    frame= 1634 fps=232 q=-1.0 size=    4916kB time=00:01:06.46 bitrate= 605.9kbits/
    frame= 7689 fps=1019 q=-1.0 size=   83822kB time=00:05:19.01 bitrate=2152.4kbits
    frame= 7739 fps=961 q=-1.0 size=   83822kB time=00:05:21.10 bitrate=2138.5kbits/
    frame= 7787 fps=910 q=-1.0 size=   83822kB time=00:05:23.10 bitrate=2125.2kbits/
    frame= 7833 fps=864 q=-1.0 size=   83822kB time=00:05:25.02 bitrate=2112.7kbits/
    frame= 7876 fps=824 q=-1.0 size=   83822kB time=00:05:26.80 bitrate=2101.1kbits/
    frame= 7918 fps=786 q=-1.0 size=   83822kB time=00:05:28.56 bitrate=2089.9kbits/
    frame= 7960 fps=753 q=-1.0 size=   83822kB time=00:05:30.31 bitrate=2078.8kbits/
    frame= 8001 fps=722 q=-1.0 size=   83822kB time=00:05:32.03 bitrate=2068.1kbits/
    frame= 8041 fps=694 q=-1.0 size=   83822kB time=00:05:33.70 bitrate=2057.7kbits/
    frame= 8080 fps=669 q=-1.0 size=   83822kB time=00:05:35.31 bitrate=2047.8kbits/
    frame= 8119 fps=645 q=-1.0 size=   83822kB time=00:05:36.95 bitrate=2037.9kbits/
    frame= 8157 fps=622 q=-1.0 size=   83822kB time=00:05:38.53 bitrate=2028.3kbits/
    frame= 8194 fps=602 q=-1.0 size=   83822kB time=00:05:40.07 bitrate=2019.2kbits/
    frame= 8230 fps=583 q=-1.0 size=   83822kB time=00:05:41.57 bitrate=2010.3kbits/
    frame= 8265 fps=565 q=-1.0 size=   83822kB time=00:05:43.04 bitrate=2001.7kbits/
    frame= 8300 fps=549 q=-1.0 size=   83822kB time=00:05:44.49 bitrate=1993.3kbits/
    frame= 8334 fps=533 q=-1.0 size=   83822kB time=00:05:45.91 bitrate=1985.1kbits/
    frame= 8368 fps=518 q=-1.0 size=   83822kB time=00:05:47.33 bitrate=1977.0kbits/
    frame= 8401 fps=505 q=-1.0 size=   83822kB time=00:05:48.71 bitrate=1969.1kbits/
    frame= 8433 fps=492 q=-1.0 size=   83822kB time=00:05:50.04 bitrate=1961.6kbits/
    frame= 8465 fps=479 q=-1.0 size=   83822kB time=00:05:51.38 bitrate=1954.2kbits/
    frame= 8496 fps=468 q=-1.0 size=   83822kB time=00:05:52.66 bitrate=1947.1kbits/
    frame= 8527 fps=457 q=-1.0 size=   83822kB time=00:05:53.97 bitrate=1939.9kbits/
    frame= 8557 fps=446 q=-1.0 size=   83822kB time=00:05:55.22 bitrate=1933.1kbits/
    frame= 8587 fps=436 q=-1.0 size=   83822kB time=00:05:56.45 bitrate=1926.4kbits/
    frame= 8618 fps=427 q=-1.0 size=   83822kB time=00:05:57.72 bitrate=1919.6kbits/
    frame= 8648 fps=418 q=-1.0 size=   83822kB time=00:05:58.97 bitrate=1912.9kbits/
    frame= 8677 fps=409 q=-1.0 size=   83822kB time=00:06:00.17 bitrate=1906.5kbits/
    frame= 8708 fps=401 q=-1.0 size=   83822kB time=00:06:01.39 bitrate=1900.1kbits/
    frame= 8737 fps=393 q=-1.0 size=   83822kB time=00:06:02.59 bitrate=1893.8kbits/
    frame= 8765 fps=386 q=-1.0 size=   83822kB time=00:06:03.76 bitrate=1887.7kbits/
    frame= 8793 fps=378 q=-1.0 size=   83822kB time=00:06:04.93 bitrate=1881.6kbits/
    frame= 8820 fps=371 q=-1.0 size=   83822kB time=00:06:06.06 bitrate=1875.8kbits/
    frame= 8843 fps=365 q=-1.0 size=   83822kB time=00:06:07.01 bitrate=1871.0kbits/
    frame= 8870 fps=358 q=-1.0 size=   83822kB time=00:06:08.15 bitrate=1865.2kbits/
    frame= 8897 fps=352 q=-1.0 size=   83822kB time=00:06:09.26 bitrate=1859.5kbits/
    frame= 8924 fps=346 q=-1.0 size=   83822kB time=00:06:10.40 bitrate=1853.8kbits/
    frame= 8949 fps=340 q=-1.0 size=   83822kB time=00:06:11.43 bitrate=1848.7kbits/
    frame= 8975 fps=335 q=-1.0 size=   83822kB time=00:06:12.52 bitrate=1843.3kbits/
    frame= 9001 fps=330 q=-1.0 size=   83822kB time=00:06:13.60 bitrate=1837.9kbits/
    frame= 9026 fps=325 q=-1.0 size=   83822kB time=00:06:14.65 bitrate=1832.8kbits/
    frame= 9051 fps=319 q=-1.0 size=   83822kB time=00:06:15.69 bitrate=1827.7kbits/
    frame= 9075 fps=315 q=-1.0 size=   83822kB time=00:06:16.69 bitrate=1822.9kbits/
    frame= 9099 fps=310 q=-1.0 size=   83822kB time=00:06:17.69 bitrate=1818.1kbits/
    frame= 9113 fps=305 q=-1.0 size=   83822kB time=00:06:18.27 bitrate=1815.3kbits/
    frame= 9131 fps=301 q=-1.0 size=   83822kB time=00:06:19.02 bitrate=1811.7kbits/
    frame= 9145 fps=296 q=-1.0 size=   83822kB time=00:06:19.61 bitrate=1808.9kbits/
    frame= 9163 fps=292 q=-1.0 size=   83822kB time=00:06:20.36 bitrate=1805.3kbits/
    frame= 9183 fps=288 q=-1.0 size=   83822kB time=00:06:21.19 bitrate=1801.3kbits/
    frame= 9202 fps=284 q=-1.0 size=   83822kB time=00:06:21.99 bitrate=1797.6kbits/
    frame= 9223 fps=280 q=-1.0 size=   83822kB time=00:06:22.86 bitrate=1793.5kbits/
    frame= 9239 fps=276 q=-1.0 size=  103150kB time=00:06:23.54 bitrate=2203.1kbits/
    frame=13184 fps=388 q=-1.0 size=  189454kB time=00:09:08.04 bitrate=2831.9kbits/
    frame=18269 fps=530 q=-1.0 size=  264310kB time=00:12:40.02 bitrate=2848.9kbits/
    frame=23219 fps=664 q=-1.0 size=  336088kB time=00:16:06.41 bitrate=2848.9kbits/
    frame=28278 fps=798 q=-1.0 size=  411640kB time=00:19:37.44 bitrate=2864.0kbits/
    frame=33323 fps=927 q=-1.0 size=  487626kB time=00:23:07.80 bitrate=2878.4kbits/
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6144
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6144
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6144
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6456
        Last message repeated 4 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6456
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6456
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6454
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6454
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6454
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6124
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6124
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6124
    frame=37934 fps=1040 q=-1.0 size=  554596kB time=00:26:20.14 bitrate=2875.2kbits
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6204
        Last message repeated 3 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6204
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6204
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6262
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6262
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6262
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6262
    [svcd @ 000000000526ab60] buffer underflow st=1 bufi=14650 size=6200
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=7070
    [svcd @ 000000000526ab60] buffer underflow st=1 bufi=14650 size=6200
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=7070
    [svcd @ 000000000526ab60] buffer underflow st=1 bufi=14650 size=6200
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=7070
    [svcd @ 000000000526ab60] buffer underflow st=1 bufi=14650 size=6200
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=7070
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=1 bufi=14650 size=6200
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=7070
    [svcd @ 000000000526ab60] buffer underflow st=1 bufi=14650 size=6200
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=7070
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=1 bufi=14650 size=6200
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=7070
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=7070
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6586
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6586
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6586
    frame=41963 fps=1135 q=-1.0 size=  608094kB time=00:29:08.02 bitrate=2849.8kbits
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6274
        Last message repeated 4 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6274
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6274
    frame=46531 fps=1242 q=-1.0 size=  680466kB time=00:32:18.50 bitrate=2875.6kbits
    frame=50438 fps=1329 q=-1.0 size=  738250kB time=00:35:01.38 bitrate=2878.0kbits
    frame=50980 fps=1325 q=-1.0 size=  746644kB time=00:35:23.98 bitrate=2879.7kbits
    frame=51151 fps=1311 q=-1.0 size=  748910kB time=00:35:31.07 bitrate=2878.9kbits
    frame=51211 fps=1296 q=-1.0 size=  748910kB time=00:35:33.58 bitrate=2875.5kbits
    frame=51290 fps=1282 q=-1.0 size=  749150kB time=00:35:36.88 bitrate=2872.0kbits
    frame=51368 fps=1268 q=-1.0 size=  749150kB time=00:35:40.13 bitrate=2867.6kbits
    frame=51477 fps=1254 q=-1.0 size=  749150kB time=00:35:44.67 bitrate=2861.5kbits
    frame=51550 fps=1240 q=-1.0 size=  749150kB time=00:35:47.72 bitrate=2857.5kbits
    frame=51601 fps=1226 q=-1.0 size=  749150kB time=00:35:49.84 bitrate=2854.6kbits
    frame=51632 fps=1211 q=-1.0 size=  749150kB time=00:35:51.14 bitrate=2852.9kbits
    frame=51678 fps=1198 q=-1.0 size=  758364kB time=00:35:53.08 bitrate=2885.4kbits
    frame=51768 fps=1187 q=-1.0 size=  760650kB time=00:35:56.82 bitrate=2889.1kbits
    frame=51916 fps=1176 q=-1.0 size=  760650kB time=00:36:02.99 bitrate=2880.8kbits
    frame=51986 fps=1164 q=-1.0 size=  760888kB time=00:36:05.91 bitrate=2877.9kbits
    frame=52052 fps=1153 q=-1.0 size=  760888kB time=00:36:08.66 bitrate=2874.2kbits
    frame=52136 fps=1142 q=-1.0 size=  760888kB time=00:36:12.16 bitrate=2869.6kbits
    frame=52246 fps=1131 q=-1.0 size=  760888kB time=00:36:16.75 bitrate=2863.5kbits
    frame=52350 fps=1122 q=-1.0 size=  760888kB time=00:36:21.09 bitrate=2857.8kbits
    frame=52487 fps=1112 q=-1.0 size=  760888kB time=00:36:26.80 bitrate=2850.4kbits
    frame=52626 fps=1103 q=-1.0 size=  760888kB time=00:36:32.60 bitrate=2842.8kbits
    frame=52721 fps=1093 q=-1.0 size=  776386kB time=00:36:36.56 bitrate=2895.5kbits
    frame=52809 fps=1084 q=-1.0 size=  776386kB time=00:36:40.23 bitrate=2890.7kbits
    frame=52943 fps=1075 q=-1.0 size=  778500kB time=00:36:45.82 bitrate=2891.2kbits
    frame=53084 fps=1067 q=-1.0 size=  781988kB time=00:36:51.70 bitrate=2896.4kbits
    frame=53206 fps=1059 q=-1.0 size=  782640kB time=00:36:56.74 bitrate=2892.2kbits
    frame=53451 fps=1053 q=-1.0 size=  788180kB time=00:37:06.97 bitrate=2899.3kbits
    frame=53855 fps=1050 q=-1.0 size=  788422kB time=00:37:23.82 bitrate=2878.5kbits
    frame=54020 fps=1043 q=-1.0 size=  788422kB time=00:37:30.69 bitrate=2869.7kbits
    frame=54193 fps=1036 q=-1.0 size=  788422kB time=00:37:37.92 bitrate=2860.5kbits
    frame=54947 fps=1040 q=-1.0 size=  802624kB time=00:38:09.20 bitrate=2872.2kbits
    frame=55125 fps=1034 q=-1.0 size=  802624kB time=00:38:16.62 bitrate=2862.9kbits
    frame=55252 fps=1026 q=-1.0 size=  802624kB time=00:38:21.91 bitrate=2856.4kbits
    frame=55382 fps=1019 q=-1.0 size=  819746kB time=00:38:27.33 bitrate=2910.4kbits
    frame=55581 fps=1013 q=-1.0 size=  822162kB time=00:38:35.64 bitrate=2908.5kbits
    frame=55764 fps=1007 q=-1.0 size=  826292kB time=00:38:43.27 bitrate=2913.6kbits
    frame=55859 fps=999 q=-1.0 size=  828568kB time=00:38:47.24 bitrate=2916.6kbits/
    frame=56093 fps=994 q=-1.0 size=  831878kB time=00:38:57.00 bitrate=2916.0kbits/
    frame=56489 fps=992 q=-1.0 size=  832108kB time=00:39:13.51 bitrate=2896.4kbits/
    frame=56705 fps=988 q=-1.0 size=  832108kB time=00:39:22.52 bitrate=2885.3kbits/
    frame=56776 fps=980 q=-1.0 size=  832108kB time=00:39:25.47 bitrate=2881.7kbits/
    frame=56861 fps=972 q=-1.0 size=  832108kB time=00:39:29.03 bitrate=2877.4kbits/
    frame=57089 fps=968 q=-1.0 size=  832108kB time=00:39:38.54 bitrate=2865.9kbits/
    frame=57208 fps=962 q=-1.0 size=  832108kB time=00:39:43.49 bitrate=2859.9kbits/
    frame=57371 fps=956 q=-1.0 size=  832108kB time=00:39:50.30 bitrate=2851.8kbits/
    frame=57915 fps=957 q=-1.0 size=  862538kB time=00:40:12.99 bitrate=2928.3kbits/
    frame=58155 fps=954 q=-1.0 size=  865658kB time=00:40:23.00 bitrate=2926.7kbits/
    frame=58286 fps=947 q=-1.0 size=  867782kB time=00:40:28.45 bitrate=2927.3kbits/
    frame=58499 fps=943 q=-1.0 size=  870608kB time=00:40:37.35 bitrate=2926.1kbits/
    frame=58829 fps=941 q=-1.0 size=  875784kB time=00:40:51.11 bitrate=2927.0kbits/
    frame=59174 fps=939 q=-1.0 size=  880752kB time=00:41:05.49 bitrate=2926.4kbits/
    frame=59296 fps=933 q=-1.0 size=  882446kB time=00:41:10.58 bitrate=2926.0kbits/
    frame=59482 fps=929 q=-1.0 size=  884906kB time=00:41:18.34 bitrate=2925.0kbits/
    frame=60021 fps=929 q=-1.0 size=  891320kB time=00:41:40.69 bitrate=2919.9kbits/
    frame=60272 fps=924 q=-1.0 size=  893972kB time=00:41:51.17 bitrate=2916.3kbits/
    frame=60391 fps=918 q=-1.0 size=  895250kB time=00:41:56.13 bitrate=2914.7kbits/
    frame=60518 fps=913 q=-1.0 size=  897290kB time=00:42:01.43 bitrate=2915.2kbits/
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6604
        Last message repeated 4 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6604
        Last message repeated 1 times
    [svcd @ 000000000526ab60] packet too large, ignoring buffer limits to mux it
    [svcd @ 000000000526ab60] buffer underflow st=2 bufi=15690 size=6604
    frame=60920 fps=913 q=-1.0 size=  902050kB time=00:42:18.20 bitrate=2911.3kbits/
    frame=61235 fps=910 q=-1.0 size=  905718kB time=00:42:31.33 bitrate=2908.1kbits/
    frame=61328 fps=905 q=-1.0 size=  906184kB time=00:42:35.21 bitrate=2905.2kbits/
    frame=61512 fps=900 q=-1.0 size=  909324kB time=00:42:42.89 bitrate=2906.6kbits/
    frame=61846 fps=899 q=-1.0 size=  912302kB time=00:42:56.82 bitrate=2900.3kbits/
    frame=62024 fps=895 q=-1.0 size=  915544kB time=00:43:04.24 bitrate=2902.3kbits/
    frame=62129 fps=890 q=-1.0 size=  916628kB time=00:43:08.61 bitrate=2900.8kbits/
    frame=62396 fps=887 q=-1.0 size=  920636kB time=00:43:19.76 bitrate=2901.0kbits/
    frame=62651 fps=884 q=-1.0 size=  923166kB time=00:43:30.39 bitrate=2897.1kbits/
    frame=62861 fps=881 q=-1.0 size=  925936kB time=00:43:39.14 bitrate=2896.1kbits/
    frame=63017 fps=877 q=-1.0 size=  929256kB time=00:43:45.65 bitrate=2899.3kbits/
    frame=63309 fps=875 q=-1.0 size=  930026kB time=00:43:57.83 bitrate=2888.3kbits/
    frame=63330 fps=875 q=-1.0 Lsize=  932954kB time=00:43:58.71 bitrate=2896.4kbits
    /s
    video:771502kB audio:143717kB subtitle:4483kB other streams:0kB global headers:0
    kB muxing overhead: 1.440934%
    Can we copy the chapters stored in VOB files using the ffmpeg?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!