couleurm / smooth-mode

(Concept idea) Frame blending shader plugin for OBS Studio
GNU General Public License v3.0
6 stars 0 forks source link

Suggestions #2

Open upgradeQ opened 5 months ago

upgradeQ commented 5 months ago

Hello I've done a simple prototype of frame blending, it captures last 6 frames and blends in shader

You can replace float4 PassThrough(VertDataOut v_in) : TARGETto float4 PassThrough1(VertDataOut v_in) : TARGET this will change the mode

Also include some sample footage. GH supports video embeds

Additional relevant links:

couleurm commented 5 months ago

thanks for sharing this, will look into it later!

couleurm commented 1 month ago

made tex1..tex6 scale to any number automatically

https://gist.github.com/couleurm/2ae41b68f9a2e4c093ecddb65827f511/revisions#diff-cfd6d23f8ec767caa8bc84cb5fd10e352286e73adbfe93879153834b361a20b4

if output fps could be reduced e.g. with https://github.com/obsproject/obs-studio/pull/9001 the script would be pretty much functional