VideoHelp Forum




+ Reply to Thread
Page 46 of 79
FirstFirst ... 36 44 45 46 47 48 56 ... LastLast
Results 1,351 to 1,380 of 2343
  1. What happens if you call:
    Code:
    "C:\PROGRA~1\Hybrid\mkvmerge.exe" --ui-language en -o "\\vboxsvr\temp\test_new.mkv" --disable-track-statistics-tags --global-tags "\\vboxsvr\temp\test_new_18_59_36_1710__04.xml" --default-track 0:yes --sync 0:-43 --forced-track 0:no -a 0 --compression -1:none --no-video --no-subtitles --no-chapters "\\vboxsvr\temp\iId_1_aid_0_DELAY_-43ms_18_59_36_1710_02.aac"
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  2. Originally Posted by Selur View Post
    What happens if you call:
    Code:
    "C:\PROGRA~1\Hybrid\mkvmerge.exe" --ui-language en -o "\\vboxsvr\temp\test_new.mkv" --disable-track-statistics-tags --global-tags "\\vboxsvr\temp\test_new_18_59_36_1710__04.xml" --default-track 0:yes --sync 0:-43 --forced-track 0:no -a 0 --compression -1:none --no-video --no-subtitles --no-chapters "\\vboxsvr\temp\iId_1_aid_0_DELAY_-43ms_18_59_36_1710_02.aac"
    As I'd deleted the files in question, I re-ran the job on Hybrid to re-create the files. Below is what I get after running the above (with file-names changed).

    mkvmerge v7.1.0 ('Good Love') 32bit built on Jul 27 2014 12:59:18
    '\\vboxsvr\temp\iId_1_aid_0_DELAY_-43ms_16_55_38_4510_02.aac': Using the demulti
    plexer for the format 'AAC'.
    Warning: AAC files may contain HE-AAC / AAC+ / SBR AAC audio. This can NOT be de
    tected automatically. Therefore you have to specifiy '--aac-is-sbr 0' manually f
    or this input file if the file actually contains SBR AAC. The file will be muxed
    in the WRONG way otherwise. Also read mkvmerge's documentation.
    '\\vboxsvr\temp\iId_1_aid_0_DELAY_-43ms_16_55_38_4510_02.aac' track 0: Using the
    output module for the format 'AAC'.
    The file '\\vboxsvr\temp\test_new.mkv' has been opened for writing.
    Progress: 100%
    The cue entries (the index) are being written...
    Error: Could not write to the output file: 87 (The parameter is incorrect.)
    Error: Could not write to the output file: 87 (The parameter is incorrect.)
    Quote Quote  
  3. my guess is that mkvmerge doesn't like the path to the file, try mounting the path beforehand to a drive letter
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  4. Member
    Join Date
    Aug 2008
    Location
    at 3rd region
    Search PM
    Hybrid 2014.8.6.1 successful installed on my WinXP, but I got message:
    Log Messages
    Ignoring mplayers libbluray support since it's too old (version < 36902)
    Finished initialization, finished after 4.25s
    Leo99
    Quote Quote  
  5. okay, that's a new one, seems like they changed the version string (and therefore Hybrid interprets is at zero) -> will look into it
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  6. Member
    Join Date
    Aug 2008
    Location
    at 3rd region
    Search PM
    Good job Selur!
    Leo99
    Quote Quote  
  7. Member
    Join Date
    Aug 2008
    Location
    at 3rd region
    Search PM
    Hi Selur, your qaac.exe is too old 1.01 MB, the current is 1.30 MB (1,334 KB).
    Please see Inbox for the attachment.
    Leo99
    Quote Quote  
  8. Haven't updated qaac in a while since afaik. there hasn't been any update which influences aac encoding in Hybrid.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  9. Member
    Join Date
    Aug 2008
    Location
    at 3rd region
    Search PM
    Correction, your version is quite right. Sorry.. a long time I'm not visit there at google.cabinet... Yes, current version is 2.42, whereas mine is 2.27.
    Many thanks, Selur!
    Leo99
    Quote Quote  
  10. No problem, I normally update the tools Hybrid uses before each release to make sure the latest version still work, so the tools which come with Hybrid should normally be not too old.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  11. Member
    Join Date
    Aug 2008
    Location
    at 3rd region
    Search PM
    Good job Selur. Lately rampant people talk about HEVC.
    I saw there is x265 GUI, I want to install this. Is is good for the first launch.. any ideas what should I install others..?
    Leo99
    Quote Quote  
  12. afaik MPEG-4 H.265/AVC encoders out there are:
    1. x265
    2. DivX265
    3. Kvazaar
    4. f265
    5. the JCTV reference implementation HM
    x265 is the most feature complete, but some users prefer the DivX265 encoder over it. (-> use search forum)
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  13. Member
    Join Date
    Aug 2008
    Location
    at 3rd region
    Search PM
    Hmm interesting.. I'll take a look, thanks!
    Leo99
    Quote Quote  
  14. Hi, could you please tell me if it's possible to do batch encodes with Avisynth & Hybrid? I've tried MeGUI, it works however it crashes a lot making it pointless to use. When using a non-batch program I don't get any crashes so it seems like MeGUI is the problem.

    Basically I want to tell Hybrid to encode a folder of 1080i 25fps AC3 audio h264 mkv files to 720p 50fps with AC3 passthrough. When using a non-batch program this is the script I use:

    Code:
    AssumeTFF() 
    DeGrainMedian(limitY=2, limitUV=3, mode=1, interlaced=true)
    Yadif(mode=1, order=1)
    Vinverse()
    Lanczos4Resize(1280,720)
    Could you please tell me what settings I would need to do that.
    Quote Quote  
  15. Sorry, not possible since Hybrid doesn't support DeGrainMedian atm.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  16. Do you have a similar filter. If so could you advise of the settings please.
    Quote Quote  
  17. busy atm, so best look at the denoisers and check the Avisynth preview
    (+ can't advise an alternative to DeGrainMedian with the settings you use, since I don't use it normally)
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  18. Member
    Join Date
    Aug 2008
    Location
    at 3rd region
    Search PM
    Selur, I had a strange experience maybe you can help: What's up JPEG decoder in ffdshow..?

    What happens with my ffdshow? After a long time not to use this ffdshow on my PC, today I tried using but so strange...
    I start streaming an AVI video 8.5 MB in VirtualDub, but the result makes me dumbfounded... A wonder, when I choose "ffdshow video codec" it was converted by Decompressor: Internal Motion JPEG decoder (MJPG).. what's up? Also it makes me crazy huge file that comes with 132.5 MB.. (almost 16x ??).
    I don't know exactly what's applications that I installed that makes this conflict...

    Notes:
    What may be caused by Nero burning rom contains Nero MediaHome the last time I installed?
    Or maybe the MainConcept MPEG demultiplexer in Winamp that I've seen one of the videos property (don't know where it comes from - I never installed this application!).

    Sorry for many questions. Any suggestions please? Thanks in advance.
    Leo99
    Quote Quote  
  19. Decompressor = used for decoding, unless you select an encoder in VirtualDub your output will be uncompressed,...
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  20. Member
    Join Date
    Aug 2008
    Location
    at 3rd region
    Search PM
    Actually, I want to choose MPEG-4 with FOURCC XviD in the encoder option, but now is gone. There was only MJPEG, HuffYUV (FFmpeg variant), FFV1, DV, and Uncompressed. Then, I try to select MJPEG just want to know.
    I don't know why is missing, formerly one of them has an option of MPEG-4.

    Do you know what the cause is..?
    Last edited by Leo99; 8th Sep 2014 at 13:16.
    Leo99
    Quote Quote  
  21. Member
    Join Date
    Jan 2014
    Location
    Somewhere
    Search Comp PM
    hello selur!

    i'm using your gui for a long time, but now i can't make x265 -2pass work... it crashes on the matroska muxing... i don't know why.. seems that the .265 file is very little (some Kb). it's a known problem or you have a fix for it?

    this are my options :

    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 3.877s

    Loading: C:\Users\Administrator\AppData\Roaming\hybrid\prof iles\global\Zmachine.xml
    Finished loading GlobalProfil C:\Users\Administrator\AppData\Roaming\hybrid\prof iles\global\Zmachine.xml, after 1.531s
    Filtering input files,..
    analyzing: Skyfall-001.mkv
    checking a/v ids in ffmpeg,...
    analyzing Skyfall-001.mkv
    grabbing audio ids for: C:\Users\Administrator\Desktop\Skyfall-001.mkv
    -> audio ids found: 0
    analyzing audio streams...
    analyzing audio stream: 0
    analyzing audio stream with mplayer
    grabbing audio data and delay infos with MediaInfo for C:\Users\Administrator\Desktop\Skyfall-001.mkv
    grabbing video ids for: Skyfall-001.mkv
    -> video ids found: 0
    analyzing video streams...
    analyzing video stream: 0
    starting auto routines for source number: 1
    -> finished auto routines for source number 1.
    Input is completely analysed,...
    Extracting attachments from C:\Users\Administrator\Desktop\Skyfall-001.mkv
    to C:\Users\Administrator\AppData\Roaming\hybrid\font s
    Creating jobs for 1 sources,...
    -> Creating jobs for source 1,...
    -> Generating calls for: C:\Users\Administrator\Desktop\Skyfall-001_new.mkv
    adding x265 calls for source: 1
    createJobs for C:\Users\Administrator\Desktop\Skyfall-001_new.mkv
    optimizing the subJobs
    added new job with id 11_25_00_2110

    Starting Main@12:36:22.991:
    "C:\PROGRA~1\Hybrid\x265.exe" --input - --input-res 1920x1080 --fps 23.976 --frames 1444 --no-high-tier --tu-intra-depth 3 --tu-inter-depth 3 --me 2 --subme 6 --merange 20 --rect --max-merge 5 --no-open-gop --bframes 5 --b-intra --ref 9 --rc-lookahead 60 --pass 2 --bitrate 3000 --rd 5 --psy-rd 1 --colormatrix bt470bg --stats "C:\Users\ADMINI~1\Desktop\Skyfall-001_new_11_58_18_7210_01.stats" --output "C:\Users\ADMINI~1\Desktop\Skyfall-001_new_11_58_18_7210_02.265"
    x265 [info]: HEVC encoder version 1.3+20-6e6756f94b27
    x265 [info]: build info [Windows][GCC 4.9.1][64 bit] 8bpp
    x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
    x265 [info]: WPP streams / pool / frames : 17 / 24 / 5
    x265 [warning]: level 5 detected, but NumPocTotalCurr (total references) is non-compliant
    x265 [info]: NONE profile, Level-NONE (Main tier)
    x265 [info]: CU size : 64
    x265 [info]: Max RQT depth inter / intra : 3 / 3
    x265 [info]: ME / range / subpel / merge : umh / 20 / 6 / 5
    x265 [info]: Keyframe min / max / scenecut : 23 / 250 / 40
    x265 [info]: Lookahead / bframes / badapt : 60 / 5 / 2
    x265 [info]: b-pyramid / weightp / weightb / refs: 1 / 1 / 0 / 9
    x265 [info]: Rate Control / AQ-Strength / CUTree : ABR-3000 kbps / 1.0 / 1
    x265 [info]: tools: rect rd=5 psy-rd=1.00 lft sao-lcu signhide stats-read
    x265 [error]: 2nd pass has more frames than 1st pass (1444 vs 1442)
    finished after 00:00:00.198
    Created C:\Users\ADMINI~1\Desktop\Skyfall-001_new_11_58_18_7210_02.265 (0.000908852 MB)

    Starting Main@12:36:23.243:
    "C:\PROGRA~1\Hybrid\mkvmerge.exe" --ui-language en -o "C:\Users\Administrator\Desktop\Skyfall-001_new.mkv" --disable-track-statistics-tags --global-tags "C:\Users\Administrator\Desktop\Skyfall-001_new_11_58_18_7210__04.xml" -d 0 --default-track 0:yes --default-duration 0:24000/1001fps --aspect-ratio-factor 0:1/1 --no-chapters --compression -1:none --forced-track 0:yes --no-audio --no-subtitles "C:\Users\ADMINI~1\Desktop\Skyfall-001_new_11_58_18_7210_02.265"
    Error:
    finished after 00:00:00.063 with exitCode 2
    -> 11_58_18_7210_05_muxing crashed:ERROR: C:\Users\Administrator\Desktop\Skyfall-001_new.mkv was not created!
    Job 11_58_18_7210 finished!

    please help me!!!!!
    Quote Quote  
  22. I am also stumbling over the "2nd pass has more frames than 1st pass" issue that z-machine95 reported. Is this a bug in x265.exe?
    Quote Quote  
  23. was a bug in Hybrid, got it fixed locally for some time now, but got a lot of stress (the last three weeks) and didn't find the time to make a new release, hope to do new release next weekend.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  24. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Not active mode settings Psy-RDO quantClick image for larger version

