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.
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.