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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 20th May 2017, 20:02   #5521  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by Vincent Vega View Post
i'm encoding 6ch dts to 2ch lc-aac (fdkaac 32bit exe, v0.6.3, fdkaac_autobuild-master), decoder is LWLibavAudioSource().
win10 x64, megui 2741, all updates, uses its avs+ portable.

its so-o-o slow, megui only uses 12% cpu, fdkaac 1-2% cpu (6700k).
anything i can do to speed it up?

PS:
i also wanted to build and try fdkaac 64bit exe.
media-autobuild_suite-master is the only option for that, right?
but it fails to create 64bit compiler, one of the files doesn't pass signature check. so no luck with that either.
Sorry, no clue. I am not using fdkaac myself. What about qaac? Do you have there the same speed?

Quote:
Originally Posted by wthreex View Post
Hi, I have a powerfull dedicated server, so i should run +4 worker for use maximum cpu usage, But I got this error eachtime:
Please post your log
Zathor is offline   Reply With Quote
Old 20th May 2017, 20:45   #5522  |  Link
wthreex
Registered User
 
Join Date: Oct 2015
Posts: 97
Quote:
Originally Posted by Zathor View Post
Sorry, no clue. I am not using fdkaac myself. What about qaac? Do you have there the same speed?


Please post your log
I grab this log when i got this error and megui still runing :

log file is here :

https://www.mediafire.com/?iuel1f4njwc3csf
wthreex is offline   Reply With Quote
Old 20th May 2017, 20:56   #5523  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Thx, I have not located the exact error reason yet. Could you please use the debug build and post the log again when the error happens?
http://megui.org/megui_debug.zip
Zathor is offline   Reply With Quote
Old 20th May 2017, 22:11   #5524  |  Link
wthreex
Registered User
 
Join Date: Oct 2015
Posts: 97
Replaced, and it happened again :

http://www.mediafire.com/file/on8amj...t/logagain.log

search "Unhandled error" in log file

-[Error] Unhandled error
--[Information] [5/20/2017 10:58:09 PM] Exception message: Adding the specified count to the semaphore would cause it to exceed its maximum count.
--[Information] [5/20/2017 10:58:09 PM] Stacktrace
---[NoImage] at System.Threading.Semaphore.Release(Int32 releaseCount)
---[NoImage] at System.Threading.Semaphore.Release()
---[NoImage] at MeGUI.core.gui.JobWorker.startNextJobInQueue()
---[NoImage] at MeGUI.core.gui.JobWorker.<>c__DisplayClass57_0.<UpdateGUIStatus>b__0()
---[NoImage] at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
---[NoImage] at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
---[NoImage] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
---[NoImage] at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
---[NoImage] at System.Threading.ThreadHelper.ThreadStart()
wthreex is offline   Reply With Quote
Old 20th May 2017, 22:24   #5525  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Are you sure that you have copied both files? There should have been line numbers.
Zathor is offline   Reply With Quote
Old 20th May 2017, 23:09   #5526  |  Link
Vincent Vega
Registered User
 
Join Date: Feb 2004
Location: the tiny bubble of Creation
Posts: 189
Quote:
Originally Posted by Zathor View Post
Sorry, no clue. I am not using fdkaac myself. What about qaac? Do you have there the same speed?
yes i just tried both megui x86 and x64 with 64bit qaac, same result.
total cpu usage during encoding no more than 17-18%, is that normal?
i decode dts, downmix to stereo, normalize and encode to aac.

are there any settings i can change on my side, or improvements be made on yours to utilize (more of) the remaining ~5/6 of cpu power?
where are software bottlenecks in this usage scenario?]

below is from the tests, with cpu usage and number of threads reported by task manager:

-[NoImage] ClearAutoloadDirs()
-[NoImage] AddAutoloadDir("C:\Users\.....\MeGUI_x86\tools\avs\plugins")
-[NoImage] LoadPlugin("C:\Users\.....\MeGUI_x86\tools\lsmash\LSMASHSource.dll")
-[NoImage] LWLibavAudioSource("I:\T2_Audio - English.dts")
-[NoImage] # detected channels: 6
-[NoImage] # detected channel positions: 3/2/0.1
-[NoImage] LoadPlugin("C:\Users\.....\MeGUI_x86\tools\avisynth_plugin\AudioLimiter.dll")
-[NoImage] c6_stereo(ConvertAudioToFloat(last))
-[NoImage] Normalize()
-[NoImage] return last

