Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\Users\WebDesigner>cd desktop
C:\Users\WebDesigner\Desktop>ffmpeg -i test.VOB -c:a copy -c:v copy test.mp4
ffmpeg version N-82274-g34aeb5d Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.4.0 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
libavutil 55. 35.100 / 55. 35.100
libavcodec 57. 66.101 / 57. 66.101
libavformat 57. 57.100 / 57. 57.100
libavdevice 57. 2.100 / 57. 2.100
libavfilter 6. 66.100 / 6. 66.100
libswscale 4. 3.100 / 4. 3.100
libswresample 2. 4.100 / 2. 4.100
libpostproc 54. 2.100 / 54. 2.100
[mpeg2video @ 0000000001e73e40] Invalid frame dimensions 0x0.
Last message repeated 10 times
Input #0, mpeg, from 'test.VOB':
Duration: 26:27:42.41, start: 350.970044, bitrate: 77 kb/s
Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, top first), 720x576 [SAR 16:15 DAR 4:3], Closed Captions, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 256 kb/s
Stream #0:2[0x1bf]: Data: dvd_nav_packet
[mp4 @ 0000000001eb0260] track 1: codec frame size is not set
Output #0, mp4, to 'test.mp4':
Metadata:
encoder : Lavf57.57.100
Stream #0:0: Video: mpeg2video (Main) (a[0][0][0] / 0x0061), yuv420p(tv, top first), 720x576 [SAR 16:15 DAR 4:3], q=2-31, 25 fps, 25 tbr, 90k tbn, 90k tbc
Stream #0:1: Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, stereo, 256 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame= 2583 fps=0.0 q=-1.0 size= 119816kB time=00:01:43.84 bitrate=9451.6kbits/[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 16679520, current: 16674480; changing to 16679521. This may result in incorrect timestamps in the output file.
[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 16679521, current: 16678080; changing to 16679522. This may result in incorrect timestamps in the output file.
frame= 5277 fps=5277 q=-1.0 size= 244780kB time=00:03:31.51 bitrate=9480.5kbitsframe= 8277 fps=5517 q=-1.0 size= 380937kB time=00:05:31.51 bitrate=9413.3kbitsframe=11100 fps=5422 q=-1.0 size= 510071kB time=00:07:24.43 bitrate=9401.9kbits[mpeg @ 0000000000a463e0] Invalid timestamps stream=0, pts=26195224, dts=8616119016, size=2015
[mpeg @ 0000000000a463e0] DTS 26188024 < 8616119016 out of order
[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 42850080, current: 42845040; changing to 42850081. This may result in incorrect timestamps in the output file.
[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 42850081, current: 42848640; changing to 42850082. This may result in incorrect timestamps in the output file.
frame=13083 fps=5136 q=-1.0 size= 600926kB time=00:08:43.65 bitrate=9400.8kbitsframe=14992 fps=4920 q=-1.0 size= 688720kB time=00:10:00.01 bitrate=9403.1kbits[mpeg @ 0000000000a463e0] New audio stream 0:3 at pos:721516550 and DTS:NOPTSs
[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 54073440, current: 54068400; changing to 54073441. This may result in incorrect timestamps in the output file.
[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 54073441, current: 54072000; changing to 54073442. This may result in incorrect timestamps in the output file.
frame=17408 fps=4907 q=-1.0 size= 793637kB time=00:11:36.56 bitrate=9333.7kbitsframe=18780 fps=4628 q=-1.0 size= 856191kB time=00:12:31.44 bitrate=9334.0kbitsframe=19248 fps=4308 q=-1.0 Lsize= 878302kB time=00:12:50.17 bitrate=9342.1kbits/s speed= 172x
video:853686kB audio:24075kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.061569%
C:\Users\WebDesigner\Desktop>
ffmpeg -i outss.VOB -c:a copy -c:v copy video.mp4
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\Users\WebDesigner>cd desktop
C:\Users\WebDesigner\Desktop>ffmpeg -i test.VOB -c:a copy -c:v copy test.mp4
ffmpeg version N-82274-g34aeb5d Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.4.0 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
libavutil 55. 35.100 / 55. 35.100
libavcodec 57. 66.101 / 57. 66.101
libavformat 57. 57.100 / 57. 57.100
libavdevice 57. 2.100 / 57. 2.100
libavfilter 6. 66.100 / 6. 66.100
libswscale 4. 3.100 / 4. 3.100
libswresample 2. 4.100 / 2. 4.100
libpostproc 54. 2.100 / 54. 2.100
[mpeg2video @ 0000000001e73e40] Invalid frame dimensions 0x0.
Last message repeated 10 times
Input #0, mpeg, from 'test.VOB':
Duration: 26:27:42.41, start: 350.970044, bitrate: 77 kb/s
Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, top first), 720x576 [SAR 16:15 DAR 4:3], Closed Captions, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 256 kb/s
Stream #0:2[0x1bf]: Data: dvd_nav_packet
[mp4 @ 0000000001eb0260] track 1: codec frame size is not set
Output #0, mp4, to 'test.mp4':
Metadata:
encoder : Lavf57.57.100
Stream #0:0: Video: mpeg2video (Main) (a[0][0][0] / 0x0061), yuv420p(tv, top first), 720x576 [SAR 16:15 DAR 4:3], q=2-31, 25 fps, 25 tbr, 90k tbn, 90k tbc
Stream #0:1: Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, stereo, 256 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame= 2583 fps=0.0 q=-1.0 size= 119816kB time=00:01:43.84 bitrate=9451.6kbits/[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 16679520, current: 16674480; changing to 16679521. This may result in incorrect timestamps in the output file.
[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 16679521, current: 16678080; changing to 16679522. This may result in incorrect timestamps in the output file.
frame= 5277 fps=5277 q=-1.0 size= 244780kB time=00:03:31.51 bitrate=9480.5kbitsframe= 8277 fps=5517 q=-1.0 size= 380937kB time=00:05:31.51 bitrate=9413.3kbitsframe=11100 fps=5422 q=-1.0 size= 510071kB time=00:07:24.43 bitrate=9401.9kbits[mpeg @ 0000000000a463e0] Invalid timestamps stream=0, pts=26195224, dts=8616119016, size=2015
[mpeg @ 0000000000a463e0] DTS 26188024 < 8616119016 out of order
[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 42850080, current: 42845040; changing to 42850081. This may result in incorrect timestamps in the output file.
[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 42850081, current: 42848640; changing to 42850082. This may result in incorrect timestamps in the output file.
frame=13083 fps=5136 q=-1.0 size= 600926kB time=00:08:43.65 bitrate=9400.8kbitsframe=14992 fps=4920 q=-1.0 size= 688720kB time=00:10:00.01 bitrate=9403.1kbits[mpeg @ 0000000000a463e0] New audio stream 0:3 at pos:721516550 and DTS:NOPTSs
[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 54073440, current: 54068400; changing to 54073441. This may result in incorrect timestamps in the output file.
[mp4 @ 0000000001eb0260] Non-monotonous DTS in output stream 0:0; previous: 54073441, current: 54072000; changing to 54073442. This may result in incorrect timestamps in the output file.
frame=17408 fps=4907 q=-1.0 size= 793637kB time=00:11:36.56 bitrate=9333.7kbitsframe=18780 fps=4628 q=-1.0 size= 856191kB time=00:12:31.44 bitrate=9334.0kbitsframe=19248 fps=4308 q=-1.0 Lsize= 878302kB time=00:12:50.17 bitrate=9342.1kbits/s speed= 172x
video:853686kB audio:24075kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.061569%
C:\Users\WebDesigner\Desktop>