Log in

View Full Version : Video Player that could show video whit aperture grille effect


jerrymh
25th December 2014, 04:39
Hi , every one is there any video player that can play videos with the aperture grille effect like this

http://s21.postimg.org/gl0u6befp/koya_1200_cromaclear.jpg

on this tread
http://forum.doom9.org/showthread.php?t=170732

huhn
25th December 2014, 04:56
every directshow based player should be able to do this with ffdshow raw filter.

jerrymh
25th December 2014, 09:48
every directshow based player should be able to do this with ffdshow raw filter.

How?

Can you post an example or tutorial?

huhn
25th December 2014, 22:56
install avisynth. add the "crt_display v1.0" in the plugin folder and all other plugin this may need.
install ffdshow change raw video under codecs to "all supported".
in ffdshow go to avisynth. enable avisynth. add things like this
Import ("C:\Program Files (x86)\AviSynth 2.5\plugins\crt_display.avsi")
ar = width(last) / height(last)
crt_display (2*ar, 2, ppp=1*ar, blurh=2.0) # Left
crt_display (2.5*ar, 2.5, ppp=1.25*ar, maskpp=1.25, cromaclear=1.0, voff=0.25) # right

you may have to correct the path.

jerrymh
26th December 2014, 04:16
install avisynth. add the "crt_display v1.0" in the plugin folder and all other plugin this may need.
install ffdshow change raw video under codecs to "all supported".
in ffdshow go to avisynth. enable avisynth. add things like this
Import ("C:\Program Files (x86)\AviSynth 2.5\plugins\crt_display.avsi")
ar = width(last) / height(last)
crt_display (2*ar, 2, ppp=1*ar, blurh=2.0) # Left
crt_display (2.5*ar, 2.5, ppp=1.25*ar, maskpp=1.25, cromaclear=1.0, voff=0.25) # right

you may have to correct the path.

Ok, tring now

jerrymh
26th December 2014, 18:07
install avisynth. add the "crt_display v1.0" in the plugin folder and all other plugin this may need.
install ffdshow change raw video under codecs to "all supported".
in ffdshow go to avisynth. enable avisynth. add things like this
Import ("C:\Program Files (x86)\AviSynth 2.5\plugins\crt_display.avsi")
ar = width(last) / height(last)
crt_display (2*ar, 2, ppp=1*ar, blurh=2.0) # Left
crt_display (2.5*ar, 2.5, ppp=1.25*ar, maskpp=1.25, cromaclear=1.0, voff=0.25) # right

you may have to correct the path.


Sorry it wont work, media player or any player crashes after apply the avysinth con fddshow

leeperry
27th December 2014, 03:07
http://forum.doom9.org/showthread.php?t=170357
Advanced CRT : Mimics the look of an old arcade CRT display.

MPC or Potplayer can use this PS script, madVR/EVR and VRM9 are supported.

huhn
27th December 2014, 04:27
Sorry it wont work, media player or any player crashes after apply the avysinth con fddshow

first of all make sure it works with an normal avisynth script.

i guess it's a lot better to ask cretindesalpes how to get this function running.

i don't even know if this function can be used in real time and if it can be what type of PC you need.

the sweet FX advanced CRT is a different effect.

Requirements: Dither 1.26.0 or above and its dependencies, Avisynth 2.6, RGB colorspace.
http://forum.doom9.org/showthread.php?t=170732

you need at least a converttoRGB() in your script too

jerrymh
29th December 2014, 04:16
http://forum.doom9.org/showthread.php?t=170357


MPC or Potplayer can use this PS script, madVR/EVR and VRM9 are supported.

first of all make sure it works with an normal avisynth script.

i guess it's a lot better to ask cretindesalpes how to get this function running.

i don't even know if this function can be used in real time and if it can be what type of PC you need.

the sweet FX advanced CRT is a different effect.


http://forum.doom9.org/showthread.php?t=170732

you need at least a converttoRGB() in your script too


Thank you I will use del hlsl script works like a charm.

Is there a way to refine de effect of the advanced crt, sweet FX has an particular effect on the final burn emulator that is caller aperture gille witch is a more refined grille the image look more defined.

This is what I mean, I look a grille like this, and more like a rectangle grille , not like square on the image.

http://mouserunner.com/MozllaTicTacToe/TicTackBack_400x400.png

and this is the result, looks more like a plasma screen instead CRT

http://img10.imageshack.us/img10/4519/6qhx.jpg