still not successfull. anyway. i investigated the { v2.0.1.17 } Lentoid Strongen decoder. it seems that the reason i'm having problems playing current clips encoded through x265.exe is because somewhere in one of the builds the encoder changed their encoding stamp, for lack of better term. if i play an older x265.exe encoded clip from back in 9/24 the clips play in graphstudio and my sw (dshow) player. but if i play a current x265.exe encoded clip, i.e., { v0.5+371 } then they don't play at all in graphstudio or my custom sw (dshow) player, i just get a black activemovie screen. i verifed this when i loaded an older version x265.exe { v 0.4+19-4b794e2ffcb4 no stdin/pipe support} and it played fine in graphstudio and my custom sw (dshow) player.
if i'm not mistaken, current x265.exe builds are now hm12 format. maybe that is the reason they don't play in the lentoid strongen decoder via graphstudio.
but according to Strongen's webiste..
they do support hm12.0.3Strongene PC HEVC/H.265 Decoder
Version:
V2.0.1.17 Release Date: 2013/11/6 Size: 566KB
Release Notes:
1. This version is only for the individual test of HEVC decoding speed; 2. Compatible with the reference software HM12.0;3. Compatible with LAVSpliter; 4. The flv demux is involved, supporting .flv HEVC container splitting for decoding; 5. The mp4 demux is involved, supporting .mp4 HEVC container splitting for decoding, and compatible with GPAC
Configuration:
Supporting system of WinServer 2003/2008, Win XP/Vista and Win7/Win8
+ Reply to Thread
Results 961 to 990 of 2222
-
Last edited by vhelp; 16th Nov 2013 at 09:09.
-
Last edited by tnti; 16th Nov 2013 at 09:46.
-
@vhelp: depending on the settings, x265 will output broken bit streams. Like tnti mentioned, with wpp enabled, streams are broken.
-
assuming this is a wpp issue -- i thought i read resently that wpp is on by default. my understanding is, that anything *not* in the commandline parameter string is "ON" or "OFF" according that parameters default.
thus, wpp is "ON" by default if not in the param string. i guess we have to specifically turn it "OFF" then, every time we encode. hopefully, i am correct and just need to turn wpp off. -
In order to ensure compatibility
I now are closed WPP
After the closure can be compatible with HM 10 11 12 -
@tnti: closed WPP? do you mean, you disabled wpp?
Also: Did you report the problem properly to the developers?
@Looking at the current source:
void x265_param_default(x265_param *param)
{
memset(param, 0, sizeof(x265_param));
/* Applying non-zero default values to all elements in the param structure */
param->logLevel = X265_LOG_INFO;
param->bEnableWavefront = 1;
param->frameNumThreads = 0;
param->poolNumThreads = 0;
param->csvfn = NULL;
....
}
So either the HM decoder is buggy or x265 doesn't produce standard conform output when wpp is turned on.
Cu Selur -
X265 only shows the resulting file does not meet the criteria
Strongene Lentoid deocder only decode standard stream
I did not tell the developer ... -
confirmed, strongene lentoid decoder is borked. it won't play whether WPP is turned on or off.
i made two encodes, neither will play while using strongene lentoid decoder { v2.0.1.17 }
but mpc-be plays both videos perfectly.
video.[0.5+371, q15, --wpp=on].hm10
video.[0.5+371, q15, --no-wpp=off].hm10 -
I did not tell the developer ...
-
-
then i will test your theory out on my rinkydink netbook computer. it is a clean windows xp home, 800x600 pixels, 500mb ram. i'm not sure i can log on to this forum multiple times in order to respond on that computer. it is way over in the dinning room.
-
Signed.
"MPC-HC.1.7.0.208.x86" + "Strongene PC HEVC/H.265 Decoder V2.0.1.17" + "madVR" = WORKS
tested with the "tos_60s_hevc.crf24.mp4" sample from "LigH.de" (great sample btw.)Last edited by x265.cc; 16th Nov 2013 at 13:38.
encoder.pw buildbot is NOT affiliated with, endorsed, or sponsored by the
x265 development team, MultiCoreWare Inc, Xiph.Org Foundation nor VideoLAN organization. -
i just finished testing on my netbook.
Code:1st test.. had older strongene lentoid decoder, i should have checked which one. but doesn't matter. all videos play in anything, graphstudio, etc. including your basicinstinct clip. NOTE: for the basicinstinct video, i forgot to mention, it would not play w/ ext .hevc, i had to change it to .hm10 and then it would play in the older strongene lentoid decoder, etc. except for any videos recently created with x265.exe { v0.5+371 } note: not that it is that versions fault, there older ver's from that group w/ same problem. 2nd test.. i removed the two strongene decoder files via unreg.bat none of the videos will play. i get an error. 3rd test.. i installed the latest { v2.0.1.17 } strongene lentoid decoder files (there are four files in the reg.bat file) all videos play in anything, graphstudio, etc. including your basicinstinct clip. except for any videos recently created with x265.exe { v0.5+371 } note: not that it is that versions fault, there older ver's from that group w/ same problem. 4th test.. i removed the latest { v2.0.1.17 } strongene lentoid decoder files (there are four files in the reg.bat file) none of the videos will play. i get an error.
Last edited by vhelp; 16th Nov 2013 at 12:20.
-
HEVC encoder version 0.5 +397-1544 cf94837d version found no problems **
-
Originally Posted by vhelp
Does that setup include Service Pack 3
Just keep in mind that many/¿most? of the software that still targets Windows XP expects to deal with the most recent APIs.
Besides, some errors in the Registry may have no other consequence than screwing the functionality of certain DirectShow filtersLast edited by El Heggunte; 16th Nov 2013 at 13:26. Reason: need more coffee : - /
-
not sure how to get lavfilters v0.59.1 to work inside an avs script.
thats what this mess was originally all about, so i can scrub through the encoded hm10 videos inside virtualdub.
my desktop pc has xp home sp2. and i won't put sp3 on it. it cause me more problems in the past and the reason i removed it. -
On my Intel Q9000 (4x 2.0 GHz), MPC-HC with LAV (1.7.0.216 x86) generates ~82% and Lentoid Decoder ~40% CPU usage,
at LigH's 1080p sample. That could be a reason (for me).Last edited by x265.cc; 16th Nov 2013 at 13:38.
encoder.pw buildbot is NOT affiliated with, endorsed, or sponsored by the
x265 development team, MultiCoreWare Inc, Xiph.Org Foundation nor VideoLAN organization. -
Please define "clean Windows XP Home Edition"
Does that setup include Service Pack 3
-
Originally Posted by vhelp
,
Code:set "LAV Splitter Source merit" > "Lentoid HEVC Source merit" set "LAV Video merit" > "Lentoid HEVC Decoder merit"
Last edited by El Heggunte; 16th Nov 2013 at 13:54. Reason: ......................
-
initial query from post # 958 is now SOLVED!
i figured it out on my own. but i see you mention how, now, arggg! now i can scrub through these videos.
edit 1: not sure how to use lavfilters, but here is how i am doing it with ffms2: avs -> virtualdub
Code:v = "g:\zzzbinst.hevc" LoadCPlugin( "C:\PLUGINS\ffms2.dll" ) # 10,237KB 10/28/2013 3:28AM FFVideoSource( v, fpsnum=24000, fpsden=1001)
Last edited by vhelp; 16th Nov 2013 at 14:03.
-
FFVideoSource() should work "best" on an actual container (read: MP4)
You can use Graphstudio for changing the merits of the filters. But normally you wouldn't have to change a thing, since LAV Filters set themselves to a merit higher than "PREFERRED". In case of doubt --- set the merit of the Lentoid filters to DO_NOT_USE, logoff, logon again.Last edited by El Heggunte; 16th Nov 2013 at 14:03. Reason: add details
-
-
FFMS2 works best with the MKV container. Any other container may require support by an installed Haali Media Splitter. Especially TS is not well supported.
LSMASHSource.dll provides different functions, depending on the container. For MP4, use LSMASHVideoSource() if you prefer L-SMASH as MP4 demultiplexer; if you prefer libavformats as MP4 demultiplexer, and for other containers, use LwLibavVideoSource(). -
24000/1001=23.976
30000/1000=30
30000/1001=29.970... ... ...
youtube.....welcome to the club. ever since i switched from dialupto DSL, and the company no longer exist, and i long forgot my password, my yt page is a ghost town.
thank you for the additional info, LigH.
and also, thank you x265.cc, for your relentless though consistant updates!Last edited by vhelp; 16th Nov 2013 at 14:24.
-
well, as you already know, it works for me in my h264 videos from the hauppauge hdvpr, it works perfectly and i hghly recommend it for these sources.
however, as you also know, for hevc videos, it doesn't work. for me. so, please, when you get it to work, share...thank you in advance!
see post # 959, there is hints how to make it work but i don't get it.
edit 1: my l-smash specs:
Code:LSMASHSource.dll 8,230KB 8/30/2013 11:45AM
Code:L-SMASH-Works_r688v2.7z vaporsynth legal_stuff aviutil avisynth -> readme avisynth -> LSMASHSource.dll avisynth -> msvcr110.dll
Last edited by vhelp; 16th Nov 2013 at 15:11.
Similar Threads
-
help - how to compile latest "nightly" ffmpeg for win32 (XP) with mingw
By hydra3333 in forum ProgrammingReplies: 32Last Post: 20th May 2017, 00:33 -
x265 vs x264
By deadrats in forum Video ConversionReplies: 71Last Post: 10th Jan 2016, 06:14 -
ffdcaenc (an upgrade to dcaenc)
By El Heggunte in forum AudioReplies: 22Last Post: 9th Dec 2014, 06:09 -
MulticoreWare Annouces x265/HEVC Mission Statement
By enim in forum Latest Video NewsReplies: 4Last Post: 9th Aug 2013, 22:09 -
New PC Build(s)
By thedeificone in forum ComputerReplies: 6Last Post: 25th May 2010, 16:57