*gig* even 9.2 is rather old (but it is the latest stable release, which is why I stay with it)![]()
+ Reply to Thread
Results 151 to 180 of 2356
-
-
I hope that this the right place to ask such a basic query.
After I select the input / output location or file and do all the customizations. The job queue is still blank. Why?
Even the start button doesn't do anything. I am using all the default filters and configurations.
Please help. Thanks. -
-
Thank you for the software, however I'm disappointed. The resulting video is pixelated even with 17000 Kbps (2 pass), High@4.1, Medium preset and Hardware: Unrestricted/ Blu-Ray or DXVA settings. The source is a BD50 original Blu-Ray disc.
With the same settings I get a near perfect copy of the original with Xmedia Recode. The reason I tried Hybrid was because the resulting video with Xmedia Recode causes MultiAvchd to fail when trying to make a Blu-Ray Video Disc with subs. However it works fine without subs. -
Sounds like you are doing something wrong or Hybrid can't properly process you source.
Normally x264, I assume you use x264, should not create pixelated output for normal HD content unless the source already has it.
-> can't say more without more infos
Please write in detailed steps what you are doing, it might also help if you upload a small sample of your source
Can't say anything about Xmedia Recode since I never used and I do not plan to start using it. (so I don't care about it)
Cu Selur -
Thanks for the super quick replies.
Yep, Im using x264.
1. Copy BD to HDD using DVDFab decryptor
2. Open .m2ts file in Hybrid
3. Select the above mentioned settings with audio passthrough, add job to the queue and start
I understand you not using another software. The Xmedia Recode example I gave was to let you know that Im not goofing up with the settings. -
2. Open .m2ts file in Hybrid
Does the preview in the Main-Tab work correctly? Or does it already show pixelation?
3. Select the above mentioned settings with audio passthrough, add job to the queue and start
Side note: You are aware that you are ignoring the subtitles this way?
Assuming the preview is correct, please create a debugOutput of the job creation:
- Start Hybrid
- Make your settings
- Set the output
- enable "Config->Internals->Create debug, file level 1"
- hit "Main->Add to queue" (not "Start queue" !)
- close Hybrid
zip and upload the HybridDebugOutput.txt which is located inside the output folder.
Cu Selur -
[QUOTE=Selur;2262816]
Assuming the preview is correct, please create a debugOutput of the job creation:
- Start Hybrid
- Make your settings
- Set the output
- enable "Config->Internals->Create debug, file level 1"
- hit "Main->Add to queue" (not "Start queue" !)
- close Hybrid
Cu Selur -
the encoding calls look fine:
1st pass:
Code:x264 --pass 1 --bitrate 17000 --profile high --level 4.1 --direct auto --qcomp 0.5 --weightp 1 --aq-mode 0 --non-deterministic --stats "C:\Users\Maxim\AppData\Local\Temp\00_46_53_7610_03.stats" --fps 24000/1001 --input-res 1920x1080 --opencl --opencl-clbin "C:\Users\Maxim\AppData\Local\Temp\x264_lookahead_00_46_53_7610_03.clbin" --output NUL -
Code:x264 --pass 2 --bitrate 17000 --profile high --level 4.1 --direct auto --qcomp 0.5 --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --trellis 0 --weightp 1 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --non-deterministic --colormatrix bt709 --stats "C:\Users\Maxim\AppData\Local\Temp\IM 3 BD Hybrid recode.stats" --fps 24000/1001 --input-res 1920x1080 --opencl --opencl-clbin x264_lookahead.clbin --output "C:\Users\Maxim\AppData\Local\Temp\IM 3 BD Hybrid recode.264" -
Code:ffmpeg -v -10 -analyzeduration 100M -probesize 100M -i "C:\Users\Maxim\Documents\Iron Man 3 remux.m2ts" -an -sn -r 24000/1001 -threads 2 -vsync 0 -r 23.976 -pix_fmt yuv420p -f rawvideo -
-
If I use the one from the install with the older date, it loads fine.
just checked the change logs:
avisythExtension version changed on 20130729 (, 20130811 and 20130820 <- these changed only for development builds)
The publicly available Hybrid version requires 20130729.
-> What is the version of the 'separate downloadable exe' you use?
(I guess you are using a development build.)Last edited by Selur; 31st Aug 2013 at 14:44.
-
(I guess you are using a development build.)
-
20130820 is an old development build (the current one is 20130830), which should not be on my side any more,... just checked, even the development builds on my homepage are the 2013.08.30 versions, can't see a 20130820 version anywhere,...
-> You can't use the currently publicly available avisynthExtension with the 20130820 development version.
Hybrid will not disable the avisynthExtension if you change the version.txt info to 20130820, but the newly added filters will probably not work.
The one on your home page is 20130820.
----
btw. I'll probably release a new official release tomorrowLast edited by Selur; 31st Aug 2013 at 15:07.
-
My mistake.
I'm using 2013.08.30.1 Sorry
I saw you mentioning 08.20 and I guess I typo'd
It doesn't work. -
-> You used an old link to the dev version, but you don't have the link to the dev avisynthExtension.
-
Page not found
The requested page "/sites/default/files/hybrid_downloads/avisynth/avisynthExtension_20130821.7z" could not be found.
-
New issue. Avisynth extension loads fine, but options disappear after loading a decrypted DVD
ie the Avisynth tab disappears and de-interlacing reverts to usual limited options .
I am using the latest version of both the program and the plugin.
The latest version also has an older timestamp 201308281.
I uninstalled and reinstalled both to be sure.Last edited by blud7; 31st Aug 2013 at 20:35.
-
That was always the case, nothing new.
"Config->Internals->Avisynth->Avisynth for DVD input" allows to enable Avisynth for DVD-input.
General advice: Read the tool-tip of the option, before blindly enabling it, there is a reason why this option is turned off by default.
The latest version also has an older timestamp 201308281.Last edited by Selur; 1st Sep 2013 at 01:48.
-
Hehe sorry for pestering you
I always hover and read the tool-tips, this particular one eluded me.
Similar Threads
-
vp9 vs x265 vs DivX265
By deadrats in forum Video ConversionReplies: 14Last Post: 28th Jun 2015, 09:48 -
HEVC-x265 player in linux?
By racer-x in forum LinuxReplies: 4Last Post: 20th Mar 2014, 18:10 -
Hybrid [x264/XViD - MKV/MP4] Converter Support Thread
By Bonie81 in forum Video ConversionReplies: 6Last Post: 8th Jan 2013, 03:53 -
VP8 vs x264
By Selur in forum Video ConversionReplies: 14Last Post: 14th Apr 2012, 07:48 -
How often do you reinstall your operating system(windows,mac,linux etc..)?
By johns0 in forum PollsReplies: 28Last Post: 22nd Jan 2011, 17:14