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 17th May 2019, 20:59   #8841  |  Link
LouieChuckyMerry
Registered User
 
LouieChuckyMerry's Avatar
 
Join Date: Feb 2014
Posts: 355
But it's 3% faster with the globals! Seriously, thanks for the advice. I'll edit my script accordingly. Oh, and Happy Friday!
LouieChuckyMerry is offline   Reply With Quote
Old 23rd May 2019, 05:02   #8842  |  Link
jlw_4049
Registered User
 
Join Date: Sep 2018
Posts: 391
Was wondering what the most efficient way to do batch encodes with MeGui?
Say I have Example S01 with 10 episodes in that folder and Example S02 with 10 episodes in the other folder.

If I get my settings/one click encoder script/settings how I want. If I add the first folder, it only adds the first episode to the queue. While it's encoding if I add the 2nd folder it adds S02E01 next in the queue. Then it just encodes all over the place.

Is there a way I can fix this, other then taking all the episodes out of the 2 folders and placing them in one. Is it possible, when I add a folder to the one click encoder, for the entire list of jobs to go ahead and come up in the queue list? So that, when I add another folder it just adds under there. Instead of just S01E01, it does S01E01(index,encode,mux) S01E02(index,encode,mux) etc etc?


The above wouldn't be a big deal. However, if I was to go ahead and add S03 to the mix to get encoded. It would prioritize it after S02E02 and completely skip the rest of S02 until it was done with S03. If I'm doing something wrong, please help.


Also, why does every other time I start MeGui I keep swapping between versions of this update? Each time I try to encode with the newer versions I get an error somewhere in my batch.


Last edited by jlw_4049; 23rd May 2019 at 15:25.
jlw_4049 is offline   Reply With Quote
Old 23rd May 2019, 05:43   #8843  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
Originally Posted by LouieChuckyMerry View Post
But it's 3% faster with the globals! Seriously, thanks for the advice. I'll edit my script accordingly. Oh, and Happy Friday!
3% faster probably because of the frames not being processed because of the error [it just craps out on those].
If we could make it error on all of them, maybe it flies like the wind

