50 to 60p for 3D

Comments

NickHope wrote on 5/10/2017, 10:37 AM

You will find very valuable information in this thread. (especially the 3rd post)

That script in manolito's post does much better with relaxvideo's clip than the ones I posted above. No breaking up of those 2 masts at all. I think it was quicker too. I think I'll be switching to that approach in the future. Good job @johnmeyer!

In case you don't know, you need to put that jm_fps.avsi in your AviSynth autoload folder, for example C:\Program Files (x86)\AviSynth 2.5\plugins\. Then you can call it with a .avs script like this:

AviSource("d:\fs.avi")
ConvertToYV12()
jm_fps(59.94)

This is my current fully commented version of the same thing:

SetMemoryMax(3072) #3072 fastest for AVS or AVS+ x86. 4096 fastest for AVS+ x64.
SetMTMode(3, 12) #12 fastest for AVS. Remove for AviSynth+

#SetFilterMTMode("DEFAULT_MT_MODE", 2) #Only for AviSynth+

#SetFilterMTMode("AviSource", 3) #Only for AviSynth+

#Frameserve in RGB24 format (or RGB32 if AviSynth will not accept RGB24)
AviSource("d:\fs.avi")
ConvertToYV12(matrix="Rec601") #Rec601 is correct for encoding MagicYUV etc. in Vdub

SetMTMode(2) #Disable for AviSynth+

#jm_fps(29.97)
jm_fps(59.94)

#Prefetch(16) #12 fastest for AVS+ x86. 16 fastest for AVS+ x64. Only for AviSynth+
relaxvideo wrote on 5/10/2017, 1:25 PM

Thx, will try at weekend, we have lot of 3D projection now..

#1 Ryzen 5-1600, 16GB DDR4, Nvidia 1660 Super, M2-SSD, Acer freesync monitor

#2 i7-2600, 32GB, Nvidia 1660Ti, SSD for system, M2-SSD for work, 2x4TB hdd, LG 3D monitor +3DTV +3D projectors

Win10 x64, Vegas22 latest

relaxvideo wrote on 5/14/2017, 1:05 PM

Here are the files:

https://drive.google.com/open?id=0BzldgVVPxli7MGxtSTN6a3hkYUU

Nick's latest script with MT is the best and fast i think.

I used:

SetMemoryMax(1072)
SetMTMode(3, 12)
AviSource("\fs.avi")
ConvertToYV12(matrix="Rec601")
SetMTMode(2)
jm_fps(59.94)

If somebody can make better result with the same render speed, please share :)

thanks!

#1 Ryzen 5-1600, 16GB DDR4, Nvidia 1660 Super, M2-SSD, Acer freesync monitor

#2 i7-2600, 32GB, Nvidia 1660Ti, SSD for system, M2-SSD for work, 2x4TB hdd, LG 3D monitor +3DTV +3D projectors

Win10 x64, Vegas22 latest

relaxvideo wrote on 5/19/2017, 2:47 AM

nobody? :)

#1 Ryzen 5-1600, 16GB DDR4, Nvidia 1660 Super, M2-SSD, Acer freesync monitor

#2 i7-2600, 32GB, Nvidia 1660Ti, SSD for system, M2-SSD for work, 2x4TB hdd, LG 3D monitor +3DTV +3D projectors

Win10 x64, Vegas22 latest

GJeffrey wrote on 5/19/2017, 7:21 AM

Check the same post i linked before. There is another tools available.

NickHope wrote on 5/19/2017, 8:48 AM

Check the same post i linked before. There is another tools available.

I tried it. Not an improvement, as it stands, for relaxvideo's clip.

relaxvideo wrote on 6/29/2017, 12:24 AM

While the script works great with full HD video, it doesnt work with 4k. Anybody know why? What should i modify? I try to convert 3840/25 to 3840/50, but got this error message:

https://s21.postimg.org/xawspmefb/error.jpg

#1 Ryzen 5-1600, 16GB DDR4, Nvidia 1660 Super, M2-SSD, Acer freesync monitor

#2 i7-2600, 32GB, Nvidia 1660Ti, SSD for system, M2-SSD for work, 2x4TB hdd, LG 3D monitor +3DTV +3D projectors

Win10 x64, Vegas22 latest

relaxvideo wrote on 11/24/2020, 8:20 AM

I like to use this script again to convert 50p to 60p, and i don't know what happened with my system but for some reason its very slow, around 5 fps with a 1920x1080 h264 source file.

I use this script:

SetMemoryMax(3072)
SetMTMode(3, 12)
AviSource("\fs.avi")
ConvertToYV12(matrix="Rec601")
SetMTMode(2)
jm_fps(59.94)

Now i removed and reinstalled avisynth 2.60 ST, then overwrite the DLL file in win\system32 folder with MT version (20150220), and finally copied mvtools2.dll from here, removegrain.dll and jm_fps.avsi to the plugins folder.

It works, but very slow, i7 cpu usage is around 10-15%.

Why? It worked before with 3x realtime speed.

#1 Ryzen 5-1600, 16GB DDR4, Nvidia 1660 Super, M2-SSD, Acer freesync monitor

#2 i7-2600, 32GB, Nvidia 1660Ti, SSD for system, M2-SSD for work, 2x4TB hdd, LG 3D monitor +3DTV +3D projectors

Win10 x64, Vegas22 latest

michael-harrison wrote on 11/24/2020, 1:54 PM

Look at your windows update history. If you didn't change anything then Windows almost certainly did. Roll the changes back one at a time until you identify the culprit.

System 1:

Windows 10
i9-10850K 10 Core
128.0G RAM
Nvidia RTX 3060 Studio driver [most likely latest]
Resolution        3840 x 2160 x 60 hertz
Video Memory 12G GDDR5

 

System 2:

Lenovo Yoga 720
Core i7-7700 2.8Ghz quad core, 8 logical
16G ram
Intel HD 630 gpu 1G vram
Nvidia GTX 1050 gpu 2G vram

 

relaxvideo wrote on 11/24/2020, 2:14 PM

I don't enable update, and still use win7 :)

#1 Ryzen 5-1600, 16GB DDR4, Nvidia 1660 Super, M2-SSD, Acer freesync monitor

#2 i7-2600, 32GB, Nvidia 1660Ti, SSD for system, M2-SSD for work, 2x4TB hdd, LG 3D monitor +3DTV +3D projectors

Win10 x64, Vegas22 latest