Job command line: C:\Users\.....\MeGUI_x86\tools\qaac\qaac.exe --ignorelength --threading -V 127 --no-delay - -o "I:\T2_Audio - English_x86.m4a"

megui 2743 32bit 29threads 13% of 4ghz
qaac 2.64 64bit 2threads 2% of 4ghz

---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------

-[NoImage] ClearAutoloadDirs()
-[NoImage] AddAutoloadDir("C:\Users\.....\MeGUI-x64\tools\avs\plugins")
-[NoImage] LoadPlugin("C:\Users\.....\MeGUI-x64\tools\lsmash\LSMASHSource.dll")
-[NoImage] LWLibavAudioSource("I:\T2_Audio - English.dts")
-[NoImage] # detected channels: 6
-[NoImage] # detected channel positions: 3/2/0.1
-[NoImage] c6_stereo(ConvertAudioToFloat(last))
-[NoImage] Normalize()
-[NoImage] return last

Job command line: C:\Users\.....\MeGUI-x64\tools\qaac\qaac.exe --ignorelength --threading -V 127 --no-delay - -o "I:\T2_Audio - English_x64.m4a"

megui 2743 64bit 18threads 12% of 4ghz
qaac 2.64 64bit 2threads 3% of 4ghz
Vincent Vega is offline   Reply With Quote
Old 21st May 2017, 01:42   #5527  |  Link
Barough
Registered User
 
Barough's Avatar
 
Join Date: Feb 2007
Location: Sweden
Posts: 483
MKVToolNix v12.0.0 is released.

Sent from my SM-G935F via Tapatalk
__________________
Do NOT re-post any of my Mediafire links. Download & re-host the content(s) if you want to share it somewhere else.
Barough is offline   Reply With Quote
Old 24th May 2017, 06:47   #5528  |  Link
j8ee
Registered User
 
j8ee's Avatar
 
Join Date: Aug 2002
Location: Sweden
Posts: 65
I just discovered that some of my encodes muxed with the mp4 muxer have been stripped of encoder library and encoder settings info, checking with MediaInfo. This seems to happen when I use the muxer manually - files encoded with AutoEncode or One-Click still have this info intact.

Using MeGUI 2743 development server, mp4box 0.7.0 rev3 (gpac)
j8ee is offline   Reply With Quote
Old 24th May 2017, 08:02   #5529  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Post log + sample.
sneaker_ger is offline   Reply With Quote
Old 24th May 2017, 16:09   #5530  |  Link
wthreex
Registered User
 
Join Date: Oct 2015
Posts: 97
Not responding without any error on MeGUI 2743.
wthreex is offline   Reply With Quote
Old 24th May 2017, 17:41   #5531  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by wthreex View Post
Not responding without any error on MeGUI 2743.
Not good, could you please redownload the debug build again? I have updated it to 2745:
http://megui.org/megui_debug.zip
Zathor is offline   Reply With Quote
Old 24th May 2017, 21:03   #5532  |  Link
wthreex
Registered User
 
Join Date: Oct 2015
Posts: 97
Quote:
Originally Posted by Zathor View Post
Not good, could you please redownload the debug build again? I have updated it to 2745:
http://megui.org/megui_debug.zip
Ok :




God no, Why it just happening to me?
wthreex is offline   Reply With Quote
Old 24th May 2017, 21:10   #5533  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Anything in the log? Could you post it please in any case?
EDIT: New debug build online. Please try that one.

Last edited by Zathor; 24th May 2017 at 21:48.
Zathor is offline   Reply With Quote
Old 24th May 2017, 21:55   #5534  |  Link
wthreex
Registered User
 
Join Date: Oct 2015
Posts: 97
No Nothing, ok
wthreex is offline   Reply With Quote
Old 25th May 2017, 20:44   #5535  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by wthreex View Post
No Nothing, ok
I have uploaded once again a new debug build. It should now finally be fixed. Could you please test it and report back?
Zathor is offline   Reply With Quote
Old 25th May 2017, 21:46   #5536  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,829
This is probably not MeGUI specific, and it's not even encoding related, but because it bothered me again and sometimes makes me want to cry and MeGUI is involved, I thought I'd ask here.
If I open the following script in notepad (it has empty lines)

