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.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 1st June 2020, 16:39   #3501  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by lordalibaski View Post
I thought it might already be compatible with my CPU it's an old Xeon x5675 but just remembered it has no support for AVX instructions this is why I can't use QTGMC.
Have a look at my post here.
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote
Old 1st June 2020, 17:23   #3502  |  Link
jlw_4049
Registered User
 
Join Date: Sep 2018
Posts: 391
Thanks for the update @stax76



Sent from my SM-G986U1 using Tapatalk
jlw_4049 is offline   Reply With Quote
Old 1st June 2020, 20:48   #3503  |  Link
lordalibaski
Registered User
 
Join Date: May 2016
Posts: 88
Quote:
Originally Posted by Groucho2004 View Post
Have a look at my post here.
Grabbed it mate thank you very much for that, funny how the XP_SSE2 release works with Windows 10 but none of the newer ones will.

Going to do some testing with this see how it differs from the normal fieldDienterlace method.
lordalibaski is offline   Reply With Quote
Old 1st June 2020, 23:26   #3504  |  Link
JKyle
App Digger
 
JKyle's Avatar
 
Join Date: Sep 2018
Posts: 411
Quote:
Originally Posted by stax76 View Post
Save it with file name BeforeProcessing.ps1 under:

Main Menu > Tools > Scripts > Open Script Folder

If the audio source file extension is flac and the audio encoder is qaac it sets decoding mode to Pipe.
Thanks.
After some testing, I found two issues: with the ps1 script itself and with StaxRip 2.1.1.8.

1) When the source mkv file is not demuxed in loading, your script does not work.
The decoding method for qaac still remains as FLAC.
Only in audio re-encoding mkvextract demuxes the flac audio track in mkv as it is.
But qaac fails to read it, as you know.

2) StaxRip 2.1.1.8 cannot read ps1 scripts when their names do not have spaces.
For example, BeforeProcessing.ps1 does not appear in the Tools > Scripts menu, while Before Processing.ps1 does.


Quote:
Originally Posted by stax76 View Post
Code:
2.1.1.8 Beta
============

- f3kdb Neo r6
- DFTTest Neo r7
1) Replacing flash3kyuu_deband with f3kdb Neo causes these dependency problems.

mClean.avsi
uses f3kdb, not neo_f3kdb in line 143.

G41Fun.mClean in VS Scripts > G41Fun.py
calls f3kdb, not neo_f3kdb in line 2557.

For these two files, simply replacing f3kdb with neo_f3kdb seems to fix the problem.


2) Replacing DFTTest with DFTTest Neo causes this dependency problem.

dfttestMC in VS Scripts > muvsfunc.py
calls dfttest not neo_dfttest in line 2672.

Well, since dfttestMC is not listed in the default VS profiles, I think this will not be an issue unless a user puts it manually in the VS script.


BTW, thanks for putting Zs_RF_Shared.avsi. Now I can remove the file from the plugins folder.


All in all, thanks for the update.
JKyle is offline   Reply With Quote
Old 2nd June 2020, 14:51   #3505  |  Link
mcjordan
Registered User
 
Join Date: Nov 2010
Posts: 124
MVTools 2.7.43
Changelog: MCompensate: fix crash for GreyScale formats when overlap is used
https://github.com/pinterf/mvtools/releases/tag/2.7.43
mcjordan is offline   Reply With Quote
Old 6th June 2020, 15:23   #3506  |  Link
craigpro
Registered User
 
Join Date: Feb 2003
Posts: 68
when I start StanRip and I have the automatic template set to "automatic workflow", I add files to the batch, it then asks me select a template again (automatic workflow etc.).

what's become corrupted with my config please? It started doing it in beta 2.1.0.8 (most likely due to PEBKAC - I think I overwrote an .srip file accidentally), but I just downloaded 2.1.1.8 beta and overwrote all files and it's still doing it.

any help to reset config is most appreciated - is it something in registry? thank you.
craigpro is offline   Reply With Quote
Old 6th June 2020, 18:44   #3507  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
@craigpro

There is a setting Show template selection when loading new files, by default it's disabled but even when enabled this should be ignored in batch mode, just tried it, here it's not shown in batch mode.

Overwriting files can cause issues, so I absolutely don't recommend it. The new build blocks custom paths stored in the startup folder (unless enabled in the danger zone settings, bad idea).


@all

It's not easy to address all feedback, so I focus on the issue tracker.


2.1.1.9 Beta

- The cut feature was missing the last frame.
- In case the cut feature is used, flac input for qaac is disabled so if necessary a w64 file is created.
- Many nvenc improvements.
- Layout and scaling fixes.
- PowerShell script host supports events, script examples use events.
- The menu in the Jobs dialog was improved.
- mvtools2 2.7.43
stax76 is offline   Reply With Quote
Old 6th June 2020, 20:53   #3508  |  Link
chipxtreme
Registered User
 
Join Date: Feb 2019
Posts: 47
2.1.1.9 is buggy, when I load I get errors

"Load x265 first"

"Load VapourSynth first

Filters > Filter Setup > VapourSynth"

"Re-mux"

"PowerShell Scipt Exception

