Log in

View Full Version : Encoding to x264 with CoreAVC as a decoder problem


crasus
1st January 2010, 23:03
Good evening!

I've been trying today to encode a BluRay with CoreAVC (CUDA enabled) as decoder instead of DGAVCDec (libavcodec based).

I made a .grf file using the latest version of GraphStudio, linking the .m2ts file to CoreAVC and serving it to x264 (r1376) via a simple avisynth script.

It worked for a few minutes perfectly (and I did notice a nice speed improvement! :) ) but when I minimized the windows the whole thing jammed. Tryied again and again and again and each time the same things happens.

First of all, is this possible? If so, what am I doing wrong?

Running on SP2 with a Core2Duo at 2.33Ghz, an Nvidia 8500GT with 512MB of RAM (reccomended drivers) and 3Gb of DDR2.

Thanks!

roozhou
2nd January 2010, 11:23
Try turning off CoreAVC's trayicon.

Blue_MiSfit
3rd January 2010, 09:45
Try skipping the GRF file, and simply changing your filter merits to let CoreAVC be the default H.264 decoder.

Then you can use DSS2, and it should work without problems. It's definitely possible, I do this all the time :)

~MiSfit

crasus
4th January 2010, 00:37
Thanks for the advices :)

Will try them!