View Single Post
Old 15th July 2015, 20:15   #730  |  Link
videofan3d
Registered User
 
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
Quote:
Originally Posted by tartak View Post
The remaining concerns:
1) FRIMSource does not work with platform="sw" ("Cannot initialize Intel Media SDK session"). Is this expected? libmfxsw32.dll version 6.14.11.28 is in Windows\system32
2) I am getting less than 3 fps (2.8 to be exact) at "-u 1". That looks very, very slow. Quoting from the thread on MVCenc: "Can expect 80 - 90 fps for high quality 3D MVC transcoding BD50 to BD25 on modern i7-4770K based system and no less of 60 fps on i7-3770K". I have i7-3770 (with lots of RAM and everything else). Could the FRIMSource be the bottleneck?

ad 1.
I just quickly tested following AVS script:

Code:
LoadPlugin("c:\Prj\IntelMedia\_exe\x64\Release_v1.25\FRIMSource64.dll")

FILE3D="c:\Prj\IntelMedia\_testing\PANY.m2ts"

FRIMSource(codec="mvc", filename=FILE3D, filename_dep=FILE3D, container="ts", platform="sw", \
              layout="SBS", cache=24, reload=true, num_frames=350, log_file="c:\Prj\IntelMedia\_testing\Z1.log")
i.e. in SW mode - and without any issues.
Seems that something is wrong in your environment setting. (path or whatever)

ad 2. ad performance:
encoding is not fast, in SW mode it is slow.
And on my i7-4770K Haswell 3.50 GHz 16 GB RAM I have never achieved 80 fps in -hw mode. Far far below this!
I don't know where the above mentioned quote is coming from, neither what were the conditions for its measurement.
Please keep on mind that that also disk access (2x 3 MB per each frame) takes its cost. Working on SSD is visibly faster.
3 fps in Full HD3D in -u 1 might be realistic.
(You can check -u 7 and compare)

Last edited by videofan3d; 16th July 2015 at 05:49.
videofan3d is offline   Reply With Quote