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 9th August 2009, 07:55   #1  |  Link
Floatingshed
Registered User
 
Join Date: Nov 2008
Posts: 322
splice speed

I am doing the simplest of operations and running into trouble.
I have two clips the first is a short (10sec) clip encoded with HUFFyuv.
The second is a longer (25 min) yv12 clip which needs some de-noising.

Simplified script:

a=clip1.avi
b=clip2.mpg
a=a.converttoyv12()
b=b.my de-noiser()
a++b

This gives me about 0.5-1 fps!
If I remove clip1 from the equation and just de-noise clip2 the processing speed goes up to 3fps (the de-noiser is very slow!)

Why is a short clip that receives no processing slowing the whole thing down?
It must be something to do with HUFFyuv as I have tried encoding clip1 with XVID and it then runs at the faster speed of 3fps.

Any thoughts? Thanks.
Floatingshed is offline   Reply With Quote
Old 9th August 2009, 08:02   #2  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
hdd throughput could be a reason for the slow down,... (especially if input&output files are on the same hdd)
for lossless compression files bitrate normally is rather high and hdd speed could matter,...
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 9th August 2009, 08:10   #3  |  Link
Floatingshed
Registered User
 
Join Date: Nov 2008
Posts: 322
Thanks.
If that were the case though would the problem affect the whole thing? Surely just the processing of clip1 would be affected and once that has passed through the speed would increase...
Floatingshed is offline   Reply With Quote
Old 9th August 2009, 10:34   #4  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
probably, once clip1 is handled it should get faster but I'm not sure how avisynth handles the whole thing internally.
__________________
Hybrid here in the forum, homepage
Selur 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 07:04.


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