Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 12th June 2020, 19:29   #121  |  Link
Blue_MiSfit
Derek Prestegard IRL
 
Blue_MiSfit's Avatar
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 5,989
Just out of curiosity, what's the use case for d2v files these days? ffvideosource seems to open all MPEG-2 variants I've tried.
Blue_MiSfit is offline   Reply With Quote
Old 12th June 2020, 19:33   #122  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
ffms2 and mpeg are not very good friends https://forum.doom9.org/showthread.php?t=176231
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 12th June 2020, 19:51   #123  |  Link
Jukus
Registered User
 
Join Date: Jul 2019
Location: Russia
Posts: 87
Sometimes can find mpeg2 video, when using d2v the wrong index is obtained, but with ffms2 the correct one.
Jukus is offline   Reply With Quote
Old 12th June 2020, 20:13   #124  |  Link
jackoneill
unsigned int
 
jackoneill's Avatar
 
Join Date: Oct 2012
Location: 🇪🇺
Posts: 760
Quote:
Originally Posted by Blue_MiSfit View Post
Just out of curiosity, what's the use case for d2v files these days? ffvideosource seems to open all MPEG-2 variants I've tried.
People still have DVDs to decode, apparently. You need something that treats the collection of VOBs as a single file, otherwise you lose some frames (and synchronisation, probably) if you open them individually with ffms2.

Quote:
Originally Posted by Jukus View Post
Sometimes can find mpeg2 video, when using d2v the wrong index is obtained, but with ffms2 the correct one.
If you were using D2V Witch v3, that might have been due to one of the bugs fixed in v4. If the index is still wrong with v4, you should report it.
__________________
Buy me a "coffee" and/or hire me to write code!

Last edited by jackoneill; 12th June 2020 at 20:15.
jackoneill is offline   Reply With Quote
Old 12th June 2020, 20:36   #125  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
For PAL DVDs which are typically progressive the best route was always MakeMKV and then open it with ffms2 or L-Smash, this route was extremely reliable, probably it still is, other older routes often failed by causing issues, for instance with subtitle sync, there were still ways but not as simple as using MakeMKV.
stax76 is offline   Reply With Quote
Old 12th June 2020, 20:37   #126  |  Link
Jukus
Registered User
 
Join Date: Jul 2019
Location: Russia
Posts: 87
Quote:
Originally Posted by jackoneill View Post
If you were using D2V Witch v3, that might have been due to one of the bugs fixed in v4. If the index is still wrong with v4, you should report it.
A distinctive feature of these videos is that mediainfo shows that the bottom field first, but in fact the first is top. If need a sample, now I do not have it.

Personally, I always use d2v in the first place, otherwise there may be problems with skipping frames and the wrong frame order. Only if d2v gives the wrong result, then I use ffms2.

Last edited by Jukus; 12th June 2020 at 20:40.
Jukus is offline   Reply With Quote
Old 12th June 2020, 20:40   #127  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Quote:
Just out of curiosity, what's the use case for d2v files these days?
opening DVDs is the main usage for it here.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 15th June 2020, 15:43   #128  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Thank you HolyWu!
stax76 is offline   Reply With Quote
Old 15th June 2020, 16:57   #129  |  Link
Jukus
Registered User
 
Join Date: Jul 2019
Location: Russia
Posts: 87
Quote:
Originally Posted by jackoneill View Post
If you were using D2V Witch v3, that might have been due to one of the bugs fixed in v4. If the index is still wrong with v4, you should report it.
If do remux to m2v using ffmpeg, and there will be such errors in the log, then d2witch will not be able to make the correct index for this video.
Code:
...
[mpeg2video @ 0x55bdad62db80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 94245 >= 94243                                                                         
[mpeg2video @ 0x55bdad62db80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 94245 >= 94244                                                                         
[mpeg2video @ 0x55bdad62db80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 94245 >= 94245                                                                         
    Last message repeated 1 times
[mpeg2video @ 0x55bdad62db80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 94248 >= 94246
[mpeg2video @ 0x55bdad62db80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 94248 >= 94247                                                                         
[mpeg2video @ 0x55bdad62db80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 94248 >= 94248                                                                         
    Last message repeated 1 times
[mpeg2video @ 0x55bdad62db80] pts (94249) < dts (94250) in stream 0
[mpeg2video @ 0x55bdad62db80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 94249 >= 94249                                                                         
[mpeg2video @ 0x55bdad62db80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 94252 >= 94250
...

Last edited by Jukus; 15th June 2020 at 17:05.
Jukus is offline   Reply With Quote
Old 15th June 2020, 17:52   #130  |  Link
Jukus
Registered User
 
Join Date: Jul 2019
Location: Russia
Posts: 87
v5 was released, I checked, now everything is indexed correctly
Still support mkv for convenience
Jukus is offline   Reply With Quote
Old 16th June 2020, 17:29   #131  |  Link
jackoneill
unsigned int
 
jackoneill's Avatar
 
Join Date: Oct 2012
Location: 🇪🇺
Posts: 760
Quote:
Originally Posted by Jukus View Post
v5 was released, I checked, now everything is indexed correctly
Even the files with these errors from ffmpeg?
Code:
[mpeg2video @ 0x55bdad62db80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 94245 >= 94243
__________________
Buy me a "coffee" and/or hire me to write code!
jackoneill is offline   Reply With Quote
Old 16th June 2020, 19:19   #132  |  Link
Jukus
Registered User
 
Join Date: Jul 2019
Location: Russia
Posts: 87
Quote:
Originally Posted by jackoneill View Post
Even the files with these errors from ffmpeg?
Code:
[mpeg2video @ 0x55bdad62db80] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 94245 >= 94243
Yes, now these files are indexed correctly.
Jukus is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:23.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.