VideoHelp Forum




+ Reply to Thread
Page 33 of 75
FirstFirst ... 23 31 32 33 34 35 43 ... LastLast
Results 961 to 990 of 2222
  1. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    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..
    Strongene 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
    they do support hm12.0.3
    Last edited by vhelp; 16th Nov 2013 at 09:09.
    Quote Quote  
  2. Member
    Join Date
    Aug 2013
    Location
    China
    Search PM
    Click image for larger version

Name:	QQ截图20131116233330.jpg
Views:	609
Size:	159.1 KB
ID:	21277

    HM12 not work properly decode


    This is the BUG X265

    HM crash

    I have repeatedly complained about the WPP problems X265
    Last edited by tnti; 16th Nov 2013 at 09:46.
    Quote Quote  
  3. @vhelp: depending on the settings, x265 will output broken bit streams. Like tnti mentioned, with wpp enabled, streams are broken.
    Quote Quote  
  4. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    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.
    Quote Quote  
  5. Member
    Join Date
    Aug 2013
    Location
    China
    Search PM
    In order to ensure compatibility
    I now are closed WPP


    After the closure can be compatible with HM 10 11 12
    Quote Quote  
  6. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    actually, i would say that the Strongene Lentoid deocder is broken, not x265.exe because lentoid plays the x265 { v0.4+19 } build, and so does mpc-be, but lentoid does not play the { v0.5+371 } but mpc-be does play it perfectly.
    Quote Quote  
  7. @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;
    ....
    }
    wpp is enabled by default (and the lav based decoders can decode it).

    So either the HM decoder is buggy or x265 doesn't produce standard conform output when wpp is turned on.

    Cu Selur
    Quote Quote  
  8. Member
    Join Date
    Aug 2013
    Location
    China
    Search PM
    X265 only shows the resulting file does not meet the criteria

    Strongene Lentoid deocder only decode standard stream

    I did not tell the developer ...
    Quote Quote  
  9. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    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
    Quote Quote  
  10. I did not tell the developer ...
    then stop complaining and report it to the developers
    Quote Quote  
  11. Member
    Join Date
    Aug 2013
    Location
    China
    Search PM
    OK I will report
    Quote Quote  
  12. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by vhelp View Post
    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 cannot confirm the alleged problem. The latest Lentoid decoder does work fine here, with the most recent build from x265.cc
    Quote Quote  
  13. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    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.
    Quote Quote  
  14. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    FWIW, yet another image:
    Image Attached Thumbnails Click image for larger version

Name:	wowqxz.png
Views:	404
Size:	242.5 KB
ID:	21282  

    Quote Quote  
  15. Originally Posted by El Heggunte View Post
    Originally Posted by vhelp View Post
    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 cannot confirm the alleged problem. The latest Lentoid decoder does work fine here, with the most recent build from x265.cc

    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.
    Quote Quote  
  16. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    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.
    EDIT: see 1st test notes
    Last edited by vhelp; 16th Nov 2013 at 12:20.
    Quote Quote  
  17. Member
    Join Date
    Aug 2013
    Location
    China
    Search PM
    HEVC encoder version 0.5 +397-1544 cf94837d version found no problems **
    Quote Quote  
  18. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by vhelp
    on my rinkydink netbook computer. it is a clean windows xp home
    Please define "clean Windows XP Home Edition" 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 filters
    Last edited by El Heggunte; 16th Nov 2013 at 13:26. Reason: need more coffee : - /
    Quote Quote  
  19. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    P.S.: However, since MPC-BE and/or LAV Video works for you,
    why do you need or want a functional Lentoid decoder???
    Quote Quote  
  20. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM


    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.
    Quote Quote  
  21. Originally Posted by El Heggunte View Post
    why do you need or want a functional Lentoid decoder???
    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.
    Quote Quote  
  22. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    Please define "clean Windows XP Home Edition" Does that setup include Service Pack 3
    clean, as in, none of my desktop pc's xp home issues. it just has xp home and a couple of apps. codecs i will install only if i need it for something, like the hevc. it had the older version. but i just removed them in the test above, in post # 976. now it has the v2.0.1.17 on it. but, you can't blame it on it being screwy, registry screwy, etc.
    Quote Quote  
  23. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by vhelp
    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.
    As I said some pages ago ,

    Code:
    set "LAV Splitter Source merit" > "Lentoid HEVC Source merit"
    
    set "LAV Video merit" > "Lentoid HEVC Decoder merit"
    and then you can be sure DirectShowSource() will be using LAV Filters
    Last edited by El Heggunte; 16th Nov 2013 at 13:54. Reason: ......................
    Quote Quote  
  24. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    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)
    edit 2: i see that scrubbing backwards tends to stall it a bit. and then it gets really snow continuing to go backwards. so its a little buggy but works
    Last edited by vhelp; 16th Nov 2013 at 14:03.
    Quote Quote  
  25. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    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
    Quote Quote  
  26. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by vhelp View Post
    ..........
    Code:
    v = "g:\zzzbinst.hevc"
    LoadCPlugin( "C:\PLUGINS\ffms2.dll" ) # 10,237KB  10/28/2013  3:28AM
    FFVideoSource( v, fpsnum=24000, fpsden=1001)
    fpsnum=30000, fpsden=1000

    Reason: I intended to include that segment in a video game clip, so I had to change the frame rate.
    But now that my YouTube channel is dead,...
    Quote Quote  
  27. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    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().
    Quote Quote  
  28. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    24000/1001=23.976
    30000/1000=30
    30000/1001=29.970... ... ...

    youtube.....welcome to the club. ever since i switched from dialup to 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.
    Quote Quote  
  29. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Shame on me, I still haven't tried LSMASHSource.dll

    According to the HTML page, FFMS2 needs Haali only for OGM ( which nobody uses ) and transport streams.
    Last edited by El Heggunte; 16th Nov 2013 at 14:27. Reason: -.-
    Quote Quote  
  30. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    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
    edit 2: this is the only resource i could find on the origin of the .dll file for l-smash.

    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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!