Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 28th December 2021, 05:49   #121  |  Link
CaptainGotoSV2
Registered User
 
Join Date: Aug 2021
Posts: 8
Quote:
Originally Posted by kedautinh12 View Post
Are you download latest ver tdeint???
https://github.com/pinterf/TIVTC/releases
Yeah I did ages ago, I have resolved the problem though, you need to enter an integer in precision e.g. precision=4.

In regards to the credit sequence, I'm too green at AviSynth to make heads or tails of how to get the script to pump out a VFR video, and my attempts to just blend the credits with credconv after normconv from 25fps to 23.976fps aren't working - either the next episode preview is cut or somehow I manage to slow down rendering of the entire video.
CaptainGotoSV2 is offline   Reply With Quote
Old 28th December 2021, 06:24   #122  |  Link
Boulder
Pig on the wing
 
Boulder's Avatar
 
Join Date: Mar 2002
Location: Finland
Posts: 5,718
Avisynth supports only CFR, for VFR you need some timecode manipulation in the container so the player knows which parts to play at which speed.
__________________
And if the band you're in starts playing different tunes
I'll see you on the dark side of the Moon...
Boulder is offline   Reply With Quote
Old 28th December 2021, 06:34   #123  |  Link
CaptainGotoSV2
Registered User
 
Join Date: Aug 2021
Posts: 8
Quote:
Originally Posted by Boulder View Post
Avisynth supports only CFR, for VFR you need some timecode manipulation in the container so the player knows which parts to play at which speed.
I kinda gave up on VFR, I'm wanting to blend the credits instead, here's my script

global MeGUI_darx = 4
global MeGUI_dary = 3
LoadPlugin("C:\Users\***\Downloads\MeGUI-2913-32\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\EVANGELION_PLATINUM_V1\VIDEO_TS\VTS_01_1.d2v", info=3)
LoadPlugin("C:\Users\***\Downloads\MeGUI-2913-32\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
AnimeIVTC(mode=2, ediandnn=3, bbob=1, i1=33020, e1=34651, i2=34652, e2=35054, normconv=true, credconv="blend", )
Toon()
mcdaa3()

My problem is after that, playing the resulting footage in AvsPmod is slowed down to a trickle
CaptainGotoSV2 is offline   Reply With Quote
Old 28th December 2021, 10:32   #124  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,153
Cause you use many scripts. Try prefetch can improve your speed
kedautinh12 is online now   Reply With Quote
Old 28th December 2021, 19:10   #125  |  Link
CaptainGotoSV2
Registered User
 
Join Date: Aug 2021
Posts: 8
Quote:
Originally Posted by kedautinh12 View Post
Cause you use many scripts. Try prefetch can improve your speed
i'm only using AnimeIVTC, mcdaa and Toon though, that's not all that many. That aside, enabling "blend" in credconv blends the whole video, not just credits
CaptainGotoSV2 is offline   Reply With Quote
Old 29th December 2021, 00:22   #126  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,153
Quote:
Originally Posted by CaptainGotoSV2 View Post
i'm only using AnimeIVTC, mcdaa and Toon though, that's not all that many. That aside, enabling "blend" in credconv blends the whole video, not just credits
You think AnimeIVTC + mcdaa don't load any plugins, scrips inside?? And you try prefetch with (2->...) you can see it's different
kedautinh12 is online now   Reply With Quote
Reply

Tags
anime aa, animeivtc, chroma fix, deinterlace, mod

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:35.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.