Quote:
GreyScale()

QTGMC(Preset="fast")

SRestore(thresh=44, speed=1, cache=10)

crop(4, 2, -4, -6)

Resize8(640,468)

gradfun3()
and place the cursor at the beginning of the the crop line, and drag it down until the empty line below the resizer is highlighted, when I right click and cut, I'm left with this:

Quote:
GreyScale()

QTGMC(Preset="fast")

SRestore(thresh=44, speed=1, cache=10)

gradfun3()
Which is good, I think.

When I do the same thin in MeGUI's script creator.

Quote:
GreyScale()

QTGMC(Preset="fast")

SRestore(thresh=44, speed=1, cache=10)


gradfun3()
As it turns out, the forum message box leaves an extra blank line too.

When I do it the other way around and paste (putting the cursor before Gradfun3 and clicking paste) if I've cut from notepad the result is exactly the same when pasting back into notepad or the script creator.

Quote:
GreyScale()

QTGMC(Preset="fast")

SRestore(thresh=44, speed=1, cache=10)

crop(4, 2, -4, -6)

Resize8(640,468)

gradfun3()
All good, but if I'd cut the same lines from the script creator and pasted them back, in both notepad and the script creator it'd look like this (assuming the lines were once again evenly spaced before pasting):

Quote:
GreyScale()

QTGMC(Preset="fast")

SRestore(thresh=44, speed=1, cache=10)

crop(4, 2, -4, -6)

Resize8(640,468)
gradfun3()
I guess Notepad, Wordpad and Metapad (which I use more) copy the line break from an empty line when it's highlighted, but the script creator (and this forum) require you to also highlight the beginning of the following line to copy the line break from an empty line.

Is there a correct way, or a preferred way? Because I'm not sure what'll be copied any more and my life's become a relentless stress of extra blank lines and missing line breaks I'm forever having to fix.

Last edited by hello_hello; 25th May 2017 at 21:50.
hello_hello is offline   Reply With Quote
Old 26th May 2017, 14:12   #5537  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Code:
2748 [HD Streams Extractor] added detection of "core/embedded" tracks
                            removed the DTSHD "extract as" option
                            added the DTS_CORE "extract as" option
                            added settings menu:
                            - added option to select by default the (non-)HD tracks (defaults to non-HD)
                            - moved the language track selection option from the settings into the new menu
                            - added settings to inlcude the encoding and/or all demuxer "extract as" options
                              AAC encoding is only available if neroaacenc.exe is found in the eac3to directory
2747 [Worker]               improved handling of multiple worker instances. part II
2746 [Worker]               improved handling of multiple worker instances
2745 [Main]                 added option to extend logging
2744 [Worker]               improved child process priority handling. part II
Zathor is offline   Reply With Quote
Old 26th May 2017, 23:04   #5538  |  Link
Zetti
Registered User
 
Join Date: Dec 2015
Posts: 309
x264 r2833 kmod is released.
http://komisar.gin.by/
Zetti is offline   Reply With Quote
Old 27th May 2017, 15:59   #5539  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,829
Zathor,

After updating MeGUI to 2748 and x264 to r2833, MeGUI claimed it couldn't find 10 bit x264 & embarked on a never ending request to install it. Even when I told it not to, every time I started an encoding job the updater would open and try to re-install it. I'm using the 8 bit version though. I just thought I'd mention that in case it's not expected behaviour, but the x86 version of 10 bit x264 is named "x264-10b.exe.exe".
Removing the additional ".exe" from the file name stopped MeGUI from wanting to re-install it.

Thanks.
hello_hello is offline   Reply With Quote
Old 27th May 2017, 17:17   #5540  |  Link
Taurus
Registered User
 
Taurus's Avatar
 
Join Date: Mar 2002
Location: Krautland
Posts: 903
@hello_hello:
hmmh,
just updated to 2748 and no sign of the curiosities you discovered.
There must be something weird on your side...
Taurus is offline   Reply With Quote
Reply


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 04:10.


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