Help Scripting Live Footage....

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
SenTrix
Joined: Mon Jun 23, 2008 8:25 am
Status: Editing
Location: South East England
Org Profile

Help Scripting Live Footage....

Post by SenTrix » Sat Feb 07, 2009 5:47 am

Well I'm not so good at scripting live footage, so i'll be needing your help....

Image
Image

Code: Select all

mpeg2source("F:\DVD Rips\LOVE_COM\VIDEO_TS\LoveComJD.d2v")
converttoyv12(interlaced=true)
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
changefps(29.97)
LanczosResize(848,480)
Deen("w3d",1,3,3)
Well i got the basics down but i dont know where to go from there...anime is so much easier.
Well i'll give a nice cold pint of beer to those who helps me Image.....:awesome:
Image <<..:: Click Me ::..>> Image

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: Help Scripting Live Footage....

Post by Scintilla » Sat Feb 07, 2009 12:19 pm

I don't have anything to say on the filtering side, but...
Sentrix wrote:mpeg2source("F:\DVD Rips\LOVE_COM\VIDEO_TS\LoveComJD.d2v")
converttoyv12(interlaced=true)
Why? The MPEG-2 stream is already in YV12.
Sentrix wrote:Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
changefps(29.97)
Why are you making it 29.97 again right after you just IVTCed it?
Sentrix wrote:Deen("w3d",1,3,3)
Unless gradients become a noticeable problem, "c3d" mode may give you better results with live-action content.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I live?
Location: Somewhere I think O.o
Contact:
Org Profile

Re: Help Scripting Live Footage....

Post by JaddziaDax » Sat Feb 07, 2009 7:49 pm

most live action won't need much filtering but yay love com!

User avatar
SenTrix
Joined: Mon Jun 23, 2008 8:25 am
Status: Editing
Location: South East England
Org Profile

Re: Help Scripting Live Footage....

Post by SenTrix » Mon Feb 09, 2009 4:08 pm

Scintilla wrote:Unless gradients become a noticeable problem, "c3d" mode may give you better results with live-action content.
Image
Image

Code: Select all

mpeg2source("F:\DVD Rips\LOVE_COM\VIDEO_TS\LoveComJD.d2v")
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
LanczosResize(848,480)
Deen("c3d",3,5,5)
Is there anything else i can add? and is that too much deen, in your opinion?
JaddziaDax wrote:most live action won't need much filtering but yay love com!
:up: Hehehe Love*Com kicks ass :awesome: Everyone should watch this JDrama and the Anime :ying:
Image <<..:: Click Me ::..>> Image

Locked

Return to “AviSynth Help”