Back Forum Reply New

Problems With Avisynth amp; Nero Recode

Hi!

I'm encoding a capture (anime movie, directly in YUY2 with Huffyuy Codec) with Nero Recode using the following one Script:Code:
LoadPlugin(quot;C:\Filtros\DGDecode.dllquot;)
LoadPlugin(quot;C:\Filtros\TomsMoComp.dllquot;)
LoadPlugin(quot;C:\Filtros\Fluxsmooth.dllquot;)
LoadPlugin(quot;C:\Filtros\eDeen.dllquot;)
LoadPlugin(quot;C:\Filtros\asharp.dllquot;)
LoadPlugin(quot;C:\Filtros\awarpsharp.dllquot;)
LoadPlugin(quot;C:\Filtros\Unfilter.dllquot;)
LoadPlugin(quot;C:\Filtros\Dup.dllquot;)

AviSource(quot;C:\24.aviquot;,audio=true)
ConvertToYV12(interlaced=true)

TomsMoComp(1,5,1)
Tweak(SAT=1.3,BRIGHT=-10)
FluxSmoothST(15,7)
edeen(2,8,16,2,2,false)
asharp(1)
awarpsharp()
unfilter(-6,-6)  
LumaYV12(2,1)
Crop(10,2,-16,-4)
Lanczos4Resize(640,480)
Dup(threshold=1,blend=true,maxcopies=8)
These are my Recode Settings:

- Maximun Definition - AVC
- Rate Control - 2Pass
- General Settings  . Decision Quality - High Quality  . Maximun Vector Range - 512 to 511.75  . Maximun reference frames - 8  . Maximun GOP - 300  . Maximun B-Frames - 3
- Encoding Tools  . Cabac - Active  . Bidirectional Prediction - Activated  . Macroblock Partitions - Activated  . Weighted Prediction - ACtivated  . Deblocking - Activated      - Adaptive - Desactivated      - Debloking Strength = -2

The encoding it realizes without problems, but at the moment of visualizing the video I meet frames corrupt, like colored. There is as maximum two in the whole video, I have tried to encoding again the complete video and always appears the corrupt frames, but in different places, always with the same aspect. Examples:This is the normal aspect of the frames:Something idea?

Thanks.

please encode your file with another tool like virtual dub. Use any fast codec you like. If you have the same problems you have an avisynth-problem. If not you have a recode problem...

If you have an avisynth-problem only use the first half of your filterchain, if the error occurs again the error is in the first half, and so on...

Yes. I encoded it with XviD and without problems.

maybe problem is bug in decoder?

maybe problem is bug in decoder?

No. I have used FFDShow, Nero DirectShow and CoreAVC(CoreCoded).Bye!


Originally Posted by KyaneosThese are my Recode Settings:  . Maximun GOP - 300

300 ???
Assume you use AutoGOP and no CloseGOP as well ?
...
¥
Back Forum Reply New