[FFmpeg-user] dvd_nav_packet & mapping order issue

Sub Phil phil4000n at gmail.com
Tue Dec 16 22:06:18 CET 2014


>(Try -map -0:d)
If you meant the following cli it failed

>ffmpeg -i VTS_01_4_ORIGINAL.vob  -map -0:d out.vob
ffmpeg version N-68399-g10ef8f0 Copyright (c) 2000-2014 the FFmpeg
developers
  built on Dec 12 2014 22:12:56 with gcc 4.9.2 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads
--enable-avisynth --enable-bzlib --enable-fo
ntconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass
--enable-libbluray --enable-libbs2b --ena
ble-libcaca --enable-libfreetype --enable-libgme --enable-libgsm
--enable-libilbc --enable-libmodplug --enable-li
bmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb
--enable-libopenjpeg --enable-libopus --enable-lib
rtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex
--enable-libtheora --enable-libtwolame --enable-
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-zl
ib
  libavutil      54. 15.100 / 54. 15.100
  libavcodec     56. 14.100 / 56. 14.100
  libavformat    56. 15.104 / 56. 15.104
  libavdevice    56.  3.100 / 56.  3.100
  libavfilter     5.  3.101 /  5.  3.101
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
[mpeg2video @ 0000000002bcd460] Invalid frame dimensions 0x0.
    Last message repeated 11 times
Input #0, mpeg, from 'VTS_01_4_ORIGINAL.vob':
  Duration: 25:42:20.97, start: 3402.244489, bitrate: 92 kb/s
    Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, bt470bg),
720x576 [SAR 64:45 DAR 16:9], max. 8800 k
b/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:1[0x81]: Audio: ac3, 48000 Hz, stereo, fltp, 224 kb/s
    Stream #0:2[0x82]: Audio: ac3, 48000 Hz, stereo, fltp, 224 kb/s
    Stream #0:3[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 224 kb/s
    Stream #0:4[0x21]: Subtitle: dvd_subtitle
    Stream #0:5[0x20]: Subtitle: dvd_subtitle
    Stream #0:6[0x1bf]: Data: dvd_nav_packet
Stream map '0:d' matches no streams.

>

>You should not use FFmpeg to concat vob files.
I'm not, under Win7
Copy /b VTS_01_1.VOB + VTS_01_2.VOB + VTS_01_3.VOB + VTS_01_4.VOB +
VTS_01_5.VOB dosCAT.VOB

>(You can use it to transcode them.)
That's precisely the issue, I want to use ffmpeg to fix VTS_01_4.VOB which
is jerking, but the transcoding changes the (audio) streams order, so that
I can not concat anymore with the others vob.

2014-12-15 14:36 GMT+01:00 Carl Eugen Hoyos <cehoyos at ag.or.at>:
>
> Sub Phil <phil4000n <at> gmail.com> writes:
>
> > >Writing dvdnav packets is not supported.
> >
> > I haven't seen that in the documentation,
> > maybe it should stated.
>
> > By the way, how do you than specify to copy
> > all streams but dvdnav packets??
>
> The map option supports a "-" parameter, that
> should work, if not, provide your command line
> please.
> (Try -map -0:d)
>
> > > but unless you can explain a negative
> > > effect this has, there is no issue.
> >
> > Well, I do.
>
> > I can't properly concat files now.
>
> You should not use FFmpeg to concat vob files.
> (You can use it to transcode them.)
> There is 'cat' and there is 'mplayer -dumpstream'
> and there is 'tools/dvd2concat'.
> All three are better suited.
>
> > Indeed, has the ffmpeg output has streams
> > order changed
>
> As explained, vob files (mpeg program streams)
> do not have a "stream order", since you cannot
> change something that does not exist, FFmpeg
> does not change the order of streams in vob
> files.
>
> Please fix your quoting, Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list