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. |
![]() |
#941 | Link | |
Guest
Posts: n/a
|
I need some help with FRIMSource64(), please.
My working enviroment: Windows 10, FRIM version 1.29 (x64) (Avisynth+ (Intel Media SDK 2018 R1)) I'm trying to pipe .h265 video to x265. Quote:
What can I do about this? Thanks. |
|
![]() |
![]() |
#942 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 316
|
Quote:
FRIMSource(codec="h264", filename=… ? |
|
![]() |
![]() |
![]() |
#943 | Link | |
Guest
Posts: n/a
|
Quote:
Maybe, it is because of the file I'm trying to source - .h265? Format: HEVC Bit depth: 10 bits FRIM_release_notes.txt reads: 2018-07-08 FRIM all: - experimental HEVC support Actually, I'm trying to pipe .h265 stream to x265 encoder. ![]() Last edited by SpasV; 3rd September 2018 at 10:07. |
|
![]() |
![]() |
#944 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 316
|
Quote:
FRIMSource(codec="h265", filename=…" |
|
![]() |
![]() |
![]() |
#945 | Link |
Guest
Posts: n/a
|
The same result.
I've found a workaround: ffmpeg -i Mission_Imposssible_Ghost_Protocol.h265 -strict -1 -f yuv4mpegpipe - Maybe, I have some general problem. I cannot get this filter working at all. Last edited by SpasV; 4th September 2018 at 20:10. |
![]() |
![]() |
#947 | Link |
Guest
Posts: n/a
|
OK. I've run plugins64.reg.
I've run FRIMSource(codec="h265", filename="G:\Mission_Imposssible_Ghost_Protocol\Mission_Imposssible_Ghost_Protocol.h265", cache=1, num_frames=24) in AvsPmod and got ERROR:Failed to load plugin (1D962A45A43FF41A6) ERROR:undeveloped feature (-3), ... Is there an instruction for installing these plugins? Last edited by SpasV; 5th September 2018 at 10:28. |
![]() |
![]() |
#948 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 316
|
Quote:
In general, you need to edit plugins64.reg and set there path accordingly - only then can FRIM find relevant plugin. Furthermore, the plugins which are part of free distribution, are SW based only. So you will need to use FRIMSource(…, platform="sw", …) |
|
![]() |
![]() |
![]() |
#949 | Link | ||
Guest
Posts: n/a
|
Unfortunately, I cannot make FRIM works.
I’ve registered the plugins with plugins64.reg and I have: Quote:
Quote:
Last edited by SpasV; 9th September 2018 at 13:25. |
||
![]() |
![]() |
#951 | Link |
Guest
Posts: n/a
|
Sorry my absentmindedness.
The context is avs2yuv64.exe. It is avs2yuv-0.24bm5 - the last version. When I use ffms2-2.23.1 as a source FFMS2(<"file_name.m2ts">, colorspace = "yuv420p10") it works and the process displays the mesage: encode-FFMS2.265.avs: 3840x2160, YUV420P10, 10-bits, progressive, 12500/473 fps, 3171 frames When I use FRIMSource - FRIMSource(codec="h265", filename=<"file_name.m2ts">, cache=1, num_frames=24, platform="sw") the mesage is: avisynth 16-bit hack enabled encode-FRIM.265.avs: 1920x2160, YV12, 10-bits, progressive, 24000/1001 fps, 24 frames The same mesage I've got with ffms2-2.23.1 when I used the old avs2yuv64.exe version - avs2yuv-0.24bm3 |
![]() |
![]() |
#952 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 316
|
Quote:
FRIMSource(… ,container="ts",...) For more FRIMSource details see FRIMSource_readme.pdf from distribution... I'm not familiar with avs2yuv64.exe … |
|
![]() |
![]() |
![]() |
#953 | Link | ||
Guest
Posts: n/a
|
All plugins are in place, obviously.
Quote:
Quote:
Last edited by SpasV; 12th September 2018 at 09:22. |
||
![]() |
![]() |
#954 | Link |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 316
|
Can you open your script encode-FRIM.265.avs directly using e.g. MPC-HC(x64) media player?
(You need to use some 64-bit media player which is capable to play Avisynth+ scripts. MPC-HC(x64) is able to do it). If yes then script is correct and problem is somewhere in avs2yuv64.exe - this I cannot help... If not, MPC-HC(x64) will show you error message to resolve... |
![]() |
![]() |
![]() |
#955 | Link |
Guest
Posts: n/a
|
MPC-HC(x64), AvsPmod too, can play the scripts.
When playing FFMS2("file_name.m2ts", colorspace = "yuv420p10") there is a normal 3640x2160 picture. When playing FRIMSource(codec="h265", filename="file_name.m2ts", cache=1, num_frames=240) there is no picture. ![]() with FRIMSource(codec="h265", filename="file_name.m2ts", cache=1, num_frames=240, container="ts") there is the Error message above when I've tried .mkv file. but FRIMSource(codec="h265", filename="file_name.h265", cache=1, num_frames=240) plays and V: rawvideo, yuv420p, 3840x2140 Last edited by SpasV; 13th September 2018 at 11:15. |
![]() |
![]() |
#957 | Link |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 316
|
I'm not sure whether you read the first post of this thread
Free H.264 MVC 3D Encoder ... |
![]() |
![]() |
![]() |
#958 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 316
|
Quote:
|
|
![]() |
![]() |
![]() |
#960 | Link |
Guest
Posts: n/a
|
As to "I'm not sure whether you read the first post of this thread
Free H.264 MVC 3D Encoder ..." Sorry, I've missed the important part. I've tried it and I would like to ask you some questions about: (Better if there is a written instruction.) - VBR - avg, maximum; obviously I can change them. But, working with x264, I prefer Constant QP with control over the maximum bitrate. - are there other parameters avilable - performance - with no more than 38% CPU load I've got 7 fps. In general, the most information the better. Last edited by SpasV; 15th September 2018 at 18:32. |
![]() |
![]() |
Tags |
encoders, mvc |
Thread Tools | Search this Thread |
Display Modes | |
|
|