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 29th August 2006, 16:58   #1  |  Link
pyrates
Registered User
 
Join Date: Jan 2006
Posts: 101
HybridFupp with stats file

Hi,

I'm wondering if the hybridfupp avsi script version 0.92b addon for avisynth can have something like a stats file generated for the first pass it goes through? Then on the second pass and any other passes after that, it will automatically just use the settings that the stats file recorded instead of having to reanalyze the incoming video and thus speed up encoding greatly.

I know that if it could just read off the stats file for the 2nd time and onwards, then my encoding time for those passes would be speeded up by 3 times.

I'm also aware of the tool "hg avs optimizer" that does just this and writes a modified avisynth script, but it applies a filter to the entire frame, where as if I understand it correctly, hybridfupp applies filters to different parts of the frame depending on the appropriateness of it.

The reason I'm asking is because I'm trying to do 1080p encoding here using x264 built 558 and i'm getting less then 2 fps on a dual core system with 2 GB of ram. So anything that could help would be great. Thanks.

I'm also trying the MT plugin for avisynth for it to use both cores of my dual core system, but don't see much of a speed up either. Here is my script:

SetMTMode(2,0)
# Modify the path so that it finds your decomb dll file #
LoadPlugin("G:\filter\decomb521.dll")

# Modify the path so that it finds your MPEG2DEC dll file #
LoadPlugin("G:\filter\DGDecode.dll")


LoadPlugin("G:\filter\Convolution3D.dll")
LoadPlugin("G:\filter\deen.dll")
LoadPlugin("G:\filter\MSharpen.dll")
LoadPlugin("G:\filter\tdeint.dll")
LoadPlugin("G:\filter\UnFilter.dll")
LoadPlugin("G:\filter\undot.dll")

import("G:\filter\mvbob.avs")
import("G:\filter\convert60ito24p.avsi")
Import("G:\filter\HybridFuPP.avsi")

# Modify the path so that it finds the d2v file you created using dvd2avi #
MPEG2Source("N:\1080i\movie\movie.d2v")
#audio=wavSource("E:\24.1.wav")
#audiodub(video,audio)
#Crop(left, top, -right, -bottom)
Crop(0, 0, -0, -0)

# Assume Top Field
#AssumeTFF().SeparateFields()
Telecide(order=1)
# Assume Bottom Field
#AssumeBFF().SeparateFields()
#Telecide(order=0)

# Reduce down to 23.976 fps
Decimate()

Undot()
Convolution3d(preset="movieHQ")

HybridFuPP(preset="High")

Last edited by pyrates; 29th August 2006 at 17:06.
pyrates is offline   Reply With Quote
Reply

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 18:56.


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