View Full Version : Encoder Error
djan
10th August 2005, 23:02
Hi,
Here is the error, it's attached, I can't make it displayed, how does it work ?
And here is the avs :
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:05
#------------------
LoadPlugin("C:\Program Files\DVD-RB\DGDecode.dll")
mpeg2source("G:\MEET_THE_FOCKERS\RB\D2VAVS\V02.D2V",idct=7)
trim(2460,3959)
SeparateFields()
undot()
odd=SelectOdd().eDeen()
evn=SelectEven().eDeen()
Interleave(odd, evn)
weave()
BilinearResize(352,576)
ConvertToYUY2(interlaced=true)It's the same for all the extras in the movie. Only the main movie encoded right but the avs is different. Even it creates the m2v, it encodes only a part. So, may it be because the filter eDeen asks too much CPU ? I already encoded using eDeen and there was no problem. Help please.
djan
11th August 2005, 03:34
Could a moderator approve my attachment please ? And if possible explain me how to display an uploaded picture.
Rippraff
11th August 2005, 13:58
And if possible explain me how to display an uploaded picture.
Go advanced, use this button http://forum.doom9.org/images/editor/insertimage.gif and copy the url. ;)
Cu Rippraff
jdobbs
11th August 2005, 14:05
It's probably the filters you've added... but I can't say which ones or why.
djan
11th August 2005, 19:45
Is there a way to debug an avisynth procedure ? I would like to check where, why and wich filter causes the error.
jdobbs
11th August 2005, 19:59
What happens if you take them out?
Rippraff
11th August 2005, 20:10
Is there a way to debug an avisynth procedure ? I would like to check where, why and wich filter causes the error.
Probably it has to be Interleave(odd, even)
But I can't see the problem, just open one of the avs-Files with a software player like MPC.
Cu Rippraff
djan
12th August 2005, 00:05
Probably it has to be Interleave(odd, even)
But I can't see the problem, just open one of the avs-Files with a software player like MPC.
Cu RippraffNo, it's "(odd, evn)" because "evn" is the object I've created when I used "evn=SelectEven(...)". I've open the avs file in MPC and the video doesn't go until the end, MPC closes itslef completely while playing.
Rippraff
12th August 2005, 01:21
Sorry for that and shame on me, didn't notice the line above. :o
Cu Rippraff
tarantism
13th August 2005, 10:24
BilinearResize(352,576)
addborders(184,0,184,0)
dvd-rb work only resize to 720*576(pal) e 720*480(ntsc)
jdobbs
13th August 2005, 13:11
It will work with 352x576 (Half-D1) as well (with proper IFO settings, etc) -- but in this example he has added borders to the left and right, each of which is 184 so you end up with 720x576.
Boulder
17th August 2005, 07:05
My guess is that calling eDeen twice in the script causes the problem. Marc FD's filters are far from bug-free you know :p
Besides, I really, really can't understand how you can actually watch the eDeen'd movie. The filter is also known as the ultimate detail-remover. If you want extra filtering, you should use Deen instead, it's much less aggressive.
djan
17th August 2005, 07:42
Yes you're right, but it was for extras. Anyway, I don't use it anymore :)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.