Log in

View Full Version : Gabest matroska splitter problem with Avisynth


follz20
10th May 2010, 16:24
Hey all

First off, I have these standalone filters reg'd (or did have):

matroskasplitter/muxer
+others

Basically, I'm trying to encode AVC sources (inside m2ts or mkv containers) with Avisynth inside Megui. When I have the gabest SA filters reg'd, Avisynth loads up the preview screen but it's all grey with no picture. I can still create the script and load for encoding, but when I start the encode it just sits there with only the 'time elapsed' doing something. No matter how long it sits there, nothing happens.

Now, I recently unreg'd all my SA filters and installed Haali. Avisynth now loads up any source in any container perfectly fine. So it seems that Avisynth, on my computer, doesn't like the gabest matroska splitter for whatever reason :confused:

Problems with encoding and/or bitstreaming are really starting to bug me now. I can't seem to find the 'sweetspot' which allows me to both bitstream HD audio via HDMI and also encode x264/VC-1 sources with Avisynth. With Haali installed, I can't bitstream (stutters like mad) but I can encode. With gabest filters, I can bitstream but I can't encode.

The best I've ever had it was that I could do everything except encode VC-1 sources; It would encode but with duplicate frames so it would stutter like crazy.

Does anyone know of a configuration that works with ffdshow & mpc-hc for bitstreaming HD audio and ALSO being able to encode AVC video sources with Avisynth? If you do or have any tips/tricks, I'd very much appreciate any help :devil:

Hardware/OS:

Win7 Pro 32-bit
ATI 5850

Cheers! :thanks: :stupid:

PS- My Avisynth scripts are pretty simple too:

DirectShowSource("E:\Blu-Ray Rips\00004.m2ts", fps=23.976, audio=false, convertfps=true)