Thread: FFmpegSource
View Single Post
Old 3rd January 2020, 14:34   #2559  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,914
Quote:
Originally Posted by kedautinh12 View Post
thanks, but still error with .vob file
...
---[Error] [1/3/2020 8:13:26 AM] avs [error]: FFVideoSource: Out of bounds frame requested occurred while reading frame 5675
---[Error] [1/3/2020 8:13:26 AM] avs [error]: FFVideoSource: Out of bounds frame requested occurred while reading frame 5676
...

video test: https://drive.google.com/open?id=1Ij...KpJm74NlbwGrep
You must know something about VOB files.
If you load your IFO file over PgcDemux you can see the image attached.

Your video duration is 4:05.00, if you create one file per VID (Click Process! in the image) you obtain 2 VOB files:

Quote:
VTS_01_1_001.VOB
------------------------------------------------------------------------------
VOB, 1 video track, 1 audio track, 0:03:57
1: MPEG2, 480p24 /1.001 (16:9) with pulldown flags
2: RAW/PCM, 2.0 channels, 16 bits, 48kHz

VTS_01_1_002.VOB
------------------------------------------------------------------------------
VOB, 1 video track, 0:00:08
1: MPEG2, 480i60 /1.001 (16:9)
The first one can be managed without problems with any decoder and obtain a perfect video 23.976 with the audio.

The second one is a true 29.970 credit (Sony) video without audio.
Seems than FFVideoSource crash when the final credit change video and audio parameters.

BTW MeGUI work fine for me, managing the correct video and don't offer me use ffms2 decoder, only DGIndex or DGIndexNV.
Attached Images
 
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote