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 25th April 2015, 12:51   #21  |  Link
huhn
Registered User
 
Join Date: Oct 2012
Posts: 7,903
Quote:
Originally Posted by stax76 View Post
@huhn

There is devices support applying some restrictions, I try to add at least some tooltips and help. I like adding new encoders even with GUI, my design makes this a very very easy task, I'm not really C++ programming (future maybe...) so no AMD support until there is a tool (which I didn't search hard for).
maybe useful for you maybe not: https://obsproject.com/forum/threads...support.13996/
huhn is offline   Reply With Quote
Old 25th April 2015, 13:03   #22  |  Link
burfadel
Registered User
 
Join Date: Aug 2006
Posts: 2,229
Quote:
Originally Posted by stax76 View Post
There is a good chance most comes back in the next release.
That's good, deinterlacing vital for encoding .
burfadel is offline   Reply With Quote
Old 25th April 2015, 13:09   #23  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
There are various plugins but I don't know yet the quality of the port and the compatibility.

https://sites.google.com/site/avisyn...lugin/download
http://web.archive.org/web/201309222...kazu.110mb.com
http://members.optusnet.com.au/squid_80
https://code.google.com/p/avisynth64/wiki/PluginLinks
stax76 is offline   Reply With Quote
Old 25th April 2015, 14:08   #24  |  Link
luigizaninoni
Registered User
 
Join Date: Apr 2015
Posts: 163
staxrip64 and avisynth+

Hello, I have been using Staxrip for some months, and so far I have been very pleased with the results.
My usual workflow is as follows:
- record movie from DVB-T with dvbviewer
- remove ads with Videoredo
- encode with Staxrip-32bit – avisynth qtgmc – x265 10bit slow - crf 19

The introduction of Staxrip 64-bit is very welcome (qtgmc is so slooooow … and x265 10bit does not help). However I am trying to have it work properly but I am totally stuck – I am not a total noob, but certainly I am not an expert either.

My difficulties:
- How can I install Avisynth+, given that the existing installer is very old and not updated to most recent version ?
- How do I implement Qtgmc ? As far as I can understand, I would need Mvtools, MaskTools v2, NNEDI3, RemoveGrain + Repair, SSE2Tools, NNEDI2, NNEDI, EEDI3, EEDI2, Tdeint. All 64-bit plugins. I do not use the other plugins. I have been able to find some of these plugins in 64-bit version, but where can I find all of them ?
luigizaninoni is offline   Reply With Quote
Old 25th April 2015, 14:32   #25  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
I try to get a newer installer, Qtgmc and x64 might be a problem.
stax76 is offline   Reply With Quote
Old 25th April 2015, 15:18   #26  |  Link
Reel.Deel
Registered User
 
Join Date: Mar 2012
Location: Texas
Posts: 1,664
Quote:
Originally Posted by luigizaninoni View Post
My difficulties:
- How can I install Avisynth+, given that the existing installer is very old and not updated to most recent version ?
I used the AviSynth+ r1576 installer (make sure you install 32 and 64-bit) and then I manually replaced the respective files using the updated build from here. 32-bit avisynth.dll and devil.dll go in the SysWOW64 folder, 64-bit goes in the System32 folder. Also replace the core plugins in the AviSynth autoload folder with the included plugins.

Quote:
Originally Posted by luigizaninoni View Post
- How do I implement Qtgmc ? As far as I can understand, I would need Mvtools, MaskTools v2, NNEDI3, RemoveGrain + Repair, SSE2Tools, NNEDI2, NNEDI, EEDI3, EEDI2, Tdeint. All 64-bit plugins. I do not use the other plugins. I have been able to find some of these plugins in 64-bit version, but where can I find all of them ?
Really you don't need all these plugins for it to work, QTGMC() with all default settings only needs MVtools2, MaskTools2, RemoveGrain/Repair, and NNEDI3. Some of the other plugins like NNEDI, NNEDI2, EDDI2 can be considered deprecated. SSE2Tools is only used to process YUY2, it's closed source and the author is no longer around so we won't see a 64-bit version of that (this is probably a good thing, it was just an ugly hack anyways).

Anyways you can download the core plugins here:
Reel.Deel is offline   Reply With Quote
Old 25th April 2015, 15:30   #27  |  Link
luigizaninoni
Registered User
 
Join Date: Apr 2015
Posts: 163
luigizaninoni is offline   Reply With Quote
Old 25th April 2015, 16:28   #28  |  Link
luigizaninoni
Registered User
 
Join Date: Apr 2015
Posts: 163
Ok, thanks to Reel.Deel, now Avisynth+ and Qtgmc "might" be in place.

However, I am still stuck with Staxrip 64-bit. When I try to open a source I get this error message:

Exception

Overflow di un'operazione aritmetica.

