Hello everyone,
I would like to know if there is any video player software (for Windows preferably) that can apply basic filters to videos.
By filter I don't mean video encoding or decoding software (like divx, h264, vp8, webm and such).
For example showing subtitles is a a basic filter applied to the original video.
What I need is a bit more filters, like for example drawing a blue, opaque square on the bottom-left part of the video. Or turning the sound off for the first two minutes of the video, or reducing the sound volume by 50% for the last three minutes of the video.
I do not need to be able to save the resulted video. I just want to watch it, with my chosen filter.
Is there any such player that allows the user to apply basic filters to videos they are watching?
Thanks
+ Reply to Thread
Results 1 to 7 of 7
-
-
For video, it can be done efficiently in realtime with user gpu shaders (a MaskBox is what you are looking for, ex: bShaders barMask.hlsl Mode 2). Hlsl is supported by many directshow players (I would recommend mpc-hc for this), Mpv uses glsl based .hook.
VLC has some buit-in cpu filters (including a logo filter) and mpv has built-in ffmpeg video filters.
For audio, I think it should be possible with mpv / ffmpeg audio filters.
If Avisynth+ is installed, Avisynth scripts can also be opened by some videoplayers (no indexing is required with mp4/mov video with LSMASHSource plugin).Last edited by butterw; 6th May 2021 at 02:22.
-
-
Avisynth+: with LSMASHSource plugin, no indexing is required for mp4/mov video.
If you use an avs script you have to provide the filepath to the video. -
I downloaded L-SMASH-Works (L-SMASH-Works_20210423.7z) from this link - https://github.com/HolyWu/L-SMASH-Works/releases/
I copied the file plugins\LSMASHSource.dll into the folder C:\Program Files (x86)\AviSynth+\plugins+
But it still doesn't work.
My AVS script looks like this:
DirectShowSource("D:\MyVideo.mp4", fps=25, convertfps=true)
It works with ASF but it doesn't work with MP4
What do I have to do to make it work? -
LSmashVideoSource("D:\MyVideo.mp4")
Similar Threads
-
please list the virtualdub filters to remove vhs tape video noise
By perfection in forum Newbie / General discussionsReplies: 6Last Post: 7th Jan 2020, 12:45 -
FFDShow video filters in Linux
By darkman85 in forum Software PlayingReplies: 4Last Post: 28th Jul 2018, 06:29 -
Need help setting filters for video players on pc to play 4k files.
By hrlptl5 in forum Newbie / General discussionsReplies: 8Last Post: 17th Mar 2018, 10:30 -
change video encoders/filters of potplayer
By diegosbj in forum Newbie / General discussionsReplies: 1Last Post: 3rd Jul 2017, 13:40 -
Windows 7 video player that can save URL videos with applied video effects?
By coolvibe in forum Newbie / General discussionsReplies: 7Last Post: 13th Jun 2016, 16:52