Log in

View Full Version : FFmpegSource


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 [51] 52 53 54 55 56 57 58 59 60

real.finder
25th July 2019, 16:52
if the convert between XYZ and YUV is lossless then it's ok, or maybe ffms2 need flag parameter (https://forum.doom9.org/showthread.php?p=1817009#post1817009)

isn't CIE XYZ more close to RGB than YUV? and CIE Lab is more close to YUV as said here (https://forum.doom9.org/showthread.php?p=1817006#post1817006)

maybe avs+ need to add those CIE things

StvG
31st July 2019, 02:22
I've made a seeking test with "StvG ffms2" and it performs the same as "ffms2_test8.dll" https://forum.doom9.org/showthread.php?t=176231

This one (https://www.sendspace.com/file/wyefy3) (built against ffmpeg 4.1.4) has fixed VP9 seeking and AV1 support (aom).

Btw "lsmas.LWLibavSource()" is showing "ok" for "VP9.mkv" (https://forum.doom9.org/showthread.php?t=176231) for most of the builds but the frames number is different than "ffms2.Source()" builds with "ok" for "VP9.mkv". How come?

ChaosKing
31st July 2019, 09:21
This one (https://www.sendspace.com/file/wyefy3) (built against ffmpeg 4.1.4) has fixed VP9 seeking and AV1 support (aom).

Btw "lsmas.LWLibavSource()" is showing "ok" for "VP9.mkv" (https://forum.doom9.org/showthread.php?t=176231) for most of the builds but the frames number is different than "ffms2.Source()" builds with "ok" for "VP9.mkv". How come?

This is something I noticed for some files too. In this case lsmas is not decoding it properly but still manages to return the correct frames (or at least the same frames while it was reading the file linearly)

I plan to make a new table with some more infos like detected total frame numer, fps, color space etc. ...

EDIT: And it seems I downloaded also some "problem" files where I don't know if testing these are a good thing or not.

FranceBB
7th August 2019, 18:31
ffms2-r1275+2-win64-20190808 (https://www.mediafire.com/file/erzaltr7hw7bc5r/ffms2-r1275+2-win64-20190808.7z/file)


Update to FFmpeg 4.2.
Switch to libdav1d for AV1 decoding.


May I ask you an x86 version for ffms2 as well?

Thank you in advance,
Frank

jlw_4049
26th August 2019, 15:05
ffms2-r1275+2-20190811 (https://www.mediafire.com/file/9dmplqvm17wpre0/ffms2-r1275+2-20190811.7z/file)


Update to FFmpeg 4.2.
Switch to libdav1d for AV1 decoding.


This build takes about 7 minutes and 30 seconds after indexing to finish. Stvg's build takes about 1 minute and 10 seconds after on a 4k Remux. What is the difference?

jlw_4049
26th August 2019, 15:58
What program did you use for testing to get the indexing time? ffmsindex.exe?

I'm using StaxRip. Both of them actually index at the same speed. However, after they are done indexing StaxRip minimizes to the background for 1 or 8 minutes depending on the filter. Seems like the filter is looping or something, as it slowly makes 1 .avs file, then the 2nd .avs file like 6 minutes later before finally bringing the GUI back up.

I can't figure out if it's an issue with Stax or with the filters. I'm also talking to Stax76 as well. Hoping to figure it out :/

jlw_4049
26th August 2019, 16:51
The filter itself never makes .avs file.

Try testing with another program like AvsPmod or VirtualDub2 and see whether the issue persists.

You are right. The issue isn't with the indexer. My apologies!

stax76
30th August 2019, 13:18
The filter itself never makes .avs file.

Try testing with another program like AvsPmod or VirtualDub2 and see whether the issue persists.

I tried with VirtualDub2 (uses avifile api like staxrip) and the problem persists, it needs minutes to load, the reason is the amount of subtitles streams, in this case there are 45 subtitle streams. StvG's last build loads in ten seconds.

MediaInfo:

https://pastebin.com/5Qd4qjA8

Patman
30th August 2019, 15:26
This one (https://www.sendspace.com/file/wyefy3) (built against ffmpeg 4.1.4) has fixed VP9 seeking and AV1 support (aom).

Btw "lsmas.LWLibavSource()" is showing "ok" for "VP9.mkv" (https://forum.doom9.org/showthread.php?t=176231) for most of the builds but the frames number is different than "ffms2.Source()" builds with "ok" for "VP9.mkv". How come?Hi STvG,

can you make new build with ffmpeg 4.2?

Gesendet von meinem HMA-L09 mit Tapatalk

stax76
30th August 2019, 21:26
@HolyWu

Thanks for the build, if it persists I try to reproduce it with a smaller file that I will upload then.

edit:

I'm still working on the issue but the first test shows that it's fixed!

StvG
30th August 2019, 22:02
Hi STvG,

can you make new build with ffmpeg 4.2?

Gesendet von meinem HMA-L09 mit Tapatalk

Hi. Here (https://www.sendspace.com/file/pv1gz6) is the updated version.
ffmpeg - n4.3-83e0b71
aom - 6788a07

stax76
30th August 2019, 22:42
@HolyWu

It's fixed, for my large test file the load time is now 25 seconds and the close time is 13 seconds, exactly identical to StvG's build, before the load time was several minutes, file is 50 GB, 3 audio and 45 subtitle tracks.

I've remuxed the file including all tracks and the load time was the same but after I remuxed it including only one audio and only one subtitle track the load time is 1 second !!!

edit:

3 audio tracks, 49 PGS subtitle tracks: 25 seconds load time
3 audio tracks, 0 PGS subtitle tracks: 1 second load time
1 audio tracks, 2 PGS subtitle tracks: 2 seconds load time
1 audio tracks, 10 PGS subtitle tracks: 3 seconds load time
1 audio tracks, 20 PGS subtitle tracks: 6 seconds load time

Patman
31st August 2019, 07:32
Hi. Here (https://www.sendspace.com/file/pv1gz6) is the updated version.
ffmpeg - n4.3-83e0b71
aom - 6788a07

Thanks a lot.

ChaosKing
31st August 2019, 09:52
Hi. Here (https://www.sendspace.com/file/pv1gz6) is the updated version.
ffmpeg - n4.3-83e0b71
aom - 6788a07
It seems FFmpeg 4.3 fixes some issues with frame seeking accuracity.

https://i.imgur.com/Gc3d5YV.png

Natty
31st August 2019, 11:22
Hi. Here (https://www.sendspace.com/file/pv1gz6) is the updated version.
ffmpeg - n4.3-83e0b71
aom - 6788a07

:thanks:

StvG
31st August 2019, 11:38
It seems FFmpeg 4.3 fixes some issues with frame seeking accuracity.

https://i.imgur.com/Gc3d5YV.png

Can you test the previous version with ffmpeg 4.1.4 (https://forum.doom9.org/showthread.php?p=1880545#post1880545)? I'm curious what is the difference.
Thanks.

Myrsloik
31st August 2019, 18:03
It seems FFmpeg 4.3 fixes some issues with frame seeking accuracity.

https://i.imgur.com/Gc3d5YV.png

Nice table. You've really captured why I hate to develop FFMS2.

ChaosKing
1st September 2019, 08:50
Can you test the previous version with ffmpeg 4.1.4 (https://forum.doom9.org/showthread.php?p=1880545#post1880545)? I'm curious what is the difference.
Thanks.

4.1 looks the same except it can't open the MXF file. The problems started with FFmpeg 4.2:devil: (but only for ffms2, lsmash is still frame accurate for almost everything.)

StvG
1st September 2019, 22:31
https://www.dropbox.com/sh/bxwibb20m8rnnro/AABmPSXEWGgE7nBK-PvwyU6Aa?dl=0

I wished the newer ffmpeg (ffms2) versions would also be frame accurate for the h264 mp4 files...

Here (https://ln2.sync.com/dl/8f41e53a0/j3h7zccs-idw6xu46-8qtydpnx-7xudd6ez/view/default/3079247800013) updated version. "ffms2_seeking_issue.mp4" is again "ok".
ffmpeg - n4.3-cc78783
aom - 05b3304

ChaosKing
1st September 2019, 22:57
Here (https://www.sendspace.com/file/dbwbfv) updated version. "ffms2_seeking_issue.mp4" is again "ok".
ffmpeg - n4.3-cc78783
aom - 05b3304

Can confirm. Seems like the "best" ffms2 version since the "ffms2-test8.dll" release.

Natty
2nd September 2019, 12:21
Here (https://www.sendspace.com/file/dbwbfv) updated version. "ffms2_seeking_issue.mp4" is again "ok".
ffmpeg - n4.3-cc78783
aom - 05b3304

:thanks: working fine. lighter in size and maybe faster.

Atak_Snajpera
2nd September 2019, 12:55
Here (https://www.sendspace.com/file/dbwbfv) updated version. "ffms2_seeking_issue.mp4" is again "ok".
ffmpeg - n4.3-cc78783
aom - 05b3304

pro tip. Use mediafire.com. sendspace is very slow (~80KiB/s)

MeteorRain
2nd September 2019, 19:37
BTW if you need a (kinda) reliable and fast upload space for releases, I can provide some for free.

StvG
4th September 2019, 20:59
BTW if you need a (kinda) reliable and fast upload space for releases, I can provide some for free.

I wouldn't bother you with such thing.

The link is edited.

StvG
7th October 2019, 22:00
Update (https://ln2.sync.com/dl/917b6fe60/d9e5tyaq-qwmnwnbq-ks2xwnur-j9bbdfcz):
- ffmpeg n4.3_a746359;
- dav1d 0.4.0 (seeking accurate with threads=1 and still ~50% faster than aom).

ChaosKing
7th October 2019, 22:21
Update (https://ln2.sync.com/dl/917b6fe60/d9e5tyaq-qwmnwnbq-ks2xwnur-j9bbdfcz):
- ffmpeg n4.3_a746359;
- dav1d 0.4.0 (seeking accurate with threads=1 and still ~50% faster than aom).

Can confirm threads=1 is seeking accurate. (and threads=2 definitely not :D)

FranceBB
8th October 2019, 18:14
Update (https://ln2.sync.com/dl/917b6fe60/d9e5tyaq-qwmnwnbq-ks2xwnur-j9bbdfcz):
- ffmpeg n4.3_a746359;
- dav1d 0.4.0 (seeking accurate with threads=1 and still ~50% faster than aom).

Thank you for the updated build.

markfilipak
21st October 2019, 22:19
I see that my postings and the answers are being deleted. Could you leave them up long enough for me to copy them?

StainlessS
21st October 2019, 22:35
I would not know why your posts might be being deleted, however I think maybe you should not be posting in the developer section [EDIT: Programmer] , either avisynth, or maybe more at home in Newbies forum.

Here on Wiki the Internal filters section:- http://avisynth.nl/index.php/Internal_filters
and External:- http://avisynth.nl/index.php/Internal_filters

And x64:- http://avisynth.nl/index.php/AviSynth%2B_x64_plugins

markfilipak
21st October 2019, 22:44
I would not know why your posts might be being deleted, however I think maybe you should not be posting in the developer section [EDIT: Programmer] ...
Sorry. I didn't know. And I don't know of other forums. I was just following published links to here from the various git and plugin sites. For example,
@https://github.com/AviSynth/AviSynthPlus,
"Visit our forum thread <http://forum.doom9.org/showthread.php?t=168856> for compilation instructions and support"

... either avisynth, or maybe more at home in Newbies forum.

Where? Do you have a link?

The wiki doesn't accept questions.

StainlessS
21st October 2019, 23:12
To be fair, I have always disliked that our more accomplished programmers seem to deem it below themselves to have a thread in Avisynth Usage forum.
they only post threads in devs forum, and so everything is a bit screwed up [I wanted to use another word].
It is a complex world, & no place more so than this.

Avisynth Usage Forum:- http://forum.doom9.org/forumdisplay.php?f=33
Avisynth Newbies Forum:- http://forum.doom9.org/forumdisplay.php?f=6

The wiki doesn't accept questions.
I think a Wiki (I aint looked this up), is kinda like an accumulation of knowledge, a log of questions asked before [and hopefully answered too].

The place to ask questions is the forum, but as you have found out, not all questions will have answers that are to your liking.

As I've always said, "Life's a bitch and then you die", and I can give personal assurance that it dont get no better after that, kinda makes you wonder if the whole shabang was worth the effort.

Groucho2004
21st October 2019, 23:25
To be fair, I have always disliked that our more accomplished programmers seem to deem it below themselves to have a thread in Avisynth Usage forum.You and I must be part of the less accomplished breed then, right? :)

markfilipak
21st October 2019, 23:27
To be fair, I have always disliked that our more accomplished programmers seem to deem it below themselves to have a thread in Avisynth Usage forum.
they only post threads in devs forum, and so everything is a bit screwed up [I wanted to use another word].
It is a complex world, & no place more so than this.

Avisynth Usage Forum:- http://forum.doom9.org/forumdisplay.php?f=33

Thanks. I stumbled on the breadcrumbs and backed up through them and discovered forum #33.

Avisynth Newbies Forum:- http://forum.doom9.org/forumdisplay.php?f=6
Thanks for the link. It isn't avisynth (or avisynth+) oriented -- it doesn't even mention them -- but I'll try it.

The place to ask questions is the forum, but as you have found out, not all questions will have answers that are to your liking.
I have pretty thick skin. But the greeting here is chilly. In my case, I could become a developer, but ...such an unfriendly reception... It's discouraging and indicates that users are not welcome (which is a bad indicator of overall success for the application).

Groucho2004
21st October 2019, 23:42
I have pretty thick skin. But the greeting here is chilly. In my case, I could become a developer, but ...such an unfriendly reception... It's discouraging and indicates that users are not welcome (which is a bad indicator of overall success for the application).I went through every single of your 22 posts and could not find anything but helpful replies to them even though some of your posts indicate that you'd rather be spoon-fed information than do a bit of googling.

This is a forum for information exchange, don't expect users to blow candy up your bunghole.

StainlessS
22nd October 2019, 00:00
In my case, I could become a developer

AhHa!,
So you think that we should have a forum for newbies that might or might not, at some future point in time, become developers. [interesting point of view].

And, no offence intended, but it dont really matter whether you may/may not at some unspecified point in future time be a developer, if you are asking newbie
questions in developer forum, you should be thankful for any kind of non abusive response at all. :)

Likewise, developer questions in Newbie Forum would be out of place.

EDIT: @ G2K4, obviously I do not count myself in my meandering about the other gifted/less gifted users of the forum [I am of course and as you would expect, be above all of that],
but I see that you readily accept and know your own position in the scheme of things. If one knows ones limits, one is rarely disappointed with ones achievements, and there lies your
future happiness or at least acceptance of what is, and what is not.

poisondeathray
22nd October 2019, 01:12
I have pretty thick skin. But the greeting here is chilly. In my case, I could become a developer, but ...such an unfriendly reception... It's discouraging and indicates that users are not welcome (which is a bad indicator of overall success for the application).

There were some budget cutbacks and the cheer department got axed. (So no welcome wagons this year.)

This is all you get on such short notice
https://postimg.cc/8J7KpncS

In the past, you probably would have been "put on vacation" (suspended) for such multiple infractions, for not following the rules . For 1, 1a, 2, plus a few others. Seriously :scared: .
https://forum.doom9.org/forum-rules.htm

videoh
22nd October 2019, 02:29
I could become a developer, but ...such an unfriendly reception... For sure! I tried to become a developer here too. But the admin decided to murder me. Now I am a happy nobody, and you are the next victim. Good luck!

kedautinh12
23rd November 2019, 12:40
Update (https://ln2.sync.com/dl/917b6fe60/d9e5tyaq-qwmnwnbq-ks2xwnur-j9bbdfcz):
- ffmpeg n4.3_a746359;
- dav1d 0.4.0 (seeking accurate with threads=1 and still ~50% faster than aom).

Your ffms2 still error with .ts
Example:
https://drive.google.com/file/d/11tsEN5_qTqLJLCt8Q_jrBi6AYwcdwpX6/view?usp=drivesdk

Patman
23rd November 2019, 15:20
Your ffms2 still error with .ts
Example:
https://drive.google.com/file/d/11tsEN5_qTqLJLCt8Q_jrBi6AYwcdwpX6/view?usp=drivesdk

Hi,

i can't reproduce the failure with your file.

kedautinh12
24th November 2019, 01:44
Hi,

i can't reproduce the failure with your file.

Error: "couldn't read avs frame"

StvG
25th November 2019, 07:47
Error: "couldn't read avs frame"
I can't reproduce the issue too.

Update: (https://cloud.owncube.com/s/McQSH8JG67zzKt4)
- ffmpeg n4.3_9cd56bb;
- dav1d 0.5.1 (default threads=1 for AV1).

kedautinh12
26th November 2019, 00:47
I can't reproduce the issue too.

Update: (https://cloud.owncube.com/s/McQSH8JG67zzKt4)
- ffmpeg n4.3_9cd56bb;
- dav1d 0.5.1 (default threads=1 for AV1).

My warning log when load example video with your built:
[Warning] Log
-[Information] Versions
--[Information] MeGUI: 2913 x64
--[Information] MeGUI Debug Data: available
--[Information] Update Check: development update server
--[Information] System Information
---[Information] Operating System: Windows 10 Pro 1903 x64 (10.0.18362.476)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.8 (4.8.03752)
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2005 x64: 8.0.61000
----[Information] Microsoft Visual C++ 2005 x86: 8.0.61001
----[Information] Microsoft Visual C++ 2010 x64: 10.0.40219
----[Information] Microsoft Visual C++ 2010 x86: 10.0.40219
----[Information] Microsoft Visual C++ 2012 x64: 11.0.61030
----[Information] Microsoft Visual C++ 2012 x86: 11.0.61030
----[Information] Microsoft Visual C++ 2013 x64: 12.0.40664
----[Information] Microsoft Visual C++ 2013 x86: 12.0.40664
----[Information] Microsoft Visual C++ 2015-2019 x64: 14.23.27820
----[Information] Microsoft Visual C++ 2015-2019 x86: 14.23.27820
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 1366x768
----[Information] Primary Screen: True
--[Information] Component Information
---[Information] Haali Media Splitter: 1.13.138.14 (14-04-2013)
---[Information] Haali DSS2: not installed
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
---[Information] MediaInfo: 18.05.0.0 (08-05-2018)
---[Information] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
---[Information] 7z: 9.20 (18-11-2010)
--[Information] AviSynth Information
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.2847.0
----[Information] Date: 06-05-2018
----[Information] Interface: 3
---[Information] AviSynth
----[Information] AviSynth Status: ignored as portable build is forced
---[Information] AviSynth portable
----[Information] File Version: 3.4
----[Information] File Date: 20-10-2019
----[Information] File Name: AviSynth+ 3.4 (r2923, 3.4, x86_64)
----[Information] File Path: e:\megui-2913-64\avisynth.dll
----[Information] AviSynth Version: AviSynth+ 3.4 (r2923, 3.4, x86_64)
----[Information] AviSynth+: true
----[Information] AviSynth MT: true
----[Information] AviSynth Status: active
-[Information] Update detection
--[Information] [11/26/2019 6:42:53 AM] Cannot use update server http://megui.org/auto/. Reason: Update server is not available
--[Information] [11/26/2019 6:42:54 AM] Connected to server: http://megui.tmebi.de/test/
--[Information] [11/26/2019 6:42:57 AM] No package requires an update
-[Information] FileIndexer
--[Information] [11/26/2019 6:43:26 AM] MediaInfo
---[Information] File: C:\Users\84945\Downloads\Video for test\Haru no Hi - Aimyon PV.ts
---[Information] General
----[Information] Format: MPEG-TS
----[Information] FileSize: 147849216
----[Information] PlayTime: 00:04:22.912
---[Information] Video
----[Information] ID: 4352
----[Information] StreamOrder: 0-0
----[Information] CodecID: 27
----[Information] Format: AVC
----[Information] FormatInfo: Advanced Video Codec
----[Information] Width: 1440
----[Information] Height: 1080
----[Information] FrameCount: 7852
----[Information] FrameRate: 29.970
----[Information] Duration: 00:04:21.995
----[Information] ScanType: Interlaced
----[Information] Bits Depth: 8
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.333
----[Information] Delay: 1079.911
---[Information] Audio
----[Information] ID: 4353
----[Information] StreamOrder: 0-1
----[Information] CodecID: 15
----[Information] Format: AAC
----[Information] FormatVersion: Version 2
----[Information] FormatInfo: Advanced Audio Codec
----[Information] FormatProfile: LC
----[Information] Muxing Mode: ADTS
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 2/0/0
----[Information] BitRateMode: VBR
----[Information] Delay: 1079.911
----[Information] [11/26/2019 6:43:27 AM] The language information is not available for this track. The default MeGUI language has been selected.
-[Information] Log for job1 (idx, Haru no Hi - Aimyon PV.ts -> Haru no Hi - Aimyon PV.ts.ffindex)
--[Information] [11/26/2019 6:43:30 AM] Started handling job
--[Information] [11/26/2019 6:43:30 AM] Preprocessing
--[Information] [11/26/2019 6:43:30 AM] Job command line: "E:\MeGUI-2913-64\tools\ffms\ffmsindex.exe" -t -1 -f "C:\Users\84945\Downloads\Video for test\Haru no Hi - Aimyon PV.ts" "C:\Users\84945\Downloads\Video for test\Haru no Hi - Aimyon PV.ts.ffindex"
--[Information] [11/26/2019 6:43:30 AM] Process started
--[Information] [11/26/2019 6:43:30 AM] Standard output stream
---[Information] [11/26/2019 6:43:33 AM] Writing index... done.
--[Information] [11/26/2019 6:43:30 AM] Standard error stream
--[Information] [11/26/2019 6:43:36 AM] MediaInfo
---[Information] File: C:\Users\84945\Downloads\Video for test\Haru no Hi - Aimyon PV.ts.ffindex
---[Information] General
----[Information] FileSize: 84348
--[Information] [11/26/2019 6:43:36 AM] Postprocessing
---[Information] [11/26/2019 6:43:41 AM] Deleting intermediate files
--[Information] [11/26/2019 6:43:41 AM] Job completed
-[Warning] AVS Script Creator
--[Warning] [11/26/2019 6:43:41 AM] Could not read frame: FFVideoSource: Out of bounds frame requested
--[Warning] [11/26/2019 6:43:50 AM] Could not read frame: FFVideoSource: Out of bounds frame requested

LigH
30th November 2019, 14:01
ffms2-r1275+2-20190811 (https://www.mediafire.com/file/9dmplqvm17wpre0/ffms2-r1275+2-20190811.7z/file)

:confused: It disappeared...

kedautinh12
30th November 2019, 18:23
:confused: It disappeared...

Yeah, cause ffmpeg n4.3_9cd56bb can decoding more format than it

LigH
2nd December 2019, 10:32
I missed StvG's release, only looked for HolyWu's...

kedautinh12
2nd December 2019, 17:19
I missed StvG's release, only looked for HolyWu's...

He pass FFmpegSource and focus l-smash source release

kedautinh12
12th December 2019, 18:00
My warning log when load example video with your built:
[Warning] Log
-[Information] Versions
--[Information] MeGUI: 2913 x64
--[Information] MeGUI Debug Data: available
--[Information] Update Check: development update server
--[Information] System Information
---[Information] Operating System: Windows 10 Pro 1903 x64 (10.0.18362.476)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.8 (4.8.03752)
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2005 x64: 8.0.61000
----[Information] Microsoft Visual C++ 2005 x86: 8.0.61001
----[Information] Microsoft Visual C++ 2010 x64: 10.0.40219
----[Information] Microsoft Visual C++ 2010 x86: 10.0.40219
----[Information] Microsoft Visual C++ 2012 x64: 11.0.61030
----[Information] Microsoft Visual C++ 2012 x86: 11.0.61030
----[Information] Microsoft Visual C++ 2013 x64: 12.0.40664
----[Information] Microsoft Visual C++ 2013 x86: 12.0.40664
----[Information] Microsoft Visual C++ 2015-2019 x64: 14.23.27820
----[Information] Microsoft Visual C++ 2015-2019 x86: 14.23.27820
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 1366x768
----[Information] Primary Screen: True
--[Information] Component Information
---[Information] Haali Media Splitter: 1.13.138.14 (14-04-2013)
---[Information] Haali DSS2: not installed
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
---[Information] MediaInfo: 18.05.0.0 (08-05-2018)
---[Information] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
---[Information] 7z: 9.20 (18-11-2010)
--[Information] AviSynth Information
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.2847.0
----[Information] Date: 06-05-2018
----[Information] Interface: 3
---[Information] AviSynth
----[Information] AviSynth Status: ignored as portable build is forced
---[Information] AviSynth portable
----[Information] File Version: 3.4
----[Information] File Date: 20-10-2019
----[Information] File Name: AviSynth+ 3.4 (r2923, 3.4, x86_64)
----[Information] File Path: e:\megui-2913-64\avisynth.dll
----[Information] AviSynth Version: AviSynth+ 3.4 (r2923, 3.4, x86_64)
----[Information] AviSynth+: true
----[Information] AviSynth MT: true
----[Information] AviSynth Status: active
-[Information] Update detection
--[Information] [11/26/2019 6:42:53 AM] Cannot use update server http://megui.org/auto/. Reason: Update server is not available
--[Information] [11/26/2019 6:42:54 AM] Connected to server: http://megui.tmebi.de/test/
--[Information] [11/26/2019 6:42:57 AM] No package requires an update
-[Information] FileIndexer
--[Information] [11/26/2019 6:43:26 AM] MediaInfo
---[Information] File: C:\Users\84945\Downloads\Video for test\Haru no Hi - Aimyon PV.ts
---[Information] General
----[Information] Format: MPEG-TS
----[Information] FileSize: 147849216
----[Information] PlayTime: 00:04:22.912
---[Information] Video
----[Information] ID: 4352
----[Information] StreamOrder: 0-0
----[Information] CodecID: 27
----[Information] Format: AVC
----[Information] FormatInfo: Advanced Video Codec
----[Information] Width: 1440
----[Information] Height: 1080
----[Information] FrameCount: 7852
----[Information] FrameRate: 29.970
----[Information] Duration: 00:04:21.995
----[Information] ScanType: Interlaced
----[Information] Bits Depth: 8
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.333
----[Information] Delay: 1079.911
---[Information] Audio
----[Information] ID: 4353
----[Information] StreamOrder: 0-1
----[Information] CodecID: 15
----[Information] Format: AAC
----[Information] FormatVersion: Version 2
----[Information] FormatInfo: Advanced Audio Codec
----[Information] FormatProfile: LC
----[Information] Muxing Mode: ADTS
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 2/0/0
----[Information] BitRateMode: VBR
----[Information] Delay: 1079.911
----[Information] [11/26/2019 6:43:27 AM] The language information is not available for this track. The default MeGUI language has been selected.
-[Information] Log for job1 (idx, Haru no Hi - Aimyon PV.ts -> Haru no Hi - Aimyon PV.ts.ffindex)
--[Information] [11/26/2019 6:43:30 AM] Started handling job
--[Information] [11/26/2019 6:43:30 AM] Preprocessing
--[Information] [11/26/2019 6:43:30 AM] Job command line: "E:\MeGUI-2913-64\tools\ffms\ffmsindex.exe" -t -1 -f "C:\Users\84945\Downloads\Video for test\Haru no Hi - Aimyon PV.ts" "C:\Users\84945\Downloads\Video for test\Haru no Hi - Aimyon PV.ts.ffindex"
--[Information] [11/26/2019 6:43:30 AM] Process started
--[Information] [11/26/2019 6:43:30 AM] Standard output stream
---[Information] [11/26/2019 6:43:33 AM] Writing index... done.
--[Information] [11/26/2019 6:43:30 AM] Standard error stream
--[Information] [11/26/2019 6:43:36 AM] MediaInfo
---[Information] File: C:\Users\84945\Downloads\Video for test\Haru no Hi - Aimyon PV.ts.ffindex
---[Information] General
----[Information] FileSize: 84348
--[Information] [11/26/2019 6:43:36 AM] Postprocessing
---[Information] [11/26/2019 6:43:41 AM] Deleting intermediate files
--[Information] [11/26/2019 6:43:41 AM] Job completed
-[Warning] AVS Script Creator
--[Warning] [11/26/2019 6:43:41 AM] Could not read frame: FFVideoSource: Out of bounds frame requested
--[Warning] [11/26/2019 6:43:50 AM] Could not read frame: FFVideoSource: Out of bounds frame requested

I think everyone can't fix my error

videoh
12th December 2019, 18:05
Or nobody wants to help you with downloaded files.

ChaosKing
12th December 2019, 19:30
Use seekmode=0 for ts /m2ts files with ffms2 or try lsmash.

kedautinh12
13th December 2019, 05:27
Use seekmode=0 for ts /m2ts files with ffms2 or try lsmash.

Still error with seekmode=0 but .ts work with ffms2 2.23.1 in https://github.com/FFMS/ffms2/releases