EDIT:
Avisynth only puts up error alert with abort when filter chain is being created (due to using wrong args for filter constructor or something), but
if error happens during frameserving in eg Scriptclip [or in dll filter's GetFrame()] then cannot stop frame serving, and just overlays error message on the clip.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 23rd May 2019 at 15:22.
StainlessS is offline   Reply With Quote
Old 24th May 2019, 19:07   #8844  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Dear Respected MeGUI users and Devs

In my MeGUI .eac3 extension not encoding in neroaac

Any solution please?
imsrk48 is offline   Reply With Quote
Old 24th May 2019, 21:42   #8845  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
No problem for me in my MeGUI (I use LWLibavAudioSource like Preferred Decoder).

My log is attached, attach your log.
Attached Files
File Type: 7z Test.7z (1.8 KB, 24 views)
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 25th May 2019, 00:47   #8846  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by tebasuna51 View Post
No problem for me in my MeGUI (I use LWLibavAudioSource like Preferred Decoder).



My log is attached, attach your log.
Thanks a Lot Sir
imsrk48 is offline   Reply With Quote
Old 25th May 2019, 12:05   #8847  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
What i need for make MeGUI Complete supported?

For example:— avisynth+, neroaac etc.
imsrk48 is offline   Reply With Quote
Old 25th May 2019, 12:09   #8848  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
In my MeGUI

My source audio format .eac3

I want to make it .mp4 (neroaac)

Source audio length 1 hour 44minutes

But when I'm encoding that using file indexer there is showing 2 hour 58 minutes.

Please guide me where I'm doing wrong?
imsrk48 is offline   Reply With Quote
Old 25th May 2019, 12:21   #8849  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Quote:
Originally Posted by imsrk48 View Post
What i need for make MeGUI Complete supported?
Use Tools -> Update
Check Show all packages.
RightClick over each package and Enable it (if disabled).
Update.

Please put the log file.
__________________
BeHappy, AviSynth audio transcoder.

Last edited by tebasuna51; 25th May 2019 at 12:24.
tebasuna51 is offline   Reply With Quote
Old 25th May 2019, 12:22   #8850  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by tebasuna51 View Post
Use Tools -> Update
Check Show all packages.
RightClick over each package and Enable it (if disabled).
Update.
And what about external programs?
imsrk48 is offline   Reply With Quote
Old 26th May 2019, 01:33   #8851  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by tebasuna51 View Post
Use Tools -> Update
Check Show all packages.
RightClick over each package and Enable it (if disabled).
Update.

Please put the log file.
I'm direct adding audio in MeGUI audio input without any file indexer or Directshowsource.

Any solution to make script? For only audio to encode .eac3
imsrk48 is offline   Reply With Quote
Old 26th May 2019, 10:10   #8852  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Quote:
Originally Posted by imsrk48 View Post
And what about external programs?
To encode to AAC you have enough with:
https://www.videohelp.com/software/Nero-AAC-Codec

Or the best QAAC:
https://sites.google.com/site/qaacpage/

I never use FDK-AAC

About DGIndexNV:
http://rationalqm.us/dgdecnv/dgdecnv.html

Quote:
Originally Posted by imsrk48 View Post
I'm direct adding audio in MeGUI audio input without any file indexer or Directshowsource.
I also added the eac3 to MeGUI audio input tab.
Encoder Settings: Nero-AAC
Config: (like image attached)
Without previous indexer but with decoder LWLibavAudioSource like I say in previous post.

The script generated is in my log attached:
Quote:
LoadPlugin("D:\Programa\megui\tools\lsmash\LSMASHSource.dll")
LWLibavAudioSource("D:\Test\AudioN\eac3\6chan.eac3")
Attached Images
 
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 27th May 2019, 10:23   #8853  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by tebasuna51 View Post
To encode to AAC you have enough with:

https://www.videohelp.com/software/Nero-AAC-Codec



Or the best QAAC:

https://sites.google.com/site/qaacpage/



I never use FDK-AAC



About DGIndexNV:

http://rationalqm.us/dgdecnv/dgdecnv.html







I also added the eac3 to MeGUI audio input tab.

Encoder Settings: Nero-AAC

Config: (like image attached)

Without previous indexer but with decoder LWLibavAudioSource like I say in previous post.



The script generated is in my log attached:
I'm using adaptive bitrate here. Anything wrong with that?
imsrk48 is offline   Reply With Quote
Old 27th May 2019, 21:39   #8854  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Quote:
Originally Posted by imsrk48 View Post
I'm using adaptive bitrate here. Anything wrong with that?
Wrong? No, but my choice is select quality instead size.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 29th May 2019, 11:16   #8855  |  Link
Springnow
Registered User
 
Join Date: Feb 2013
Posts: 9
Quote:
Originally Posted by Dayvon View Post
As more and more people (such as myself) are venturing into the wonderful world of MeGUI and AVC codecs, I find myself running into little problems here and there. Being that it is best not to hijack the MeGUI Bug-Report Thread, it might be time to start up a general questions/troubleshooting/help thread where those with MeGUI experience can lend a hand and noobs can help each other struggle through the learning process. This way us noobs can keep out of the developers hair, and let them develop, not field each persons 20 questions and simple-settings-screw-ups.

______________________________________________________________________________________

So, to kick it all off, I just ran an encode of "The Island" through MeGUI. I used the audio, video, and muxing tool to get a MP4 file. Sounds great except the audio was out of sync So I'm not sure what happened. I think it might be a problem with my d2v rip or something, because I ran the movie a few days ago (video only) and tried to mux using YAMB with a AC3->AAC BeLight converted file, and have the same problems. I've never heard of DGIndex screw ups though. So is that the problem, or is it in the AC3->AAC conversion, or the MP4 muxing? Either way has anyone heard of audio sync problems with MeGUI using the auto-encode mode?

And more to the point, does anyone know how best to figure out how much I need to delay the audio? At this point, it might be best to demux the tracks and try to remux them with delay. I don't know, anyone got any ideas?
I don't think it's the audio problem. You don't have to convert AC3 to AAC. Instead, try a video converter tool with "Video/Audio sync" feature to 1-click synchronize the video and audio tracks.
Springnow is offline   Reply With Quote
Old 6th June 2019, 15:23   #8856  |  Link
LouieChuckyMerry
Registered User
 
LouieChuckyMerry's Avatar
 
Join Date: Feb 2014
Posts: 355
Hello. I'm trying to check out MeGUI x64 but upon simply trying to index an .mkv receive the error message:

Code:
Cannot load a 32 bit DLL in 64 bit Avisynth: 'Path.../AviSynth 2.5/Plugins/AddGrainC.dll'.
which is alphabetically the first plugin in my AviSynth Plugins folder. Is there a trick for pointing MeGUI x64 to the Plugins64 folder? Thanks for any help.
LouieChuckyMerry is offline   Reply With Quote
Old 9th June 2019, 07:07   #8857  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
How to improve color in MeGUI?
imsrk48 is offline   Reply With Quote
Old 23rd June 2019, 16:22   #8858  |  Link
LouieChuckyMerry
Registered User
 
LouieChuckyMerry's Avatar
 
Join Date: Feb 2014
Posts: 355
Hello. I'm trying to get 64 bit MeGUI-AviSynth+ running properly but am experiencing technical difficulties, so here I am looking for help from the really³ smart people who frequent this thread . I'm to the point where I can index and queue my script but when I attempt to run it x264 crashes with the error message "H.264 (MPEG-4 AVC) encoder has stopped working". Here's the error log:

Quote:
[Error] Log
-[Information] Versions
--[Information] MeGUI: 2908 x64
--[Information] MeGUI Debug Data: available
--[Information] Update Check: development update server
--[Information] System Information
---[Information] Operating System: Windows 7 Premium x64 SP1 (6.1.7601.24468)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.7 (4.7.03062)
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2010 x64: 10.0.40219
----[Information] Microsoft Visual C++ 2010 x86: 10.0.40219
----[Information] Microsoft Visual C++ 2015 x64: 14.0.23506
----[Information] Microsoft Visual C++ 2017 x86: 14.14.26429
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 1600x900
----[Information] Primary Screen: True
--[Information] Component Information
---[Information] Haali Media Splitter: 1.13.138.14 (14-04-2013)
---[Information] Haali DSS2: (14-04-2013)
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
---[Information] MediaInfo: 18.05.0.0 (08-05-2018)
---[Information] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
---[Information] 7z: 9.20 (18-11-2010)
--[Information] AviSynth Information
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.2847.0
----[Information] Date: 06-05-2018
----[Information] Interface: 3
---[Information] AviSynth
----[Information] File Version: 0.1
----[Information] File Date: 20-12-2018
----[Information] File Name: AviSynth+ 0.1 (r2772, MT, x86_64)
----[Information] File Path: c:\windows\system32\avisynth.dll
----[Information] AviSynth Version: AviSynth+ 0.1 (r2772, MT, x86_64)
----[Information] AviSynth+: true
----[Information] AviSynth MT: true
-[Information] Update detection
--[Information] [23 Jun 19 11:10:47] Using cached update config and server: http://megui.org/auto/
--[Information] [23 Jun 19 11:10:47] No package requires an update
--[Information] [23 Jun 19 11:10:49] redist files copied: 2017_x64
-[Error] Log for job1 (video, 64BitMeGUI-AviSynth+Test.mkv.avs -> 64BitMeGUI-AviSynth+Test.mkv.264)
--[Information] [23 Jun 19 11:11:04] Started handling job
--[Information] [23 Jun 19 11:11:04] Preprocessing
--[Information] [23 Jun 19 11:11:04] AviSynth input script
---[NoImage] # Set DAR in encoder to 960 : 539. The following line is for automatic signalling
---[NoImage] global MeGUI_darx = 960
---[NoImage] global MeGUI_dary = 539
---[NoImage] LoadPlugin("F:\[0]StandAloneApps\MeGUI-64bit[Portable]\tools\lsmash\LSMASHSource.dll")
---[NoImage] LWLibavVideoSource("D:\Temp\[0000]ReEncTemp\64BitMeGUI-AviSynth+Test\64BitMeGUI-AviSynth+Test.mkv")
---[NoImage] # Deinterlace
---[NoImage] # Color Conversion
---[NoImage] # Color Adjustment
---[NoImage] # Crop
---[NoImage] # Denoise
---[NoImage] # Resize
---[NoImage] # Sharpen
---[NoImage] # Deband
---[NoImage] # Dither
---[NoImage] SetFilterMTMode("Default_MT_Mode",2)
---[NoImage] SMDegrain(TR=3,ThSAD=300,RefineMotion=True,Plane=0,Chroma=False,n16=True,n16_Out=True)
---[NoImage] FastLineDarkenMod4()
---[NoImage] ConvertToDoubleWidth()
---[NoImage] F3KDB(Y=100,Cb=100,Cr=100,GrainY=0,GrainC=0,Input_Mode=2,Output_Mode=2)
---[NoImage] ConvertFromDoubleWidth()
---[NoImage] ## Trim()
---[NoImage] # SelectRangeEvery(1000,66)
---[NoImage] PreFetch(3)
--[Information] [23 Jun 19 11:11:05] resolution: 1920x1078
--[Information] [23 Jun 19 11:11:05] frame rate: 24006/1001
--[Information] [23 Jun 19 11:11:05] frames: 1757
--[Information] [23 Jun 19 11:11:05] length: 00:01:13.263
--[Information] [23 Jun 19 11:11:05] aspect ratio: 960:539 (1.781)
--[Information] [23 Jun 19 11:11:05] color space: YUV420P16
--[Information] [23 Jun 19 11:11:06] Job command line: "F:\[0]StandAloneApps\MeGUI-64bit[Portable]\tools\x264\x264.exe" --keyint 240 --sar 1:1 --frames 1757 --output "D:\Temp\[0000]ReEncTemp\64BitMeGUI-AviSynth+Test\64BitMeGUI-AviSynth+Test.mkv.264" "D:\Temp\[0000]ReEncTemp\64BitMeGUI-AviSynth+Test\64BitMeGUI-AviSynth+Test.mkv.avs"
--[Information] [23 Jun 19 11:11:06] Process started
--[Information] [23 Jun 19 11:11:06] Standard output stream
--[Information] [23 Jun 19 11:11:06] Standard error stream
--[Error] [23 Jun 19 11:11:13] Process exits with error: 0xC0000005 STATUS_ACCESS_VIOLATION (-1073741819)
--[Information] [23 Jun 19 11:11:13] Job completed
I can read the log, but deciphering it is another matter all together . Any help is much appreciated.

Last edited by LouieChuckyMerry; 23rd June 2019 at 16:23. Reason: Is Isn't It
LouieChuckyMerry is offline   Reply With Quote
Old 24th June 2019, 18:31   #8859  |  Link
HOB
Registered User
 
Join Date: Dec 2013
Location: Colorado
Posts: 49
MeGUI - UPDATE?

My most recent version of MeGUI Beta is 2908, I haven't seen any updates for some time. Is it still being actively developed or is it on hold?

BTW...this is my favorite goto program for working on old videos I have that need fine tuning.
__________________
Humanity does more than rhyme with insanity...it defines it.
HOB is offline   Reply With Quote
Old 25th June 2019, 12:30   #8860  |  Link
Barough
Registered User
 
Barough's Avatar
 
Join Date: Feb 2007
Location: Sweden
Posts: 480
Maybe Zathor have taken some time off. The last post he made was on 15th March 2019, 12:09.
Barough is offline   Reply With Quote
Reply

Tags
megui

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:28.


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