fastneed
Обсуждение выкладывания 60 fps видео на youtube перенесено в тему:
Как сохранить плавность 60fps видео при размещении на YouTube

(тема 2012 года, но там описаны актуальные вещи)

fastneed
Ну, во-первых, в остальных браузерах сервис youtube не перестает работать, а всего лишь позволяет смотреть 30 fps вариант этого же видео.
Во-вторых, youtube сделает перекодирование сам в 30 fps всяко быстрее, а может еще и качественнее, чем делать это самому без отчетливого понимания что делать. Там армия инженеров трудится над качественным перекодированием роликов из исходного формата в набор выходных форматов.
Chainik дело говорит: залить 60p на youtube - это быстрое и правильное решение без лишних заморочек.

fastneed
Ну и разговор теперь в другой теме - рекомендую ознакомиться со всеми сообщения этой темы.

По поводу вопросов:
- скрипт GameDropFix нужен для лечения дропов. Не можете определить, есть ли дропы в Вашем видео - пришлите мне кусочек, помогу определить
- звуковую дорожку можно отделять и присоединять к видеофайлу без перекодирования видеоряда специальными утилитами. См. демуксеры и муксеры

salam2009
- I thought there would be Auto OpenCL release in paused mode!
Maybe. But it is driver issue. To decrease frequency and voltage at GPU idle.
The same question I see in madVR's topic there. The answer is to close player if you want to lower GPU consumption.

1) OK. Will be done soon.
2) You need GPU tuning utility to adjust GPU clock. I simply has silent GPU and I don't care wink
3) MPC-HC works good with Auto Crop. MPC-BE will be tested soon.

2,279

(3 replies, posted in Using SVP)

VinylNix
AMD Radeon HD 7800... is similar to GTX 660 Ti in the 'power level' ?
From SVPmark Online Results:
GTX 660 Ti has GPU score 8000-9400 with calculation speed 1900-2100
Radeon HD 7800 has GPU score 5100-8900 with calculation speed 1900-3100
So, they are close to each other.

Avisynth's wiki... says that 2.6.0 is actually more stable than 2.5.8 in almost all cases
Maybe for some tasks. But for SVP we made speed and memory use optimizations. So 2.5.8 SVP edition is the fastest and the most memory optimized avisynth for SVP.

About madVR settings you can read madVR's forum.

About profiles it is good idea to discuss it in separate thread where your are already asked. For example there: [Suggestion/Request] Quick Profile Switching.

should the configuration of filters (in case of SVP) look like this in MPC-HC?
Yes. Your filters list is correct.

If SVP works then settings of these filters are correct. wink

shamsherr
I don't see difference between these two pictures. As for me colors are the same.

Vovanchik
Понял. Погляжу, что там с памятью на паузе не так.

2,282

(5 replies, posted in Using SVP)

New name of the setting is "Processing of scene changes"

Upd. Sorry. Chainik is right.

2,283

(5 replies, posted in Using SVP)

st33fo
You need to switch to another Inteface type.
SVP tray menu - Interface type - select Advanced or Expert

BruceKnowsHow
You can do any of these actions:
1. Disable SVP OSD messages. SVP tray menu - Settings - uncheck Show OSD messages (or hotkey Ctrl-Win-O)
2. Increase value of two hidden settings. SVP tray menu - Information - Hidden settings - <change, close and save> - <reopen movie>
Two settings:

SVPIndexWarningValue=0.90
CPULoadWarningValue=90

2,285

(8 replies, posted in Using SVP)

BTW, "to screen refresh rate" is value by default wink

SparxXx
Вижу по логу, что зациклилось. Много лишних переходов на RefreshSVP. Спасибо.
Будем разбираться.

fastneed

LoadPlugin...

Да. Можно и так.

FFVideoSource("m:\soft\Video Edit\MeGUI\Source.mp4")
AudioDub(FFVideoSource(source), FFAudioSource(source))

Достаточно второй строчки. Первая строчка игнорируется, т.к. переменная last переназначается второй строкой. Первую строку смело можно удалить из скрипта без последствий.

ошибку вызывают параметры SetMTMod и последний в скрипте Distributor()
Это команды работы с многопоточностью. Скрипт будет работать и без них, но медленнее на многоядерных процессорах, чем мог бы. Для поддержки этих команд нужно установить многопоточную версию avisynth. См. Avisynth MT.

