PDA

View Full Version : Problems With Avisynth & Nero Recode


Kyaneos
2nd March 2006, 01:21
Hi!

I'm encoding a capture (anime movie, directly in YUY2 with Huffyuy Codec) with Nero Recode using the following one Script:

LoadPlugin("C:\Filtros\DGDecode.dll")
LoadPlugin("C:\Filtros\TomsMoComp.dll")
LoadPlugin("C:\Filtros\Fluxsmooth.dll")
LoadPlugin("C:\Filtros\eDeen.dll")
LoadPlugin("C:\Filtros\asharp.dll")
LoadPlugin("C:\Filtros\awarpsharp.dll")
LoadPlugin("C:\Filtros\Unfilter.dll")
LoadPlugin("C:\Filtros\Dup.dll")

AviSource("C:\24.avi",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:

http://img141.imageshack.us/img141/6392/0029oq.jpg

http://img418.imageshack.us/img418/7439/snapshot200603011933530vh.jpg

This is the normal aspect of the frames:

http://img141.imageshack.us/img141/433/0013kv.jpg

http://img456.imageshack.us/img456/7707/snapshot200603011953568by.jpg

Something idea?

Thanks.

hanfrunz
2nd March 2006, 10:55
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...

Kyaneos
2nd March 2006, 21:29
Yes. I encoded it with XviD and without problems.

dimzon
2nd March 2006, 22:15
maybe problem is bug in decoder?

Kyaneos
3rd March 2006, 00:00
maybe problem is bug in decoder?

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


Bye!

Niddhogg
4th March 2006, 01:33
These are my Recode Settings:
. Maximun GOP - 300

300 ???
Assume you use AutoGOP and no CloseGOP as well ?
...