System.OverflowException: Overflow di un'operazione aritmetica.
in System.IntPtr.op_Explicit(IntPtr value)
in StaxRip.TaskDialog`1.AllocateAndMarshalButtons(List`1 structs) in C:\Daten\Projekte\GitHub\staxrip\UI\TaskDialog.vb:riga 379
in StaxRip.TaskDialog`1.MarshalDialogControlStructs() in C:\Daten\Projekte\GitHub\staxrip\UI\TaskDialog.vb:riga 361
in StaxRip.TaskDialog`1.Show() in C:\Daten\Projekte\GitHub\staxrip\UI\TaskDialog.vb:riga 302
in StaxRip.MainForm.OpenSourceFiles() in C:\Daten\Projekte\GitHub\staxrip\Forms\MainForm.vb:riga 4858
in StaxRip.MainForm.lTip_Click() in C:\Daten\Projekte\GitHub\staxrip\Forms\MainForm.vb:riga 5297
in StaxRip.MainForm._Lambda$__163(Object a0, EventArgs a1) in C:\Daten\Projekte\GitHub\staxrip\Forms\MainForm.vb:riga 0
in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.Label.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
luigizaninoni is offline   Reply With Quote
Old 25th April 2015, 18:08   #29  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Looks like a bad pointer size so 64-bit port bug number two, this kind of bug was to be expected, I'll upload a fix shortly.
stax76 is offline   Reply With Quote
Old 25th April 2015, 18:31   #30  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
The code works here, which OS are you using and what were you doing when it happens?
stax76 is offline   Reply With Quote
Old 25th April 2015, 18:45   #31  |  Link
luigizaninoni
Registered User
 
Join Date: Apr 2015
Posts: 163
Quote:
Originally Posted by stax76 View Post
The code works here, which OS are you using and what were you doing when it happens?
Windows 8.1 64-bit. Main windows of staxrip, click on "source-single file" or right-click on "source-open"
luigizaninoni is offline   Reply With Quote
Old 25th April 2015, 19:08   #32  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
It's the same line of code described here:

https://github.com/aybe/Windows-API-...k-1.1/issues/3

What I don't understand is why it's another type of exception, my code was casting to int while the code that is said to work uses intptr.ToInt64, maybe the integer size is different on your system, I don't get it, anyway, I upload a build in a few minutes which I hope will work.
stax76 is offline   Reply With Quote
Old 25th April 2015, 19:20   #33  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
alpha 1.3.0.1

http://1drv.ms/1DwnJsY
stax76 is offline   Reply With Quote
Old 25th April 2015, 19:25   #34  |  Link
luigizaninoni
Registered User
 
Join Date: Apr 2015
Posts: 163
Quote:
Originally Posted by stax76 View Post
now source opens, thanks

I'll try an encode with qtgmc and report back
luigizaninoni is offline   Reply With Quote
Old 25th April 2015, 19:28   #35  |  Link
luigizaninoni
Registered User
 
Join Date: Apr 2015
Posts: 163
Quote:
Originally Posted by stax76 View Post
source opens now, thanks

I'll try an encode with qtgmc and report back
luigizaninoni is offline   Reply With Quote
Old 25th April 2015, 19:44   #36  |  Link
luigizaninoni
Registered User
 
Join Date: Apr 2015
Posts: 163
thanks, now no error while opening source.

However, tried to encode (with qtgmc); gives error message "AviFile open failed" (strange, because it's a .ts and it should open with directshowsource)
luigizaninoni is offline   Reply With Quote
Old 25th April 2015, 19:48   #37  |  Link
luigizaninoni
Registered User
 
Join Date: Apr 2015
Posts: 163
Exception

AVIFileOpen failed

System.Exception: AVIFileOpen failed
in StaxRip.AVIFile..ctor(String path) in C:\Daten\Projekte\GitHub\staxrip\General\AVIFile.vb:riga 66
in StaxRip.AviSynthDocument.Synchronize() in C:\Daten\Projekte\GitHub\staxrip\General\AviSynth.vb:riga 146
in StaxRip.MainForm.OpenVideoSourceFiles(IEnumerable`1 files, Boolean autoMode) in C:\Daten\Projekte\GitHub\staxrip\Forms\MainForm.vb:riga 1946
luigizaninoni is offline   Reply With Quote
Old 25th April 2015, 19:50   #38  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Is there a full log file you can upload to pastebin?

Last edited by stax76; 25th April 2015 at 19:54.
stax76 is offline   Reply With Quote
Old 25th April 2015, 19:57   #39  |  Link
luigizaninoni
Registered User
 
Join Date: Apr 2015
Posts: 163
loaded crash.srip to dropbox:

https://dl.dropboxusercontent.com/u/...0PC/crash.srip
luigizaninoni is offline   Reply With Quote
Old 25th April 2015, 20:03   #40  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Is there a log file?

*_StaxRip.log

Try to remove all plugins from the auto load folder, it could be a problem with your system or avisynth.
stax76 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 22:37.


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