Method invocation failed because [StaxRip.TaskDialog`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]] does not contain a method named 'AddCommandLink'.

at: line 25

System.Management.Automation.RuntimeException: Method invocation failed because [StaxRip.TaskDialog`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]] does not contain a method named 'AddCommandLink'.
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at StaxRip.PowerShell.Invoke(String code, String varName, Object varValue) in D:\Projekte\VB\staxrip\General\PowerShell.vb:line 40
at StaxRip.GlobalClass.InvokePowerShellCode(String code, String varName, Object varValue) in D:\Projekte\VB\staxrip\General\GlobalClass.vb:line 51"
chipxtreme is offline   Reply With Quote
Old 6th June 2020, 21:17   #3509  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Maybe you did the cardinal sin to copy over, its one of the most reliable ways to break any software, I wrote that one post before.
stax76 is offline   Reply With Quote
Old 6th June 2020, 21:51   #3510  |  Link
chipxtreme
Registered User
 
Join Date: Feb 2019
Posts: 47
Quote:
Originally Posted by stax76 View Post
Maybe you did the cardinal sin to copy over, its one of the most reliable ways to break any software, I wrote that one post before.
Yes that has sorted the errors out but now when I go to add an .mkv it complains about DGIndex which has been removed in latest builds
chipxtreme is offline   Reply With Quote
Old 6th June 2020, 21:58   #3511  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
You can create a d2v file with d2v Witch.
stax76 is offline   Reply With Quote
Old 6th June 2020, 22:03   #3512  |  Link
chipxtreme
Registered User
 
Join Date: Feb 2019
Posts: 47
Quote:
Originally Posted by stax76 View Post
You can create a d2v file with d2v Witch.
How? I'm used to Staxrip just working

Also with 2.1.1.9 the boxes to adjust bitrate and filesize aren't editable

Last edited by chipxtreme; 6th June 2020 at 22:21.
chipxtreme is offline   Reply With Quote
Old 6th June 2020, 23:24   #3513  |  Link
JKyle
App Digger
 
JKyle's Avatar
 
Join Date: Sep 2018
Posts: 411
Quote:
Originally Posted by chipxtreme View Post
How? I'm used to Staxrip just working

Also with 2.1.1.9 the boxes to adjust bitrate and filesize aren't editable
Video bitrate option is in the video encoder 'Options' menu.



I highly recommend you fresh install StaxRip after deleting all the settings hidden in C:\Users\<your Windows username>\AppData\Roaming\StaxRip or C:\ProgramData\StaxRip.

Always choose the local folder where the app itself is unarchived for your settings data.

When a d2v file generation fails due to lack of DGIndex, uncheck DGIndex item in Tools > Settings > Preprocessing.
JKyle is offline   Reply With Quote
Old 6th June 2020, 23:57   #3514  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
@chipxtreme

Or if you want to restore the old behavior you can set the bitrate to 0 in the encoder dialog.
stax76 is offline   Reply With Quote
Old 7th June 2020, 04:08   #3515  |  Link
craigpro
Registered User
 
Join Date: Feb 2003
Posts: 68
Quote:
Originally Posted by stax76 View Post
@craigpro

There is a setting Show template selection when loading new files, by default it's disabled but even when enabled this should be ignored in batch mode, just tried it, here it's not shown in batch mode.

Overwriting files can cause issues, so I absolutely don't recommend it. The new build blocks custom paths stored in the startup folder (unless enabled in the danger zone settings, bad idea).
@staxrip - thank you so much for the response, I checked my 'Show template etc.' setting and it was disabled, so I tried enabling it, running a batch and then dis-abling it and still no luck.

It did give me an idea though and I deleted my "\Staxrip\Settings\Templates\Automatic Workflow.srip" file and then looked for the file in the StaxRip-x64-2.1.1.8-beta.7z archive and was surprised it wasn't there.. so then I thought it must be auto-created - so with the original file deleted I re-ran staxrip.exe and yes, the file was created and after a little customising and re-saving it it's now all working fine - thank you so much for an excellent app and your assistance!
craigpro is offline   Reply With Quote
Old 7th June 2020, 16:47   #3516  |  Link
chipxtreme
Registered User
 
Join Date: Feb 2019
Posts: 47
Quote:
Originally Posted by stax76 View Post
@chipxtreme

Or if you want to restore the old behavior you can set the bitrate to 0 in the encoder dialog.
Sorry what I meant was this. I mainly convert x264 to 10 bit x265.

With 2.1.1.8 the Size and Video Bitrate is visible so I can adjust them, but under 2.1.1.9 the boxes aren't there.

https://www.dropbox.com/s/9fldcilpta...axrip.jpg?dl=0
chipxtreme is offline   Reply With Quote
Old 7th June 2020, 17:03   #3517  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
It's probably because the video encoder setting use some kind of quality mode, you need to change it to use a bitrate mode.
stax76 is offline   Reply With Quote
Old 7th June 2020, 17:16   #3518  |  Link
chipxtreme
Registered User
 
Join Date: Feb 2019
Posts: 47
Quote:
Originally Posted by stax76 View Post
It's probably because the video encoder setting use some kind of quality mode, you need to change it to use a bitrate mode.
I use VBR HQ
chipxtreme is offline   Reply With Quote
Old 7th June 2020, 18:39   #3519  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
It works here, maybe there is something wrong with the encoder profile settings, possibly because I changed the encoder framework last time I worked on nvenc. Create new profiles in the Encoder Profiles dialog, either using the Add button to create only nvenc profiles or using the Restore button to re-create all encoder profiles, and check your templates for bad encoder settings.

Last edited by stax76; 7th June 2020 at 18:41.
stax76 is offline   Reply With Quote
Old 8th June 2020, 05:20   #3520  |  Link
jlw_4049
Registered User
 
Join Date: Sep 2018
Posts: 391
stax76,

was wondering if there was a way to setup an AVS script in StaxRip via an already indexed file. FFindex?
jlw_4049 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:54.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.