khps30263

C:\Program Files (x86)\SVP\SVPMgr.wsf(94, 3)

Something wrong with ExBlockSize parameter value.
Please show your additional info: SVP tray menu - Information - Additional information.

P.S. I translated error text from Chinese with google translation. I got:

Runtime error: File not found

Then it is wrong SVPMgr.wsf. There are no file operations at SVPMgr.wsf(94, 3).
I think it is from another version of SVP. Please reinstall SVP 3.1.2 from download page (Lite or Full, it does not matter), replace files from SVPMgr_CommonAppData.zip. And try again.

khps30263
It is great that You ask the same. I think You can help me.
I couldn't fix error with local appdata folder if User name in Chinese.
I did another thing. SVP-Manager working with Common appdata folder.
It is works for me under user 林柏丞. What will You say?

Try this: SVPMgr_CommonAppData.zip

1. Exit from SVP-Manager.
2. Unpack to SVP folder with file replacing.
3. Launch SVP-Manager.

Skaven252
how did you generate that report? Just Excellence?
Just MS Excel and couple of hours wink

if I use "mode=0", it halves the resolution of the video to 960x540
It shows to me the same.

I can't find any success way to open MOV via DirectShowSource too.

Only with "mode=3" I get full resolution.
Then I recommend to convert to any other container and open not through QTInput. QTInput(mode=3) adds fake dropped frames.

For example.
You can use yamb to produce MP4 (without re-encoding). Or you can use gdsmux to produce MKV (without re-encoding too).

vayra
Thank you for logs and SVPmark results.
I see, your SVP settings are normal. SVP must work good at these settings.
Something wrong with you system configuration or hardware. And I think it is memory size.

I was wrong sorry. here is the test redone
1. I don't understand you. Where you was wrong?

I need more info.
2. What memory size installed in your system?
If you using windows 7 32 bit I think it is less than 4 GB.
3. Are you using pagefile and what its size?

And you still did not answer:
4. Look at performance graphs window. How many memory used by player while it crashes (in MB)?
Take screenshot please like this.

http://www.svp-team.com/forum/misc.php?item=1978

Please answer all questions: 1, 2, 3 and 4.

About CFR calculation. This is graphical result (I computed it in MS Excel): deviations of frames timeCodes. Data of clip2 used.

http://www.svp-team.com/forum/misc.php?item=1977

Graphic shows how early (lead) or later (lag) each frame will be dispayed if play frames at constant frame rate 29.95 fps.
As you can see maximum deviation is about 2 ms. MKV and MP4 data is close to each other. And we have one drop at the middle of the video. We must to insert one duplicate of frame to fix frames lead after drop.
QTInput(vfrFPS=29.95) and DirectShowSource(fps=29.95, convertfps=true) will do it automatically. All frames will opened. Without losses. All frames are at its own places.

Skaven252
Original file showed the same statistics as previous MOV: mkv-vfr and mp4-dump are identical in part with timeCodes.
It is mean your processing between MOVs is correct wink

Skaven252
rebuilds the header data
Are you sure this operation is correct. Results still have synchro?

Can you share source to me?
Second file with one drop will be enough. wink

dudul
I am using 3.1.2
Hmm... Can you look at video memory use in GPU-Z while work with SVP?
Normally video memory must allocated when playing and released when close video.

3Dmark 11
It is not stress test. Stress tests are: linpack for CPU and memtest86+ for memory.

Skaven252
I checked how works QTInput. It works good with different value of mode parameter.
QTInput with mode=0 works good. Frame # 2108 is copy of 2107 in second clip and FramesCount is 5111.

QTInput("wide ipd test cam2 t02.mov", vfrFPS=29.95)

This script gives perfect sync with true length.

But with used by You mode=3 I can't see duplicate frame in the region of #2107 frame. This mode is not frame accurate. It potentially can lead to lose synchro.

Hello, vayra
1. Look at performance graphs window. How many memory used by player while it crashes?
2. Please show your additional info: SVP tray menu - Information - Additional info?

dudul

unable to init FlowLib [code 0x3FFFB]

It looks like you have old version of SVP with video memory leaks troubles (about 0x3FFFB error).
You need to install latest version of SVP 3.1.2. Download page.

