|
Dee Mon
|
 |
« Reply #15 on: September 05, 2010, 10:18:26 AM » |
|
As every conveyor it's limited by speed of the slowest part. If some filter/decoder/encoder can handle 10 frames per second and other filters can do 100 FPS, overall speed will be 10 fps, and other cores will not be fully loaded. Writing to hard drive can also be such a bottleneck.
|
|
|
|
« Last Edit: September 05, 2010, 01:14:17 PM by Dee Mon »
|
Logged
|
|
|
|
Sunny666
Newbie
Karma: +0/-0
Posts: 8
|
 |
« Reply #16 on: September 05, 2010, 01:02:56 PM » |
|
When i load the same script in MEGUI it uses all cores so its about VE.
|
|
|
|
|
Logged
|
|
|
|
|
Dee Mon
|
 |
« Reply #17 on: September 05, 2010, 01:14:50 PM » |
|
Is it in Preview mode? In VE preview is up to realtime, if computations take less time than 1/FPS then some time will be spent resting and again the load will be less than 100%.
|
|
|
|
« Last Edit: September 05, 2010, 01:17:53 PM by Dee Mon »
|
Logged
|
|
|
|
Sunny666
Newbie
Karma: +0/-0
Posts: 8
|
 |
« Reply #18 on: September 07, 2010, 04:10:44 PM » |
|
It is processing mode. Got another question  Usually files imported to VE are avs scripts made with MeGUI and when I choose them VE asks me: So far I have solved this by adding function call in avs script - ConvertToRGB32() so VE understands file format. How could I use new fast YV12 scheme introduced in 1.9.4 version or am I locked to previous slow but with more quality RGB32 SR mode? Thank you
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Dee Mon
|
 |
« Reply #20 on: September 08, 2010, 09:03:58 AM » |
|
We're changing right now how VE handles YV12 video and YV12-RGB32 conversion (to get rid of that checkerboard pattern), also will try to fix this issue.
|
|
|
|
|
Logged
|
|
|
|
|
Dee Mon
|
 |
« Reply #21 on: September 16, 2010, 03:08:17 PM » |
|
Fixed problems with YV12 input and conversions. Now can open .avs files with YV12 output and there is no checkerboard when mixing YV12 SR and RGB32 VD filters. Just download and install again.
|
|
|
|
|
Logged
|
|
|
|
|
|
themaster1
Newbie
Karma: +2/-0
Posts: 24
|
 |
« Reply #23 on: September 27, 2010, 07:45:06 AM » |
|
Interesting, hopefully this time there is no convertion YV12>RGB because the v1.9.4 was painfully slow
On a side note do you know a lossless codec that use YV12 (not YUY2), the less convertions the better
|
|
|
|
|
Logged
|
|
|
|
|
Dee Mon
|
 |
« Reply #24 on: September 27, 2010, 04:07:43 PM » |
|
My choice of a lossless codec is Lagarith: http://lags.leetcode.net/codec.htmlIn neighbor thread Ut Video Codec was mentioned working in YV12. It's very fast but compressed files tend to be larger.
|
|
|
|
|
Logged
|
|
|
|
|
|
Maccara
Newbie
Karma: +1/-0
Posts: 5
|
 |
« Reply #26 on: September 28, 2010, 02:54:24 AM » |
|
My choice of a lossless codec is Lagarith: http://lags.leetcode.net/codec.htmlIn neighbor thread Ut Video Codec was mentioned working in YV12. It's very fast but compressed files tend to be larger. I've used both. One noteworthy benefit about Ut Video Codec: it decodes fast, so nice for editing. But yes, compression seems a little worse usually (still better than huffyuv).
|
|
|
|
|
Logged
|
|
|
|
|
Dee Mon
|
 |
« Reply #27 on: September 28, 2010, 08:07:33 PM » |
|
themaster1, thanks for the link to an SR article and discussion. A few thoughts: 1) The article has nothing to do with deblocking. 2) The approach is pretty standard for these kinds of articles: formulate an equation of how low-res pictures are made from hi-res real world and then search for a solution to an inverse problem using some regularization. There are hundreds of such articles published and most of them demonstrate good results on synthetic examples and even some real ones, but what is usually left unsaid is that they usually require 2-20 minutes to process one 170x90 picture.  These methods are very computationally expensive. 3) Algorithm described in this paper is patented and sold to HP, as mentioned in discussion.
|
|
|
|
|
Logged
|
|
|
|
themaster1
Newbie
Karma: +2/-0
Posts: 24
|
 |
« Reply #28 on: September 29, 2010, 02:38:04 AM » |
|
Ah sorry, i didn't read it in depth i confess.
|
|
|
|
|
Logged
|
|
|
|
|