Re: [vapoursynth] new batch video encoding method

Oh that's perfect, thanks!

27 (edited by deisama 10-10-2016 05:27:13)

Re: [vapoursynth] new batch video encoding method

Thanks so much for this!

Couple things I've found:
If you're missing the VS dll's you can get them from here:
https://www.svp-team.com/wiki/Download#libs

An explanation of the parameters can be found here:
https://www.svp-team.com/w/index.php?ti … s:_SVPflow

If you want it to just be 60fps regardless of input change the params to :
rate:{num:60,den:1,abs:true}

I initially had  a problem with the filter giving me a parser error, but clicking on "Filters" -> Filter Setup-> VapourSynth fixed it for me. (You'll have to reenter the svp script though)

The Nvidia x264 filter is DRAMATICALLY faster than the other filters, but sometimes hangs mid conversation, so check it out if you have a Geforce card.

Thanks again for the excellent Script!

UPDATE:
I managed to fix the Nvidia encoder bug
Download the latest from here: https://onedrive.live.com/?id=6BDD4375A … 75AC8933C6
In the StaxRip Folder go to the Apps Directory.
Open Versions.txt
Find the line about nvenc. Change it to:
NVEncC                = 2016-09-22; 3.00 x64
(Or whatever is relevant for the current version)
in the zip file, extract the contents of /NVEncC/x64 to the Apps/NVEnC folder.
Rerun help.bat to update the contents of the help file.
In StaxRip go to
Apps-> Manage and than find NVencC in the list. If it says Status OK and has the right version than it should work!

Re: [vapoursynth] new batch video encoding method

I hope this does not count as a necro, reviving this thread after this time.
Here goes:

When I follow the instructions here, I always get the following error message (attachment #1)

The mentioned line in the script is seen in attachment #2, it is the space in front of the "r".
Deleting the space does not solve the error (as the file just gets overwritten again).

Any idea what is the problem here?

Post's attachments

line 1, col 35.png, 2.26 kb, 525 x 21
line 1, col 35.png 2.26 kb, 500 downloads since 2017-01-04 

staxrip error.png, 27.92 kb, 671 x 480
staxrip error.png 27.92 kb, 535 downloads since 2017-01-04 

Re: [vapoursynth] new batch video encoding method

I will get home tommorow and recheck this one

30 (edited by catright 02-02-2017 04:46:05)

Re: [vapoursynth] new batch video encoding method

dejavecue wrote:

I hope this does not count as a necro, reviving this thread after this time.
Here goes:

When I follow the instructions here, I always get the following error message (attachment #1)

The mentioned line in the script is seen in attachment #2, it is the space in front of the "r".
Deleting the space does not solve the error (as the file just gets overwritten again).

Any idea what is the problem here?



I got the same problem and i've solved change ' to ".



but i have got another problem.
everytime when i try to open a new source, i got an error about 'Fail to open source, try another source filter'.
so i try to open with an option of 'vapoursynth, ffms2', then it properly open a source. but every filter setting goes to default.
after that, in state of the source is opened, i reset manually the filter setting to correct svp setting.
then it works normally so i could get a video that has doubled frames.

OK. I found a solution just now in deisama's comment. sorry.
[PROBLEM SOLVED]

deisama wrote:

I initially had  a problem with the filter giving me a parser error, but clicking on "Filters" -> Filter Setup-> VapourSynth fixed it for me. (You'll have to reenter the svp script though)

Re: [vapoursynth] new batch video encoding method

I spent hours on this staxrip recently and it sounds stupid that you can't tell USE THIS SOURCE FILTER BY DEFAULT. Sounds like a BUG.

Re: [vapoursynth] new batch video encoding method

The photos look like a inferno for a newbie... D:
I just install for first time SVP and want to save the video, I have like 2 hrs reading guides and topics about save/encode the video at 60fps
I try the guide from 7y ago, cant make work in w10 x64

Can anyone say if this guide work with w10 x64 pro? (i7 2600k 8gb ram rx480 8gb)

Re: [vapoursynth] new batch video encoding method

Here is my specs:

https://lh3.googleusercontent.com/-o5y21XEYU0k/WLTsqEuCE8I/AAAAAAAAOHw/QHmt-yCKY7U/s0/explorer_2017-02-28_06-21-08.png

Re: [vapoursynth] new batch video encoding method

But the guide work in w10?
Because I try the other guide made in the 2010, and error > error > error > error
I just unistall all software, use Glary to clean the pc, install k-lite code pack and svp
Maybe old software dont work in w10

Re: [vapoursynth] new batch video encoding method

Yep I used it few months ago @ win10

Re: [vapoursynth] new batch video encoding method

Thanks for re-confirm tongue
Is just today I install a lot of software and follow guides, nothing work, Im just watching Ergo Proxy :3

37 (edited by dlr5668 28-02-2017 07:13:30)

Re: [vapoursynth] new batch video encoding method

Ok I ll try to make better guide.

1 Download staxrip https://github.com/stax76/staxrip/releases
2 Check that you have vaporsynth SVP libs here
C:\\Program Files (x86)\\SVP 4\\plugins64\\svpflow1_vs.dll
3 Checking VS
https://lh3.googleusercontent.com/-2HOR6O-THtU/WLUhmhuxInI/AAAAAAAAOIo/C6_F07axnDk/s0/StaxRip_2017-02-28_10-07-01.png
4 Click on Resize -> load script here
https://lh3.googleusercontent.com/-mkFQ8Jkd3zw/WLUiJxRCUrI/AAAAAAAAOIs/E0AFN5qpjQA/s0/StaxRip_2017-02-28_10-09-24.png
5 Load file
https://lh3.googleusercontent.com/-G4rmbsGnd8o/WLUiU648vRI/AAAAAAAAOI0/uJ8CqqbMpl8/s0/StaxRip_2017-02-28_10-10-07.png
6 install VS
https://lh3.googleusercontent.com/-eqLwrKfZEaM/WLUiiw3JIeI/AAAAAAAAOI4/QBtmeXDW5iA/s0/StaxRip_2017-02-28_10-11-03.png
7 Starting job
https://lh3.googleusercontent.com/-mu93NaMEDMk/WLUjBkQNZ-I/AAAAAAAAOJA/n8VjPhQCcYw/s0/StaxRip_2017-02-28_10-13-07.png

38 (edited by dlr5668 28-02-2017 07:18:42)

Re: [vapoursynth] new batch video encoding method

Here is template. Put it here C:\ProgramData\StaxRip x64\TemplatesV2

Post's attachments

svp x264 x2 fps Q18.srip 30.65 kb, 551 downloads since 2017-02-28 

39 (edited by Tenshi.cL 28-02-2017 07:36:46)

Re: [vapoursynth] new batch video encoding method

Ok, gotta try now big_smile
Im lost, cant figure where is the option for the first image @.@

Re: [vapoursynth] new batch video encoding method

Tenshi.cL wrote:

Ok, gotta try now big_smile
Im lost, cant figure where is the option for the first image @.@

Just realize need to move the template to the folder, but still dont know where to "clic" to the "Filter Setup" (first image).
Hope can understand, because im a newbie in all of this :3

Re: [vapoursynth] new batch video encoding method

Tenshi.cL
I wonder what's the purpose of reencoding the video? You obviously not in the business, so why?

Re: [vapoursynth] new batch video encoding method

I tried guys big_smile

Re: [vapoursynth] new batch video encoding method

Hello again.
After a time trying to figure how to follow the guide, i cant remember but the software request me to installl Python and Vapoursynth.
I clic in Project > Template > svp x264 x2 fps Q18 (Nothing more, idk is I need to follow the images, cant realize where...)
Clic source > choose my vid > pop-up window appears for 4 second > image below
Im missing the svpflow, I download from  http://www.svp-team.com/forum/viewtopic … 800#p61800
And get the same error

Post's attachments

Sin título.jpg, 122 kb, 672 x 507
Sin título.jpg 122 kb, 478 downloads since 2017-02-28 

Sin título2.jpg, 27.44 kb, 650 x 197
Sin título2.jpg 27.44 kb, 540 downloads since 2017-02-28 

44 (edited by dlr5668 28-02-2017 23:21:23)

Re: [vapoursynth] new batch video encoding method

https://lh3.googleusercontent.com/-GsPl6s55O1Y/WLYFVODKCZI/AAAAAAAAOKg/xrMaR_QP_3w/s0/explorer_2017-03-01_02-18-40.png

Libs must be VS x64 not regular AVS

Re: [vapoursynth] new batch video encoding method

cannt make work the program...
I try hard, install a lot of shit, move files,etc and nope, other guy in the first page ask "the same as me" beginning of 2016 =_=
Now is time to unistall all software, codec, vps, etc to clean my pc

thanks anyway sad

Re: [vapoursynth] new batch video encoding method

Hello I'm having this error http://i.imgur.com/qtmQdRy.png.. It seems to be svp filter fault. Help!

Re: [vapoursynth] new batch video encoding method

seems like path error

Re: [vapoursynth] new batch video encoding method

dlr5668 wrote:

seems like path error

but the path is correct
http://i.imgur.com/fsytQh5.png
http://i.imgur.com/lOIIMXp.png

Re: [vapoursynth] new batch video encoding method

nah, check _vs suffix

Re: [vapoursynth] new batch video encoding method

dlr5668 wrote:

nah, check _vs suffix

http://i.imgur.com/uot3VvZ.png is there something I am not seeing?:\