I changed the supported thread from "Auto" to 4, and video lagged, so i changed to 2 and still lagged, then changed again to "Auto". Guess what? It doesn't lagged and crashed anymore
Of course. Any change lead to script reinitialization. You can do 10-20 reinitializations before crash. Free video memory not released. It is error 0x3FFFB.

  48 fps - vectors search:        N/A
  Real-life:                      N/A
  48 fps - [SVP] simple 1:        N/A
  Real-life:                      N/A
  60 fps - [SVP] high:            N/A

Congratulations! Your system is unstable sad
Now you must to test your CPU, your memory and your video with stress tests to find bad working device in your system.

dudul
Intel Core i5 750 @2673 MHz
NVIDIA GeForce GTX 560 Ti [ver.306.23]

Is your system so stable to able to pass SVPmark without errors (N/A) 3 times consecutively?

Skaven252
Um, "pointing the framerate", I presume, doesn't do the same as AssumeFPS?
No. It is different things. If you open video with wrong FPS you will lose original frames or will get unwanted duplicates. For example opening 30 fps video with framerate 1 frame/sec will lead to losing 29 frames each second. And AssumeFPS in this case can't help absolutely.

Skaven252
when AviSynth does the "convertfps", will it correct the drops by duplicating frames so that the hard drop doesn't throw the clips off sync?
Yes. In your case it will be added no one duplicate frames to the first clip and only one to the second clip.

