DoW
28th May 2003, 05:52
Background:
I am attempting an encode of ZoE: Idolo and tried to use decomb at first, but it would never catch all the frames that were interlaced unless I used very strong settings, and then it would end up deinterlacing too much, ZoE being a very wierd source.
I ended up deciding to do a manual IVTC using TMPEG and TPRIVTC. Even with this, some frames I could not fix using different field selections, so I decided that I would apply FieldDeinterlace() post TPRIVTC to decomb the frames (and only the frames, because as I said, the settings that I had to use were very strong ie, threshold=2)that still possessed combing (There are quite a few). I was going to use trim, but that would make the AVS inordinantly huge and also trim has the +1 frame bug. So I wanted to use Applyrange().
Problem:
When I try calling applyrange() in the following manner:
ApplyRange(0, 252, "FieldDeinterlace", full=false, show=true, threshold=4, dthreshold=4)
I get an error stating "Script Error: Invalid Arguements to function ApplyRange()"
I was wondering if I was doing something wrong or if apply range cant take arguements in the form of xxxxxx=y?
Any suggestions as to how I can improve my IVTC of ZoE is much appreciated.
Notes: Yes, I am very new to encoding, this being my first encode and all. Make any suggestions that you feel I should know, as Im still very much in the learning phase.
I am attempting an encode of ZoE: Idolo and tried to use decomb at first, but it would never catch all the frames that were interlaced unless I used very strong settings, and then it would end up deinterlacing too much, ZoE being a very wierd source.
I ended up deciding to do a manual IVTC using TMPEG and TPRIVTC. Even with this, some frames I could not fix using different field selections, so I decided that I would apply FieldDeinterlace() post TPRIVTC to decomb the frames (and only the frames, because as I said, the settings that I had to use were very strong ie, threshold=2)that still possessed combing (There are quite a few). I was going to use trim, but that would make the AVS inordinantly huge and also trim has the +1 frame bug. So I wanted to use Applyrange().
Problem:
When I try calling applyrange() in the following manner:
ApplyRange(0, 252, "FieldDeinterlace", full=false, show=true, threshold=4, dthreshold=4)
I get an error stating "Script Error: Invalid Arguements to function ApplyRange()"
I was wondering if I was doing something wrong or if apply range cant take arguements in the form of xxxxxx=y?
Any suggestions as to how I can improve my IVTC of ZoE is much appreciated.
Notes: Yes, I am very new to encoding, this being my first encode and all. Make any suggestions that you feel I should know, as Im still very much in the learning phase.