I added this to SVP to do list.
You are not logged in. Please login or register.
SmoothVideo Project → Posts by MAG79
I added this to SVP to do list.
оно там есть вообще?
Будет Вики каждый день по-немногу наполняется.
Chainik, DAAO
Не забывайте, что можно повышать плавность он-лайн трансляциям (IPTV) и для видео с ТВ-тюнера. В обоих случаях нет файла и mediainfo бесполезно для задачи определения размера кадра и частоты видео. Единственный возможный вариант - запрашивать эти параметры у ffdShow.
mna
все забываю исправить
Записал в план. Теперь не забудем.
travolter
Thanks for your answer.
I dont have enough cpu to run these settings
What CPU do you have?
I have core 2 duo (at work) and core i7 920 (at home).
See my System details.
you are limiting SVP if some values cannt be changed
Yes. We are. It is special for END users. And for GOOD quality.
Im using rfilter=0, sharp=0, search=4, chroma=false, mode=0 for saving CPU cycles
Thanks for this info. We uses search=4 too. Another settings you say are still untouched.
May be in near future.
mvtools2 works better when you do x2 x3 x4.. etc instead of using x2.4 (25->60)
You are right. It is because of saving all source frames in output. Special for this we have 1m- and 2m- coefficients. Take a look. You will be surprised.
Of coarse, true (not 1m or 2m) 24->60 interpolation are losses every second source frame. The result is more noticeable artifacts.
All the clips available are 24 25 or 30.. so I decided to set monitor to 75hz and convert all videos to 25fps and then apply mvtools. (25->75 x3)
It is strange to hear, especially about 30 to 25 slowdown.
I use coefficients 2.4x, 2.5x not only doubling and ReClock for this purposes to save synchronization.
lambda=(blocksizex1000)/64
I need to look at source code. I'm not sure that this setting is not autoscalable by blocks size like thSCD1.
SubJunk
The link above is a link to official site of YFRC.
If you want to have a look to our talk with RunForLife you can read translation of it from Russian tech-forum:
MAG79 and RunForLife talk cut
Whole thread, page 30 (start read from post #2948)
MVTools Extreme Edition was failed because of its new function MSimpleFlowFps is equivalent to MFlow. Nothing new.
RunForLife removed it from his site.
I have some version of MVTool2 EE plugin. Ask me if you need one.
Выложил имитацию профилей по-умолчанию SVP2 настройками SVP3 и сравнение получаемой загрузки ЦП.
http://svp-team.com/wiki/Сравнение_SVP2_и_SVP3
Видно, что SVP3 быстрее предыдущей версии пакета. Выигрыш для PAL составил более 25%, для 1080p - более 10%. Для 720p напрямую выигрыш оценить не удалось. И это в софтовом режиме без использования GPU-ускорения.
Я думаю, теперь ответ получен на оба вопроса:
1. Как настроить профили SVP3, чтобы получить самые близкие настройки к настройкам SVP2 по-умолчанию.
2. На сколько SVP3 быстрее, чем SVP2, если GPU-ускорение не используется.
Chainik
Отлично! теперь я тебя по всему форуму поблагодарил одЫн раз
А меня admin поблагодарил...
Всем благодарности видно?
It is new parameters to embedded Yushko-mask.
See details about it in YFRC-script at http://videomontazh.com.ua/avisynth/YFRC/
travolter
Thanks for interesting information.
I was not able to reproduce same smoothness with SVP yet
The closer SVP settings to your script are:
Try this. Your opinion is interesting to us.
And now let's have a look at your script.
1. assumefps(25000,1001)
Is it mistake? This function is changing the video speed. You could not change speed from avs-script in ffdshow. It can lead to loss synchronization
2. blksize=8 and hpad=22, vpad=22
Why you need so big values for hpad and vpad?
I think 8 pixels is good enough for them.
SVP uses hpad=vpad=blksize.
3. chroma=false
SVP uses chroma=true. It is more difficult for calculation but all SAD-settings are working by another way.
4. plevel=1
SVP uses plevel=0. It adds more smoothness than plevel=1.
5. searchparam=3, pelsearch=0
SVP uses searchparam=pelsearch=Radius. I can't say good or bad about this. Just this is implemented so.
6. badrange=(-24)
SVP uses default (24). UMH vectors search instead of Exhaustive.
7. pnew=50,lambda=1000,lsad=1200
SVP uses the same values. These values are default for MVTools plugin.
8. lambda=250
SVP don't change this parameter. It it still 1000 by default.
This is a good idea. To search with value of 1000 and to repeat search with value of 250. It has to reduce coherence of vectors.
9. SetMTMode(1)
Why is this line?
Is this a some trick? For what?
As said Chainik you can change the main part of script situated in AVS\MSmoothFps.avs by adding or changing parameters.
gaunt
кто запрещает переключить дисплей на 50гц и использовать удвоение ?
ТТХ экрана, который не имеет 50 Гц штатно, а при выставлении их в PowerStrip - потрескивает и временами моргает.
Завал просто
Вас никто не валит.
I see 15 but not 16
The history of numbers in threads number setting starts with a lot of tests for script speed and memory use. We found these numbers optimal for certain different CPUs.
15 is optimal, not 16.
But...
You can add any value to any setting (almost any ) manually by editing configuration file SVPMgr.config
Of course it powerfull way of menu customization is for advanced users only. Change this file carefully at your own risk.
Noweol
Если бы ReClock умел подстраиваться под реальную частоту монитора
А он разве не умеет?
У меня он всегда правильно частоту монитора определяет.
Насчет EEDI2. Есть более быстрые варианты EEDI3 и NNEDI3 (автор:tritical).
Разницу можно визуально сравнить интерактивно на страничке: Video resize methods comparison. Я насчитал 17 алгоритмов, не считая исходник и алгоритм ближайшего соседа (Nearest Neighdour).
MVTools для pel-клипа применяет резкую интерполяцию, подобно Lanczos.
Почувствуйте разницу
SubJunk
Thanx a lot. We hears about DSS2. Does it way have any lacks?
One lack is requiring avss.dll from Matroska Haali distr. But it is not big trouble
And the second DSS2 need another MT mode. I think it is =1 but it needs more testing.
Can you help us with DSS2 best MT mode?
I would also want to test with different MT values
Setting of threads number: Menu - Number of threads (in Advanced or Expert interface)
MT Mode you can change manually only.
framedoubling
It sounds like AVS-forum thread name. Why framedoubling?
"Frame interpolation" is much better phrase to explain the process.
I ask because SVP can not only double framerate but can triple and can get 2.5x framerate (24->60).
You mean framedoubling is the way to add some script from AVS-forum to the ffdShow?
About limitations. This is the one way to avoid strange huge uneffective scripts for end users. In our betas we can change more parameters of MVTools functions in testing purposes.
By the way Levels=0 is default value. All the hierarchical levels are used. SVP now using just this mean of setting.
Do you mean Levels>0?
SubJunk
Thank you for this advise. We will try it...
Rimsky
Имя сбойного модуля: gradfun2db.dll
Это плагин для Avisynth, который убирает бандинг с подсветки. При отладке он тоже вел себя не очень стабильно. Сейчас, я думаю, народ проникнется подсветкой и сообщений об этой ошибке станет больше. Выход только один: избавиться от нестабильного плагина, для начала можно отключить (закомментировать все строки скрипта в блоке "# Дебандинг, GradFun2Db"), а потом надо будет найти ему стабильно работающую замену.
ALM52
Неоднозначная фраза. Два раза прочитал и только с третьего раза понял, что это не ответ на мое сообщение:
Один голос "Да" - это мой
Думал, мой голос отбирают
Ну вот и выясним, один ли я такой
Один голос "Да" - это мой.
Выясняем насколько востребована утилита ReClock.
Если есть, что сказать - высказываемся.
Ну что?! Можно считать тему исчерпанной. Как там в разрушителях мифов? Миф подтвержден.
Колесо мыши в Opera на самом деле грузит видюху и представляет реальную потенциальную проблему алгоритмам повышения плавности.
InterFrame развивается. Текущая версия 1.3.1 от 01.04.2011.
Теперь настроек уже больше одной. А именно: их теперь две. Отдельно настраивается скорость-качество, отдельно - эффект плавности.
5 значений скорости работы (Ultra Fast, Very Fast, Fast, Medium, Placebo) и 3 варианта плавности (Film, Smooth, Animation).
Подробнее см. документацию InterFrame
Обновилась пошаговая инструкция к применению InterFrame: MeGUI + AviSynth 2.6
SmoothVideo Project → Posts by MAG79
Powered by PunBB, supported by Informer Technologies, Inc.