The following warnings occurred:
Warning [2] Undefined array key 1 - Line: 313 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 313 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined array key 1 - Line: 314 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 314 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined array key "" - Line: 327 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 327 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once



This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] AviSynth x86 + MPG = wrong aspect ratio and frame count (missing 88%)
#4
Can't reproduce the issue here with your source:

using Vapoursynth:
  • D2VSource: 185896 frames
  • dgdecodenv.DGSource: 185896 frames
  • LWLibavSource (with hardware decoding): 185896 frames
using Avisynth (32bit):
  • DGSource: 185896 frames
  • MPEG2Source: 185896 frames
  • LWLibavVideoSource: 29827 frames
  • D2VSource: 185896 frames

-> only decoder that's wrong here is LWLibavVideoSource which usually isn't used for decoding.

Quote:, I always used ffmpeg to mux to mpg, since mpg is the format DVD uses.
a. ffmpeg isn't really meant to handle dvd input
b. if really want to use ffmpeg to concatenate vob files you need to tell ffmpeg to recalculate the time codes otherwise the output will be 'broken'
better use:
- mencoder to remux to mpg since it can handle DVD input
- mkvtoolnix or MakeMKV if you want to remux .vob files to mkv
- PGCDemux to demux to raw streams, this is probably the 'best' way since it is the best in handling pgcs.

Quote:Frame count is handled correctly by Hybrid version 2020.11.25.1.
like I wrote before, works fine here,... Smile (since MPEG2Source hasn't be updated for ages and works fine here: no clue whats happening on your end)

Quote:Is muxing DVD VOB's to MKV the preferred way to handle DVD?
Depends on what you want to do. The best way is probably using PGCDemux if your source has multiple pcs, otherwise mkvtoolnix or MakeMKV are probably the best way.


Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: AviSynth x86 + MPG = wrong aspect ratio and frame count (missing 88%) - by Selur - 27.05.2021, 20:45

Forum Jump:


Users browsing this thread: 1 Guest(s)