Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
27th April 2015, 13:37 | #62 | Link |
Registered User
Join Date: Apr 2015
Posts: 163
|
Managed to get QTGMC to work.
avs file: LoadPlugin("C:\Users\luigi.TZMS\Desktop\Video\Staxrip64\Tools\DGMPGDec\DGDecode.dll") MPEG2Source("C:\Users\luigi.TZMS\Desktop\burosch1 temp files\burosch1.d2v") QTGMC( Preset="Slow" , TR2=3 , EZDenoise=0.65).SelectEven() Put MaskTools2, MVTools2, RgTools, NNEDI3 (as downloaded from Reel.deel post) into C:\Program Files (x86)\AviSynth+\plugins64+ folder If you want EZdenoise, put in same folder also fft3dFilter.dll, and put libfftw3f-3.dll into c:\windows\system32 folder (both downloaded from here: https://code.google.com/p/avisynth64/wiki/PluginLinks ) Well I can't explain how it works, given that Nnedi3 plugin should not work in windows 8.1; however the nnedi3.dll in avisynth+ folder is different from the one in Staxrip64\Tools\Plugins\nnedi3 so who knows .... Have not tested speed yet; tonight I'm going to do speed comparison vs. staxrip32 and report back |
27th April 2015, 14:19 | #63 | Link |
Registered User
Join Date: Feb 2010
Posts: 66
|
I get this error when trying to encode with NVEnc x264 and not selecting crop:
Error Encoding using NVEncC Encoding using NVEncC failed with exit code 1 Invalid crop value.: 0x0, Crop [0,0,0,0] StaxRip.ErrorAbortException: Encoding using NVEncC failed with exit code 1 Invalid crop value.: 0x0, Crop [0,0,0,0] bij StaxRip.Proc.Start() in C:\Daten\Projekte\GitHub\staxrip\General\Proc.vb:regel 226 bij StaxRip.NvidiaEncoder.Encode(String args) in C:\Daten\Projekte\GitHub\staxrip\General\VideoEncoder.vb:regel 892 bij StaxRip.NvidiaEncoder.Encode() in C:\Daten\Projekte\GitHub\staxrip\General\VideoEncoder.vb:regel 882 bij StaxRip.MainForm.Encode() in C:\Daten\Projekte\GitHub\staxrip\Forms\MainForm.vb:regel 2231 bij StaxRip.MainForm.RunJobRecursive() in C:\Daten\Projekte\GitHub\staxrip\Forms\MainForm.vb:regel 3493 |
27th April 2015, 14:29 | #65 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
@dejong12
The hardware encoders with GUI don't work at the moment because the 64-Bit encoders don't support avs input, I'm waiting for a answer or update from the author. There is a CLI encoder included that can be used meanwhile. @luigizaninoni Thanks, I'll try it when my encode finishes (also using QTGMC). Last edited by stax76; 27th April 2015 at 14:32. |
27th April 2015, 17:54 | #66 | Link |
Registered User
Join Date: Apr 2015
Posts: 163
|
made some tests.
First of all there is a problem with Crop filter: autocrop definitely does not work. Error message: Crop: Destination width is 0 or less. (E:\Tolta pubblicità\prova temp files\prova.avs, line 3) Second, I made a SD and HD test. The HD looks fine, much faster and same quality as Staxrip32 The SD test however is puzzling: speed is actually higher in Stax32 (not multithreaded) than Stax64. I definitely need to perform some more tests. |
28th April 2015, 15:30 | #72 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
@kalehrl
Next build has XviD 1.3.3 and a additional XviD 2 pass profile. Code:
"%app:xvid_encraw%" -smoother 0 -max_key_interval 250 -nopacked -vhqmode 4 -qpel -lumimasking -notrellis -max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -threads 1 -i "%avs_file%" -pass1 "%working_dir%%target_name%.stats" -bitrate %video_bitrate% -par %target_sar% -turbo "%app:xvid_encraw%" -smoother 0 -max_key_interval 250 -nopacked -vhqmode 4 -qpel -lumimasking -notrellis -max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -threads 1 -i "%avs_file%" -pass2 "%working_dir%%target_name%.stats" -bitrate %video_bitrate% -par %target_sar% -avi "%encoder_out_file%" Last edited by stax76; 28th April 2015 at 15:42. |
29th April 2015, 09:51 | #74 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
The nnedi3 problem happens only in vmware so QTGMC works on Win8 and Win10.
Next StaxRip release will have: ffms2 is fixed NVEncC and QSEncC are reverted to use piping with ffmpeg StaxRip 64-Bit will use a different settings then StaxRip 32-Bit, currently the settings are shared which is problematic. I guess it's possible to use AviSynth 2.6 32-Bit side by side with AviSynth+ 64-Bit Did I miss any problem or is everything solved then? The port would be complete then and could be released as beta. |
29th April 2015, 11:13 | #75 | Link |
Registered User
Join Date: Apr 2015
Posts: 163
|
Autocrop of .ts still not solved (autocrop of .mp4 works fine)
https://dl.dropboxusercontent.com/u/...si_StaxRip.log Crop: Destination height is 0 or less. (C:\Users\luigi.TZMS\Desktop\Incensurato cercasi temp files\Incensurato cercasi.avs, line 4) |
29th April 2015, 13:40 | #76 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
Can you upload this source, I probably can't do something but want to keep the file in case I start AviSynth programming, unfortunately AutoCrop as far as I know hasn't a maintainer (not sure about it).
|
29th April 2015, 14:12 | #77 | Link |
Registered User
Join Date: Apr 2015
Posts: 163
|
uploaded 1 minute clip:
https://dl.dropboxusercontent.com/u/...o%20cercasi.ts Stax64 is still usable, you can always find the correct crop with some other software, and then manually edit the avs script |
29th April 2015, 17:01 | #78 | Link | |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,845
|
it's DGDecode failing to decode in Win8 and Win10, Win7 is fine. Take a look in the preview, everything is green! Use this workaround:
in the settings on the demux tab make this changes: add projectx (use add button) move projectx above DGIndex (use up button) remove m2v extension from DGIndex (use edit button) now you are good, open a source, sit down a minute and try to understand how all this works, study the log file Quote:
Last edited by stax76; 29th April 2015 at 17:05. |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|