works for me with all the built-in decoders

3,877

(7 replies, posted in Using SVP)

http://www.svp-team.com/forum/viewtopic.php?id=3733

3,878

(6 replies, posted in Using SVP)

You need this

3,879

(7 replies, posted in Using SVP)

> Is there any manual or guide which tells, what each of those 10 options do?

not yet, work in progress...
still there're a lot of topics here on forums

mpc-add.wsf:

<job id="svptube">
<script language="JScript">

var videoPlayerPath="c:\\Program Files\\mpc-hc\\mpc-hc64.exe";

var shell=WScript.CreateObject("WScript.Shell");

var videoURL,audioURL,subsURL;
switch(WScript.Arguments.length)
{
case 4: subsURL =WScript.Arguments(2);
case 3: audioURL=WScript.Arguments(1);
case 2: videoURL=WScript.Arguments(0);
}

cmd = "\""+videoPlayerPath+"\" \""+videoURL+"\"" + " /add";
if(audioURL) cmd += " /dub \""+audioURL+"\"";
if(subsURL) cmd += " /sub \""+subsURL+"\"";    

shell.Run(cmd,1,false);

</script>
</job>

tube.player.user = "d:\mpc-add.wsf"

3,881

(7 replies, posted in Using SVP)

> If I unlock the advanced SVP by buying it, will I see good changes in quality & more smoother animation?

you'll get manual control over 10+ parameters that will affect the quality, but if you're not familiar with them you probably won't get better results than with predefined values

ok, I found the error
actually "/" character in "/add" breaks one place in svptube and it just doesn't pass /dub arg to the player

right now you can point tube.player.user to a custom .wsf script and make the correct command line for mpc-hc on your own

why you think "/add" should be at the end?

considering ""C:\Program Files (x86)\MPC-HC\mpc-hc.exe" "%1" /add" in the tube.player.user, SVPtube produces this command line:

"C:\Program Files (x86)\MPC-HC\mpc-hc.exe" <video-url> /add /dub <audio-url>
which adds <video-url> to the playlist BUT obviously ignores <audio-url>

"C:\Program Files (x86)\MPC-HC\mpc-hc.exe" "%1" /add

mpc-hc adds video stream to the playlist but just ignores /dub url

mpc-hc.exe <video-url> /dub <audio-url> /sub <sub-url>

probably this isn't working together with /add switch

> LAV рендера

нет такого

А если так?

тут как бы речь о ntdll.dll и kernel32.dll
если их обновила "какая-то программа", то это не очень хорошо big_smile

может "sfc /scannow" попробовать запустить, вдруг чего найдет hmm

127 = ERROR_PROC_NOT_FOUND

следствие зашло в тупик

баян big_smile

3,891

(1 replies, posted in Using SVP)

> I wanted to know how can I save the video that is playing in svp in mp4 format?

http://www.spirton.com/convert-videos-to-60fps/

> what is the difference in the option "Optimized for film or animation" & which one is best for smooth 60fps?

The Animation mode uses calculation options optimized for hand-drawn animations (cartoons), which are characterized by sharp contrasting borders of objects and a static background.

Оно вызвать пару методов из системных библиотек не может, а не перегрев wink

Маленькая тестовая программка в аттаче. Скопировать в папку SVP и запустить.

Поставил 7 x64, со всеми обновлениями, и даже с SEP - всё хорошо.
Идеи опять закончились hmm

Давно рассматривается... возможно, в конце концов руки дойдут и до этого.

> Конкретное событие, вызвавшее "пошедшее не так", отследить сложно. Ничего нового в эти дни как-будто не устанавливалось, драйверы видеокарты не обновлялись.

может быть какие-то обновления Windows прилетали?
тогда интересно узнать их номера

Не знаю, пока нет идей.

Попробовать с правами администратора запустить.

с OpenCL все нормально, а что-то пошло не так вот там

16:09:32.749 [i]: OS: Windows 7 SP1 [6.1.7601]
16:09:32.751 [W]: SysInfo: error resolving query function
16:09:32.758 [W]: SysInfo: error resolving memory functions
...
16:09:32.766 [i]: CPU:   [base frequency 0 MHz, 8 threads

это плохо, первый раз такое вижу

Какой-нибудь особо хитрый антивирус?

после какого события "что-то пошло не так"?

сам по себе clinfo.exe тоже падает?

3,899

(2 replies, posted in Using SVP)

I think the only important part is to continue to update embedded LAV filters.

3,900

(138 replies, posted in Using SVP)

wait for 0.26 release then