|
General Talk And Support General talk and peer-to-peer support about BS.Player and other video and audio multimedia players. |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
How to make ffdshow to decode RMVB? Real Alternative is already installed. Checked RAW - all supported - in ffdshow codecs configuration. Thanks in advance. Sorry for the bad English... |
| ||||
download RealMedia Splitter from here http://www.free-codecs.com/download/...a_Splitter.htm (you can choose with or without installer. if you want to install it manually, below is a link to guide) http://www.free-codecs.com/guides/Ho...d_AX_files.htm and if you want to make BSPlayer as default player for RMVB files,go to BSPlayer filetype setting,type RMVB to "add" box and then check that RMVB. |
| ||||
Quote:
|
| |||
Quote:
2 - Input FourCC YV12 |
| ||||
I see what you are saying now.. Yes, you are right... BSPlayer does not allow sending uncompressed video thru ffdshow (or perhaps any other filter). I unsuccesfully tried it with CoreAVC, YV12. Perhaps Tizio or Adicoto will be able to shed more light on why is this happening. Quote:
|
| ||||
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") 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. |
| ||||
I have no idea. DirectShowSource() with no additional parameters was able to open all files I needed (ac3, mkv, avi). Quote:
Edit: Do you have the lastest version of AviSynth (I use v2.5.6a)? Does it include a plugin called "DirectShowSource.dll"? If it does, first try to use LoadPlugin("full_path") first. The plugin should be loaded automatically from the default plugins directory. |
| |||
I found another way for rmvb using Filter Manager: 1 - Add RealVideo Decoder in Filter Priority. 2 - Add media type "MEDIATYPE_Video". Edit: In Filter management>General, "Allow intermediate filters" and "Enable advanced graph building" must be checked. Now I'm looking a way for wmv using Filter Manager(I can't find WMVideo Decoder DMO in the list of installed filters), meanwhile I'm using AviSynth scripts. |
| ||||
"Windows Media Video Decoder" perhaps? Aren't scripts better suited if you don't need to do the same denoising or blur onto every file? You can even apply the effect to just a small section of you clip if you need to. |
| |||
Quote:
I tried "Windows Media Video Decoder". Didn't works. I'm looking for this filter: DSH 4CC WMV1 FIL Company Name Microsoft Corporation DSH DirectShow CLSID {82D353DF-90BD-4382-8BC2-3F6192B76E34} REG Driver File C:\WINDOWS\system32\wmvdmod.dll FIL File Description Windows Media Video Decoder FIL File Version 10.00.00.3646 DSH Friendly Name WMVideo Decoder DMO - - Function Decoder FIL Internal Name wmvdmod.dll FIL Legal Copyright © Microsoft Corporation. All rights reserved. REG Merit 0x00800001 FIL Original Filename wmvdmod.dll FIL Product Name Microsoft® Windows Media Services FIL Product Version 10.00.00.3646 - - Type DMO I found this informations using Gspot. Scripts are fine but the most of rmvb and wmv files I got have similar quality, I can use same ffdshow profile. It's easier. |
| |||
New build of ffdshow supporting FourCC WMV 3 was released, ffdshow_rev2546_t44_20060805.exe. Maybe instable. Now is possible make bsplayer play all(I think)wmv files with ffdshow. :D Links: http://ffdshow.wyrdic.net/?N=D http://www.mytempdir.com/847966 |
Tags |
decode, ffdshow, make, rmvb |
| |