Name:	quant-RDO.jpg
Views:	382
Size:	118.6 KB
ID:	27676
    Quote Quote  
  25. Member
    Join Date
    Jan 2012
    Location
    Budapest
    Search Comp PM
    The x264 encoding of Mediacoder (with the exactly same options) is two times faster than Hybrid. How is it possible?
    Last edited by Stears555; 24th Sep 2014 at 12:32.
    Quote Quote  
  26. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Perhaps that OpenCL provides growth.
    Quote Quote  
  27. Member
    Join Date
    Jan 2012
    Location
    Budapest
    Search Comp PM
    Originally Posted by Gravitator View Post
    Perhaps that OpenCL provides growth.
    But Hybrid has OpenCL option too.
    Quote Quote  
  28. Member
    Join Date
    Jan 2012
    Location
    Budapest
    Search Comp PM
    The situation is the same with x265 codec. The transcoding is 2X faster with Mediacoder. Something must be do, it is a huge disadvantage for Hybrid.
    Last edited by Stears555; 24th Sep 2014 at 14:11.
    Quote Quote  
  29. @Graviator: will fix, it's an index error (it's enabled for 5+ instead of 4+ )
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  30. Member
    Join Date
    Jan 2014
    Location
    Kazakhstan
    Search Comp PM
    Maybe deinterlacing slows and decoder
    Quote Quote  



Similar Threads

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