kenshin1991
3rd January 2015, 14:33
Hey everyone,
I was just wondering how I can handle scrolling 30fps credits on a 24fps (film) background?
Credits from episode (10sec | 13MB):
http://www.mediafire.com/watch/gfh2cs3v5fxkk6s/MonsterCredits.m2v
The majority of the episode is film (portion linked below) except for the 30i scrolling credits on a 23.976 film background (linked above).
Film portion from episode (50sec | 50MB):
http://www.mediafire.com/watch/12utbczkwj0x5em/MonsterEP1.m2v
Is there a simple function where I can turn the credits into progressive film (or perhaps create a hybrid source) with minimal motion blur or judder?
I found this thread which seems to have a solution although I'm not sure how to use it: http://forum.doom9.org/showthread.php?t=158680
My current script is:
MPEG2Source("Ep01_1.d2v", cpu=0)
ivtc = tfm(pp=0).tdecimate(mode=1)
deint = qtgmc().selectevery(5,0,2)
deintCredits = QTGMC( Preset="faster", FPSDivisor=2, ShutterBlur=3, ShutterAngleSrc=180, ShutterAngleOut=360 ).convertfps("NTSC_Film")
rfs(ivtc,deint,"[263 293]")
rfs(deintCredits,"[32268 33986]")
I was just wondering how I can handle scrolling 30fps credits on a 24fps (film) background?
Credits from episode (10sec | 13MB):
http://www.mediafire.com/watch/gfh2cs3v5fxkk6s/MonsterCredits.m2v
The majority of the episode is film (portion linked below) except for the 30i scrolling credits on a 23.976 film background (linked above).
Film portion from episode (50sec | 50MB):
http://www.mediafire.com/watch/12utbczkwj0x5em/MonsterEP1.m2v
Is there a simple function where I can turn the credits into progressive film (or perhaps create a hybrid source) with minimal motion blur or judder?
I found this thread which seems to have a solution although I'm not sure how to use it: http://forum.doom9.org/showthread.php?t=158680
My current script is:
MPEG2Source("Ep01_1.d2v", cpu=0)
ivtc = tfm(pp=0).tdecimate(mode=1)
deint = qtgmc().selectevery(5,0,2)
deintCredits = QTGMC( Preset="faster", FPSDivisor=2, ShutterBlur=3, ShutterAngleSrc=180, ShutterAngleOut=360 ).convertfps("NTSC_Film")
rfs(ivtc,deint,"[263 293]")
rfs(deintCredits,"[32268 33986]")