View Single Post
  #9 (permalink)  
Old 30th July 2006
J7N's Avatar
J7N J7N is offline
Senior Member
BS.Player Power User
 
Join Date: Feb 2006
Location: Cyberspace
Posts: 762
Rep Power: 0
J7N is an unknown quantity at this point
Default

It appears that BSPlayer allows only one video filter, for some reason. Uncompressed files on disk can be processed fine thru ffdshow. If you absolutely need to watch your videos in BSPlayer and need to do post-processing on them, you can try this temporary (?) solution:

1) Install AviSynth – a good free video editing package.
2) Create an *.avs script with one line:
Code:
DirectShowSource("My_Video.rmvb")
* * You can add more video processors, either built-in or available as AviSynth plugins, if you wish. Many free denoisers, sharpeners, etc are available.
3) Open the script in BSPlayer. It will play as an uncompressed AVI file, with the source loaded (and processed) in the background.
4) If you have installed the ffdshow plugin for avisynth, you can access most if not all ff's functions and create a permanent script for each file you need to denoise or sharpen.
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20