VideoHelp Forum




+ Reply to Thread
Page 50 of 79
FirstFirst ... 40 48 49 50 51 52 60 ... LastLast
Results 1,471 to 1,500 of 2356
  1. Hi
    Im not too familiar with x265 encoding !!!
    I wanna encode a video by x265 with this detail:
    PHP Code:
    Video
    ID                          
    1
    Format                      
    AVC
    Format
    /Info                 Advanced Video Codec
    Format profile              
    High@L4.1
    Format settings
    CABAC      Yes
    Format settings
    ReFrames   5 frames
    Codec ID                    
    V_MPEG4/ISO/AVC
    Duration                    
    52mn 40s
    Nominal bit rate            
    933 Kbps
    Width                       
    1 276 pixels
    Height                      
    720 pixels
    Display aspect ratio        
    16:9
    Frame rate mode             
    Constant
    Frame rate                  
    23.976 fps
    Color space                 
    YUV
    Chroma subsampling          
    4:2:0
    Bit depth                   
    8 bits
    Scan type                   
    Progressive
    Bits
    /(Pixel*Frame)          : 0.042
    Writing library             
    x264 core 133 r2334 a3ac64b
    Encoding settings           
    cabac=ref=deblock=1:-1:-analyse=0x3:0x133 me=umh subme=psy=psy_rd=1.00:0.00 mixed_ref=me_range=24 chroma_me=trellis=8x8dct=cqm=deadzone=21,11 fast_pskip=chroma_qp_offset=-threads=12 lookahead_threads=sliced_threads=nr=decimate=interlaced=bluray_compat=constrained_intra=bframes=b_pyramid=b_adapt=b_bias=direct=weightb=open_gop=weightp=keyint=230 keyint_min=22 scenecut=40 intra_refresh=rc_lookahead=40 rc=2pass mbtree=bitrate=933 ratetol=1.0 qcomp=0.60 qpmin=10 qpmax=51 qpstep=cplxblur=20.0 qblur=0.5 vbv_maxrate=62500 vbv_bufsize=78125 nal_hrd=none ip_ratio=1.40 aq=1:1.00
    Default                     : Yes
    Forced                      
    No

    Audio
    ID                          
    2
    Format                      
    AAC
    Format
    /Info                 Advanced Audio Codec
    Format profile              
    HE-AAC LC
    Codec ID                    
    A_AAC
    Duration                    
    52mn 40s
    Channel
    (s)                  : 2 channels
    Channel positions           
    FrontL R
    Sampling rate               
    48.0 KHz 24.0 KHz
    Compression mode            
    Lossy
    Delay relative to video     
    31ms
    Language                    
    English
    Default                     : Yes
    Forced                      
    No 
    but there is problem !!!
    the quality is pretty like the source but in some frame there is too low quality (mostly in dark frame !!!)
    here is my x265 detail:
    PHP Code:
    Video
    ID                          
    1
    Format                      
    HEVC
    Format
    /Info                 High Efficiency Video Coding
    Format profile              
    Main@L4.0
    Codec ID                    
    V_MPEGH/ISO/HEVC
    Duration                    
    55mn 59s
    Width                       
    1 280 pixels
    Height                      
    736 pixels
    Display aspect ratio        
    16:9
    Original display aspect rat 
    16:9
    Frame rate mode             
    Constant
    Frame rate                  
    23.976 fps
    Color space                 
    YUV
    Chroma subsampling          
    4:2:0
    Bit depth                   
    8 bits
    Writing library             
    x265 1.4:[Windows][GCC 4.9.0][64 bit]
    Encoding settings           wpp ctu=64 tu-intra-depth=tu-inter-depth=me=subme=merange=57 no-rect no-amp max-merge=temporal-mvp no-early-skip no-fast-cbf rdpenalty=no-tskip no-tskip-fast strong-intra-smoothing no-lossless no-cu-lossless no-constrained-intra no-fast-intra open-gop interlace=keyint=240 min-keyint=24 scenecut=40 rc-lookahead=20 bframes=bframe-bias=b-adapt=ref=weightp no-weightb aq-mode=aq-strength=1.00 cbqpoffs=crqpoffs=rd=psy-rd=0.00 psy-rdoq=0.00 signhide lft sao no-sao-non-deblock b-pyramid cutree rc=pass bitrate=400 ratetol=1.0 qcomp=0.60 qpmin=qpmax=51 qpstep=cplxblur=20.0 qblur=0.5 ipratio=1.40 pbratio=1.30
    Default                     : Yes
    Forced                      
    No
    Color primaries             
    BT.709
    Transfer characteristics    
    BT.709
    Matrix coefficients         
    BT.709
    Color range                 
    Limited

    Audio
    ID                          
    2
    Format                      
    AAC
    Format
    /Info                 Advanced Audio Codec
    Format profile              
    HE-AAC LC
    Codec ID                    
    A_AAC
    Duration                    
    55mn 59s
    Channel
    (s)                  : 2 channels
    Channel positions           
    FrontL R
    Sampling rate               
    48.0 KHz 24.0 KHz
    Compression mode            
    Lossy
    Delay relative to video     
    : -105ms
    Title                       
    Stereo
    Language                    
    English
    Default                     : Yes
    Forced                      
    No 
    so what should I do ?
    cause I raise up bitrate but nothing has change !
    sorry for my bad english !!!
    Quote Quote  
  2. a. Assuming the problem is caused by banding in dark scenes (which is a weakness of current x265 8bit encoding) using 10bit instead of 8bit should help
    b. otherwise using '-tune grain' and or modifying the adaptive quanitzation strength should help with bit rate distribution
    as a side note: Better stick to aq-mode=1 instead of aq-mode=2 and in general using more bit rate will help.

    Cu Selur
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  3. tnx it was very helpful !
    one more question:
    Is there any preview in your programe ?
    for example:encode 30 second of video with current encode option to see how its look like !!!
    sry for bad eng !
    Quote Quote  
  4. If your input has multiple chapters, you could only encode a single chapter (Main->Primary Input Selection->Chapter) or you could enable cut support (Config->Internals->Cut Support) and select a start&end (Main->Handling->Cut).

    Cu Selur
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  5. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Hi litoo,
    You should take a look at my settings for dark video > result (fast coding & quality).
    Quote Quote  
  6. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    aq-mode=1 is now the default in x265
    Quote Quote  
  7. Member
    Join Date
    Apr 2007
    Location
    United States
    Search Comp PM
    newbie here to Hybrid. Worked on first attempt after installation but still crashed after halfway encoding. Then never worked again, crashing at startup.
    I uninstalled but even that was not successful as a reinstall indicated the program already existed in C:\Program Files\Hybrid
    I guess there's no way to completely uninstall / reinstall , is there?

    why does it work perfectly for some and crashes all the time for others.
    I'm on an i5 dual 2.67ghz, 4gb memory.
    Quote Quote  
  8. Normally the uninstaller should deinstall everything. (it does here)

    A crash half way through a job might be related to:
    a. not enough memory. (check you memory usage during encoding)
    b. a buggy source
    c. some strange virus scanner (from time to time McAfee seems to cause problems)
    d. hear problems
    e. some thing else
    -> can't really say without a debug output (see: http://www.selur.de/support)

    Cu Selur
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  9. Member
    Join Date
    Apr 2007
    Location
    United States
    Search Comp PM
    hmmm... never even thought about McAfee. Maybe that's why some people crash at startup while others have perfect operations.
    Memory was good, about 2.0gb - 2.5gb.
    Quote Quote  
  10. I just from time to time spend days hunting strange, for me not reproducible bugs, and in the last few month, one of the main culprit after memory or heat problems was McAfee. (no clue what they do, but my guess if that they somehow meddle with the inter process communication of Hybrid and the pipes between decoder&encoder)
    -> no guaranty that it is McAfee, but especially crashs in the middle of a conversion are normally not directly Hybrids faults.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  11. Hi
    I faced with a strange problem !
    when I Encode a video with x265 on Hybird its ok !
    but problem is here that there is nothing in encode option when I look at detail with media info !!!!
    this problem happened very suddenly due to change some of the encode option that I cant remmeber them now !
    so whats problem about encode option not showing in media info ???
    sry for bad english !
    Quote Quote  
  12. Hybrid itself doesn't offer an option to modify whether or not the encoding settings are embedded.
    The .265 files Hybrid produces still have the info in them.
    -> x265, when used with Hybrid does embed the SEI info you want.

    If such a raw .265 file is remuxed with:
    • tsMuxer, MediaInfo does still show the details. (this happens if .m2ts is used as output)
    • MP4Box, MediaInfo does still shows the details. (this happens if .mp4 is used as output)
    • MKVMerge, MediaInfo doesn't shows the details. (this happens if .mkv is used as output)
      If the video stream gets extracted from the mkv file, all details are gone.
    Seems like mkvtoolnix doesn't preserve the SEI infos for HEVC streams and thus MediaInfo doesn't report them.
    -> So either don't use .mkv as container, or report the problem that mkvmerge doesn't preserve the SEI info from HEVC streams to the mkvtoolnix developer. Since this is not a bug in Hybrid there's nothing I can do about it.

    Cu Selur
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  13. Originally Posted by Selur View Post
    Hybrid itself doesn't offer an option to modify whether or not the encoding settings are embedded.
    The .265 files Hybrid produces still have the info in them.
    -> x265, when used with Hybrid does embed the SEI info you want.

    If such a raw .265 file is remuxed with:
    • tsMuxer, MediaInfo does still show the details. (this happens if .m2ts is used as output)
    • MP4Box, MediaInfo does still shows the details. (this happens if .mp4 is used as output)
    • MKVMerge, MediaInfo doesn't shows the details. (this happens if .mkv is used as output)
      If the video stream gets extracted from the mkv file, all details are gone.
    Seems like mkvtoolnix doesn't preserve the SEI infos for HEVC streams and thus MediaInfo doesn't report them.
    -> So either don't use .mkv as container, or report the problem that mkvmerge doesn't preserve the SEI info from HEVC streams to the mkvtoolnix developer. Since this is not a bug in Hybrid there's nothing I can do about it.

    Cu Selur
    You are absolutely right !
    Now I remmember that since I change the container this problem happen !
    anyway tnx for all of your hardworking !<3
    Quote Quote  
  14. Have you removed support for x265? For some reason the last 2 builds of Hybrid I tried don't seem to have x265 available.
    Quote Quote  
  15. will be fixed in the next release (tomorrow), accidentally the version id couldn't be read which is why Hybrid assumed x265 wasn't present
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  16. Before you release a new version I found an issue that you may want to look at. I downloaded the file named "Beauty" from here:

    http://ultravideo.cs.tut.fi/#testsequences

    Beauty 1920x1080 8bit YUV Y4M (877.22 MiB) <--Specifically this one.

    When I try to import it into Hybrid it incorrectly sees the properties:

    Hybrid: homepage
    Forum: public forum
    Regarding problems please read: needed infos
    Donate: via PayPal
    Current defaultOutputPath: is empty!
    Set it under Config->Path
    Finished initialization, finished after 30.117s

    Filtering input files,..
    Analysing 1 input files,...
    analyzing: Beauty_1920x1080_120fps_420_8bit_YUV.y4m
    Analyzing G:\Beauty_1920x1080_120fps_420_8bit_YUV.y4m with raw analyser,...
    reading the whole input file to get the frame count,..
    starting auto routines for source number: 1
    added new info node (Chapter selection) to stream,..
    -> Activating interlace check to determine if content is telecined/interlaced.
    checking Beauty_1920x1080_120fps_420_8bit_YUV.y4m for interlacing,...
    running interlaced check,...
    starting interlaced analysis pass 1 (5% <> 20.033s) of BEAUTY~1.Y4M
    -> interlaced analysis pass 1 finished after 00:00:10.768hrs
    starting interlaced analysis pass 2 (5% <> 20.033s) of BEAUTY~1.Y4M
    -> interlaced analysis pass 2 finished after 00:00:10.094hrs
    -> interlaced check result: bottom field first
    -> finished auto routines for source number 1.
    Input is completely analysed,...

    As you can see it sees it as an interlaced bff and it also sees it as 30fps but it's obviously 120fps and progressive. This is repeatable across all 120fps y4m sources I tested.

    Thought you should know.
    Quote Quote  
  17. Beauty_1920x1080_120fps_420_8bit_YUV <- don't see that over at http://ultravideo.cs.tut.fi/#testsequences
    For me there is only:
    Beauty 3840x2160 8bit YUV RAW (3961.56 MiB)
    Beauty 3840x2160 10bit YUV RAW (4078.30 MiB)
    Beauty 3840x2160 8bit HEVC RAW (29.30 MiB)
    Beauty 3840x2160 8bit HEVC MP4 (29.31 MiB)
    Beauty 3840x2160 8bit HEVC DASHmp4 (29.35 MiB)
    Beauty 3840x2160 8bit HEVC TS (29.99 MiB)
    Beauty 3840x2160 8bit AVC MP4 (30.36 MiB)
    Beauty 1920x1080 8bit YUV RAW (882.56 MiB)
    Beauty 1920x1080 8bit AVC MP4 (7.11 MiB)
    Beauty 3840x2160 8bit YUV Y4M (3889.59 MiB)
    Beauty 3840x2160 10bit YUV Y4M (3953.39 MiB)
    Beauty 1920x1080 8bit YUV Y4M (877.22 MiB)
    Okay, got it, inside the 7z archive
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  18. Not A Hybrid bug, looking at the file with a Hexeditor shows:
    Code:
    YUV4MPEG2 W1920 H1080 F30:1 Ip A0:0 C420jpeg XYSCSS=420JPEG.FRAME
    and F30:1 indicates 30 fps not 120fps.
    looking http://wiki.multimedia.cx/index.php?title=YUV4MPEG2 you see the content is flagged as 30fps (F30:1) progressive (Ip).
    But you are right that the interlace detection fails and detects the content as interlaced. (not sure if I can fix that, 600 frames is a rather short sequence and on short sequences the interlace detection isn't that reliable)
    Last edited by Selur; 28th Jan 2015 at 10:02.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  19. You're right, I should have checked Media Info, it also reports it as 30fps. I wonder why these guys claim it's 120fps and why it plays as if it's in slow motion.
    Quote Quote  
  20. Since the scene is rather artificial it's hard to guess if 120fps is the correct fps, but changing the fps to 120fps is easy with a hex editor.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  21. I found a new oddity, when I load up Elephant's Dream y4m, choose x265 and try to make any changes to any setting I get a pop up with the message:

    Hybrid: homepage
    Forum: public forum
    Regarding problems please read: needed infos
    Donate: via PayPal
    Current defaultOutputPath: is empty!
    Set it under Config->Path
    Finished initialization, finished after 10.343s

    Filtering input files,..
    Analysing 1 input files,...
    analyzing: elephants_dream_480p24.y4m
    Analyzing G:\Encoding Tests\elephants_dream_480p24.y4m with raw analyser,...
    reading the whole input file to get the frame count,..
    starting auto routines for source number: 1
    added new info node (Chapter selection) to stream,..
    -> Activating interlace check to determine if content is telecined/interlaced.
    checking elephants_dream_480p24.y4m for interlacing,...
    running interlaced check,...
    starting interlaced analysis pass 1 (5% <> 32.6917s) of ELEPHA~1.Y4M
    -> interlaced analysis pass 1 finished after 00:01:08.655hrs
    starting interlaced analysis pass 2 (5% <> 32.6917s) of ELEPHA~1.Y4M
    -> interlaced analysis pass 2 finished after 00:01:13.802hrs
    -> interlaced check result: bottom field first
    -> finished auto routines for source number 1.
    Input is completely analysed,...
    x265Model get->found no field strictCBR
    x265Model get->found no field strictCBR
    x265Model get->found no field strictCBR
    x265Model get->found no field strictCBR
    x265Model get->found no field strictCBR
    x265Model get->found no field strictCBR
    x265Model get->found no field strictCBR

    And it also says 'error'.

    It only happens if I attempt a bit rate based encode, no error on CRF based encode.
    Quote Quote  
  22. Got it happens only with 1pass average bitrate, it's a typo should be 'strictCbr' instead of 'strictCBR'. -> fixed locally.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  23. Originally Posted by Selur View Post
    Got it happens only with 1pass average bitrate, it's a typo should be 'strictCbr' instead of 'strictCBR'. -> fixed locally.
    When are you releasing a version with the fix?
    Quote Quote  
  24. Not sure. If you tell me your OS I can compile one for you.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  25. Win 7 64bit.

    Thanks.
    Quote Quote  
  26. Latest version complains about out of date AviSynth, disables it. Since it comes included with your software I thought you should know.
    Quote Quote  
  27. Ahhh,.... forgot to update the version.txt -> simply change 20150119 to 20150208 and everything should work again
    (uploaded a fixed Windows installer to my download page)
    Last edited by Selur; 8th Feb 2015 at 13:54.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  28. Found a much more annoying bug, for some reason installing Hybrid results in a avisynthPlugins folder where I don't have permission to write to the folder, which results in not being able to save any modifications to version.txt or even copying a new file into that folder. This despite being logged in with an Admin account.
    Quote Quote  
  29. Strange works fine here. -> deinstall Hybrid, download latest version again from selur.de/downloads and install that version
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  30. Hi Selur
    few weeks ago you tell me that the not showing video info when you use mkv as container is from mkvmerge so I send an email to them and they
    say its a bug in GUI and they gonna fix it in future... stil nothing happen !
    yesterday I want to download a movie so go to this site => http://psarips.com/
    they encode the movie & TVshow in x265 mostly mkv ! I download my movie and when I check media info
    there was encode info however they use mkv for container !
    how it is possible ?
    here is the movie info :
    General
    Unique ID : 175900240412408090370203136779214354697 (0x8455276E15D08EBBA5BAAA7D38AB7909)
    Complete name : E:\Fury.2014.1080p.BrRip.6CH.x265.HEVC-PSA.mkv
    Format : Matroska
    Format version : Version 4 / Version 2
    File size : 1.37 GiB
    Duration : 2h 14mn
    Overall bit rate : 1 461 Kbps
    Movie name : PSArips.com | Fury.2014.1080p.BrRip.6CH.x265.HEVC-PSA
    Encoded date : UTC 2015-01-14 16:12:43
    Writing application : mkvmerge v7.5.0 ('Glass Culture') 64bit built on Jan 4 2015 16:48:44
    Writing library : libebml v1.3.1 + libmatroska v1.4.2
    DURATION : 01:36:24.946000000
    NUMBER_OF_FRAMES : 77
    NUMBER_OF_BYTES : 1314
    _STATISTICS_WRITING_APP : mkvmerge v7.5.0 ('Glass Culture') 64bit built on Jan 4 2015 16:48:44
    _STATISTICS_WRITING_DATE_UT : 2015-01-14 16:12:43
    _STATISTICS_TAGS : BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

    Video
    ID : 1
    Format : HEVC
    Format/Info : High Efficiency Video Coding
    Format profile : Main@L4.0
    Codec ID : V_MPEGH/ISO/HEVC
    Duration : 2h 14mn
    Width : 1 920 pixels
    Height : 808 pixels
    Display aspect ratio : 2.40:1
    Frame rate mode : Constant
    Frame rate : 23.976 fps
    Color space : YUV
    Chroma subsampling : 4:2:0
    Bit depth : 8 bits
    Writing library : x265 1.4:[Windows][GCC 4.9.0][64 bit]
    Encoding settings : wpp / ctu=64 / tu-intra-depth=1 / tu-inter-depth=1 / me=1 / subme=2 / merange=57 / no-rect / no-amp / max-merge=2 / temporal-mvp / no-early-skip / no-fast-cbf / rdpenalty=0 / no-tskip / no-tskip-fast / strong-intra-smoothing / no-lossless / no-cu-lossless / no-constrained-intra / no-fast-intra / open-gop / interlace=0 / keyint=240 / min-keyint=24 / scenecut=40 / rc-lookahead=20 / bframes=4 / bframe-bias=0 / b-adapt=2 / ref=3 / weightp / no-weightb / aq-mode=2 / aq-strength=1.00 / cbqpoffs=0 / crqpoffs=0 / rd=3 / psy-rd=0.00 / psy-rdoq=0.00 / signhide / lft / sao / no-sao-non-deblock / b-pyramid / cutree / rc=crf / crf=21.0 / qcomp=0.60 / qpmin=0 / qpmax=51 / qpstep=4 / ipratio=1.40 / pbratio=1.30
    Default : Yes
    Forced : No
    Color primaries : BT.709
    Transfer characteristics : BT.709
    Matrix coefficients : BT.709
    Color range : Limited
    DURATION : 02:14:38.041000000
    NUMBER_OF_FRAMES : 193679
    NUMBER_OF_BYTES : 1279203624
    _STATISTICS_WRITING_APP : mkvmerge v7.5.0 ('Glass Culture') 64bit built on Jan 4 2015 16:48:44
    _STATISTICS_WRITING_DATE_UT : 2015-01-14 16:12:43
    _STATISTICS_TAGS : BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

    Audio
    ID : 2
    Format : AAC
    Format/Info : Advanced Audio Codec
    Format profile : HE-AAC / LC
    Codec ID : A_AAC
    Duration : 2h 14mn
    Channel(s) : 6 channels
    Channel positions : Front: L C R, Side: L R, LFE
    Sampling rate : 48.0 KHz / 24.0 KHz
    Compression mode : Lossy
    Delay relative to video : -105ms
    Title : Surround
    Language : English
    Default : Yes
    Forced : No
    DURATION : 02:14:38.080000000
    NUMBER_OF_FRAMES : 189330
    NUMBER_OF_BYTES : 193873921
    _STATISTICS_WRITING_APP : mkvmerge v7.5.0 ('Glass Culture') 64bit built on Jan 4 2015 16:48:44
    _STATISTICS_WRITING_DATE_UT : 2015-01-14 16:12:43
    _STATISTICS_TAGS : BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES

    Text
    ID : 3
    Format : UTF-8
    Codec ID : S_TEXT/UTF8
    Codec ID/Info : UTF-8 Plain Text
    Default : Yes
    Forced : No

    Menu
    00:00:00.000 : en:00:00:00.000
    00:07:58.228 : en:00:07:58.228
    00:20:24.682 : en:00:20:24.682
    00:26:38.931 : en:00:26:38.931
    00:37:26.035 : en:00:37:26.035
    00:43:24.060 : en:00:43:24.060
    00:51:59.408 : en:00:51:59.408
    01:01:20.302 : en:01:01:20.302
    01:13:46.547 : en:01:13:46.547
    01:18:29.705 : en:01:18:29.705
    01:26:21.802 : en:01:26:21.802
    01:29:50.427 : en:01:29:50.427
    01:35:39.192 : en:01:35:39.192
    01:48:12.111 : en:01:48:12.111
    01:57:49.980 : en:01:57:49.980
    02:00:41.609 : en:02:00:41.609
    sry for bad english !
    Quote Quote  



Similar Threads

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