Try to open MOVs by DirectShowSource. If it works then it is nice (on my system it can't open MOVs, I don't know why.., I'm searching hmm ).
Otherwise point in QTSource right framerate (29.95). And with only one hard-drop you can forget about sync issue wink

Skaven252
Ough! Yes! I was wrong about floating VFR.
It is constant framerate with a little deviation and one hard drop in second clip.

        sampleCount[919] = 2 (0x00000002)
        sampleDelta[919] = 100 (0x00000064)
        sampleCount[920] = 1 (0x00000001)
        sampleDelta[920] = 200 (0x000000c8)
        sampleCount[921] = 1 (0x00000001)
        sampleDelta[921] = 100 (0x00000064)

Base framerate is 29.95 fps (or 29.95048 to be precise).
You can open it and work with it as CFR:

DirectShowSource("[filename]", fps=29.95, convertfps=true)

After that you can get synchro by 0.003 sec (3 msec) wink

Later I will tell about how I checked it.

Continue of second analyze MOV-(yamb)->MP4-(mp4dump)->TXT (only part of body).
What about timecodes of each frame. It is floating framerate. sad

wide ipd test cam1 t02.vfr:

      type stts
       version = 0 (0x00)
       flags = 0 (0x000000)
       entryCount = 2136 (0x00000858)
        sampleCount = 2 (0x00000002)
        sampleDelta = 100 (0x00000064)
        sampleCount[1] = 1 (0x00000001)
        sampleDelta[1] = 101 (0x00000065)
        sampleCount[2] = 8 (0x00000008)
        sampleDelta[2] = 100 (0x00000064)
        sampleCount[3] = 1 (0x00000001)
        sampleDelta[3] = 101 (0x00000065)
        sampleCount[4] = 1 (0x00000001)
        sampleDelta[4] = 99 (0x00000063)
        sampleCount[5] = 1 (0x00000001)
        sampleDelta[5] = 101 (0x00000065)
        sampleCount[6] = 4 (0x00000004)
        sampleDelta[6] = 100 (0x00000064)
        sampleCount[7] = 1 (0x00000001)
        sampleDelta[7] = 101 (0x00000065)
        ...

wide ipd test cam2 t02.vfr:

      type stts
       entryCount = 2229 (0x000008b5)
        sampleCount = 1 (0x00000001)
        sampleDelta = 100 (0x00000064)
        sampleCount[1] = 1 (0x00000001)
        sampleDelta[1] = 101 (0x00000065)
        sampleCount[2] = 6 (0x00000006)
        sampleDelta[2] = 100 (0x00000064)
        sampleCount[3] = 1 (0x00000001)
        sampleDelta[3] = 101 (0x00000065)
        sampleCount[4] = 1 (0x00000001)
        sampleDelta[4] = 100 (0x00000064)
        sampleCount[5] = 1 (0x00000001)
        sampleDelta[5] = 101 (0x00000065)
        sampleCount[6] = 2 (0x00000002)
        sampleDelta[6] = 100 (0x00000064)
        sampleCount[7] = 1 (0x00000001)
        sampleDelta[7] = 101 (0x00000065)
        ...

Real interframe delays are 99, 100 and 101 of 1/3000 sec. It is not strange that synchro is missing if we not using VFR info.

Results of second analyze MOV-(yamb)->MP4-(mp4dump)->TXT (only part of header)
wide ipd test cam1 t02.txt:

type moov
  type mvhd
   timeScale = 600 (0x00000258)
   duration = 102408 (0x00019008)
   type mdia
    type mdhd
     timeScale = 3000 (0x00000bb8)
     duration = 512041 (0x0007d029)

wide ipd test cam2 t02.txt:

type ftyp
type moov
  type mvhd
   timeScale = 600 (0x00000258)
   duration = 102390 (0x00018ff6)
   type mdia
    type mdhd
     timeScale = 3000 (0x00000bb8)
     duration = 511951 (0x0007cfcf)

Put it into the table and calculate real duration in h:m:s,00 = duration / timeScale.

http://www.svp-team.com/forum/misc.php?item=1973

Good. Both video has identical length. Difference in 0.03 sec is very minimal to notice. But frameCount is different: 5111 and 5109 (from first log).

Skaven252
what happens when you VFR->CFR?
it will duplicate previous frames to fill the gaps, so that the length of the video stays the same?
Exactly wink

It is not all. I'd like to understand what is inside MOVs. Constant framerate by intervals with multiplied index from base framerate or real fluent variable framerate.

First results of analyze MOV-(gdsmux)->MKV-(mkv2vfr)->VFR
wide ipd test cam1 t02.vfr:

# timecode format v1
Assume 23.976
0,552,29.9518
553,553,31.2500
554,1105,29.9512
1106,1467,29.9471
1468,1468,31.2500
1469,4109,29.9498
4110,5111,29.9516

wide ipd test cam2 t02.vfr:

# timecode format v1
Assume 23.976
0,2106,29.9498
2107,2107,14.9254
2108,2341,29.9501
2342,2342,31.2500
2343,3873,29.9497
3874,3874,31.2500
3875,4266,29.9511
4267,5109,29.9478

As you can see base framerate is not constant (intervals with bolded values). It is from 29.9471 to 29.9518 fps.
I think it is not precisely (maybe) because standard is 29.97 fps. I will make another analyze to confirm it.

Skaven252
"3. replace drops" part is done by SVP, then?
Yes.

After VFR->CFR opening, how does SVP know which frames have been dropped and need to be interpolated?
By straight comparing each current frame to next frame.

Nick 3DvB
Do you have an experience with the Direct3D video renderers?
Unfortunately no.

Skaven252
those movies are in QuickTime so I'm using QTSource. I suppose that one does not support convertfps=true?
Yes. You are right. It just combines all frames together without real interframe delays. I'm not sure it is IMHO.

The DeFish plugin can be added to the AviSynth script to follow after the SVF framerate conversion, I suppose?
Do you mean VFR?
VFR=variable frame rate smile

Yes. You can combine filters in avisynth as you wish. In this case for example:
1. open with VFR->CFR conversion
2. apply DeFish
3. replace drops

Of course. I have sent my email to you in PM.

It is interesting to me. smile

variants:
- via gmail.com
- via any cloud storage service
- peer-to-peer by uTorrent

Skaven252
I have two .mov video files
Can you share it to me? Public or private. As you wish. If it is not top secret video of-course. wink

left camera video.mov - 29,951 fps; length 2:50,680
right camera video.mov - 30,928 fps; length 2:50,655

It is average framerate. You need to know base framerate to convert VFR to CFR without losing of quality and to save original speed.

They are the same length, and play in sync if inserted into a Vegas project
This is good.

They will not pair into a stereoscopic subclip because of too much framerate difference in the media files
I need to look to video.

If I re-encode the files with VirtualDub to just simply force them into the same framerate (29,970), they will drift off sync because of the rate difference
Something wrong with open or with conversion.

Does AviSynth have frame resampling options built in?
Yes. It does, see DirectShowSource(convertfps=true). It converts VFR to CFR.

I also need to apply a fisheye removal to the video
You can process video in avisynth without removing fisheye. I think it will be better to work with source than with Vegas (wrong/buggy) output. It gives better chance to repair drops.