на выходе дает 25 кадров
Есть такой глюк у некоторых контейнеров (кодировщиков), что неверно инициализируют частоту кадров. Надо использовать ключ x264: --fps 30 (для Вашего случая)

Я бы звук не пропускал бы через скрипт, а взял бы звуковую дорожку прямо из исходника без изменений.

поиска скрипта, для преобразования 60 fps full hd видео в 30, при этом что бы видео сохраняло "плавность" 60 кадрового
Ну, скрипт GameDropFix делает совсем не то. Он восстанавливает выпавшие кадры, сохраняя частоту кадров нетронутой. Вам нужен другой скрипт.

2,288

(3 replies, posted in Using SVP)

VinylNix
Is it normal to use ffdshow, internal LAV filters and madvr+reclock with SVP at the same time?
Yes. To use madVR you need powerfull graphic adapter. To use SVP you need CPU core2duo at least.
I use all these components. I have GTX 660 Ti + Core i5-3570K.

avisynth 2.6.0.4;
I recommend you to use 2.5.8 SVP edition. It will work faster and needs less memory. If you don't need 2.6.0.4 for another tasks, of corse.

XySubFilter;
Why you need it? I can see any subtitles with MPC-HC (internal LAV) + madVR.

About SVP profiles. It is not user's or monitor's profiles. So the profile 1280x1024 will not work correctly hmm
See details in topic I can't switch profile?

shamsherr
PotPlayer menu - Video - Pixel Shader - Pre-Resize Pixel Shaders - SharpenComplex2
Use hotkey Shift-P to enable/disable this shader.

shamsherr
You can use Pixel Shader "sharpen complex 2" to get effect like in the VLC.
BTW, do you know what sharper is used in VLC?

SubJunk
Try to reinstall graphic driver. Use complete remove function via driver fusion software.

2,292

(9 replies, posted in Using SVP)

gkroller
See answer in the topic Stereoscopic Player locks up

2,293

(1 replies, posted in Using SVP)

rakuadras
I'd basically like to be able to 'lock in' the frame multiplying factor, and only update it when I manually trigger it.
You can do so. Change Target frame rate settings in active profile window.

First of all tell please, what VFR video are you watching?

James D
Опция OSD вынесена в расширенный интерфейс, чтобы по-умолчанию всегда выводилось OSD. В общем случае нет необходимости в его отключении.

2,295

(2 replies, posted in Using SVP)

rinorho
Lets start from DVD.
1. What decoder is active while playback DVD?
2. Can you allow me to acceess to your PC via teamviewer?

2,296

(7 replies, posted in Using SVP)

gkroller
SVP is not compatible to ssif-format and not compatible to BD3D.
It is because left view video stream and right view video stream are processed separately in different ffdshow instances.

I looked to my logs. I worked with BD3D support in april 2014, but faced some problems. I can continue to work on it if it really needed.

Получасовой ролик The Witcher 3: Wild Hunt на русском языке
Поглядел. Захватывающе. Действительно большой игровой мир, качественно прорисованные персонажи, увлекательный геймплей. Даже как-то жалко стало, что сам давно в игрушки не играю... smile

salam2009
You are right. GPU Frequency stayed high even if SVP is closed until you close the player.

Try this fix: SVPMgr_3.1.6.1046_HighGPULoadFix.zip (361 KB)

Unpack and replace SVPMgr.exe in SVP folder

Problem was in ffdShow when disabling avisynth-script it not close SVP-library and not release OpenCL-device (GPU). Fixed.

- added release OpenCL-device on SVP exit and on SVP Disable mode;
- fixed Auto crop black bars option in multi-player configuration.

Now you can use Disable SVP option from SVP tray menu (Ctrl-Win-Alt-P hotkey) or Exit SVP to reduce your GPU Load.
The side effect is little jump backward in player when OpenCL-device is released.
Tested with NVIDIA GeForce GTX 660 Ti.

Do you need option to release OpenCL-device when playback with SVP stayed at pause for a long time?

salam2009
1) First off all you need to find process with maximum CPU usage. Use Task Manager.
2) What video card do you have?

2,300

(1 replies, posted in Using SVP)

MaXimus
Save two folders from C:\ProgramData\SVP 3.1:
- Profiles
- Settings