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 11th July 2018, 23:10   #6261  |  Link
Zetti
Registered User
 
Join Date: Dec 2015
Posts: 309
FFmpeg v4.0.1 is released.
Zetti is offline   Reply With Quote
Old 12th July 2018, 21:15   #6262  |  Link
Zetti
Registered User
 
Join Date: Dec 2015
Posts: 309
MKVToolNix v25.0.0 is released.
Zetti is offline   Reply With Quote
Old 19th July 2018, 13:43   #6263  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by Zetti View Post
MKVToolNix v25.0.0 is released.
Quote:
Originally Posted by Zetti View Post
FFmpeg v4.0.1 is released.
Thanks, updated! Also AVS+ has been updated.
Zathor is offline   Reply With Quote
Old 24th July 2018, 00:28   #6264  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,829
Zathor,
I tried outputting an MP4 due to a question in another thread, and discovered when the aspect ratio is 15:11, or when 10:11 is set as the SAR in the encoder configuration (and the resolution is 720x480), MeGUI uses 8:9 as the PAR when muxing. Here's an example encoder command line followed by the muxing job from MeGUI's log file:

"C:\Program Files\MeGUI\tools\x264\x264.exe" --keyint 300 --sar 10:11 --frames 201 --output "D:\test.264" "D:\test.avs"

"C:\Program Files\MeGUI\tools\mp4box\mp4box.exe" -add "D:\test.264#trackID=1:fps=29.97:par=8:9:name=" -tmp "D:" -new "D:\test.mp4"

As a quick test I tried 64:45 for a SAR and it was also used for muxing, but when I set 20:11 as the display aspect ratio for anamorphic encoding, a SAR of 40:33 was correctly used for encoding, but the generic par of 32:27 was used when muxing.

"C:\Program Files\MeGUI\tools\x264\x264.exe" --keyint 300 --sar 40:33 --frames 201 --output "D:\test.264" "D:\test.avs"
"C:\Program Files\MeGUI\tools\mp4box\mp4box.exe" -add "D:\test.264#trackID=1:fps=29.97:par=32:27:name=" -tmp "D:" -new "D:\test.mp4"

I tried a couple of non-standard aspect ratios and the SAR used for encoding and the PAR used for muxing were fairly close. To a couple of decimal places. All of the above tests were for a video with a 720x480 resolution.

Last edited by hello_hello; 24th July 2018 at 00:48.
hello_hello is offline   Reply With Quote
Old 26th July 2018, 13:05   #6265  |  Link
Zetti
Registered User
 
Join Date: Dec 2015
Posts: 309
FFmpeg v4.0.2 is released.
Zetti is offline   Reply With Quote
Old 26th July 2018, 20:33   #6266  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
when releasing new MeGui with .ts audio mismatch problems fixed

Sent from my P4 using Tapatalk
imsrk48 is offline   Reply With Quote
Old 29th July 2018, 13:47   #6267  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Have you tried the suggestions found here?
https://forum.doom9.org/showthread.p...78#post1845778

In any case I need more details = your log file.
Zathor is offline   Reply With Quote
Old 29th July 2018, 13:48   #6268  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by Zetti View Post
FFmpeg v4.0.2 is released.
Thanks, updated!
Zathor is offline   Reply With Quote
Old 2nd August 2018, 11:46   #6269  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Code:
2872 [x26x]                 changed the log level for ffmpeg from warning to error
2871 [Video Encoder]        added high bit depth support to the AVS pre-check
2870 [x264]                 added --aq-mode 3. feature request #639
Zathor is offline   Reply With Quote
Old 3rd August 2018, 15:44   #6270  |  Link
Hotpocketdeath
Registered User
 
Join Date: Sep 2005
Posts: 57
Was there a reason for the change in the "File Indexer" that the output file directory no longer updates according to the input file directory?

When I was doing a series, I broke up each episode into their own sub directory so that each episode's work files were all separate. So when I wanted to load a bunch of episodes into the indexer, I would load the input, hit queue, load the next input, hit queue, rinse and repeat.

Now, when I want to load a series, I have to make sure the output file is set to where the input file is and it adds in a bunch of tedious steps. I liked it better before it was changed, when the output would update itself each time I loaded the input file.
Hotpocketdeath is offline   Reply With Quote
Old 4th August 2018, 16:28   #6271  |  Link
LeXXuz
21 years and counting...
 
LeXXuz's Avatar
 
Join Date: Oct 2002
Location: Germany
Posts: 716
Hi.

Any chance the GUI to the x265 encoder will get more options to set? Right now I have to set qpfiles manually to the command line. Would love to have an option to do this just with a few clicks.
LeXXuz is offline   Reply With Quote
Old 11th August 2018, 23:36   #6272  |  Link
greatfinders
Registered User
 
Join Date: Nov 2016
Posts: 20
i have an issue for some time for no reason but megui don t want to analyse interlace for all vob no matter the one i use when i click on analyse with the last version it crash or failed analysis
greatfinders is offline   Reply With Quote
Old 12th August 2018, 10:40   #6273  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,781
Don't open "a VOB file", use a d2v index file (DGMPGDec / MPEG2Source) instead.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 12th August 2018, 17:22   #6274  |  Link
greatfinders
Registered User
 
Join Date: Nov 2016
Posts: 20
Quote:
Originally Posted by LigH View Post
Don't open "a VOB file", use a d2v index file (DGMPGDec / MPEG2Source) instead.
it's the same , usualy when i load the vob he make the d2v etc and then when i go to the part where it analyse interlacing it don't want to work i got this



i have avisynth 2.6 on my system and all plugins work when i use avisynth

the things is that like the msg is with not comprehensive caracters i can't find the problem
greatfinders is offline   Reply With Quote
Old 12th August 2018, 17:29   #6275  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,781
Finally, useful details: apparently, LoadPlugin got an utterly wrong plugin name string ... and now please also publish the log file of this job, so we can inspect more details.

By the way: To get a screenshot of only the active window, press Alt-PrtScr.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid

Last edited by LigH; 12th August 2018 at 17:36.
LigH is offline   Reply With Quote
Old 12th August 2018, 19:05   #6276  |  Link
greatfinders
Registered User
 
Join Date: Nov 2016
Posts: 20
Preliminary log file only. During closing of MeGUI the well formed log file will be written.

-[Information] Versions
--[Information] MeGUI: 2836 x86
--[Information] Update Check: stable update server
-[Information] Operating System: Windows 7 Professional x64 SP1 (6.1.65536.7601)
-[Information] .NET Framework: 4.0 (4.0.0.0)
-[Information] .NET Framework: 4.7 (4.7.03062)
-[Information] DPI: 100% (96/96)
-[Information] Resolution: 1600x900
-[Information] Primary Screen: True
-[Information] Monitor 1
--[Information] System Information
-[Information] Update detection
-[Information] Haali Media Splitter: 1.13.138.14 (14-04-2013)
-[Information] Haali DSS2: not installed
-[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
-[Information] MediaInfo: 18.03.1.0 (26-03-2018)
-[Information] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
-[Information] 7z: 9.20 (18-11-2010)
--[Information] Component Information
--[Information] [12/08/2018 18:18:42] Using cached update config and server: http://megui.org/auto/stable/
-[Information] Version: 1.0.2721.0
-[Information] Date: 29-04-2017
-[Information] Interface: 3
-[Information] AviSynth Wrapper
-[Information] File Version: 2.6.0.6
-[Information] Date: 31-03-2015
-[Information] Name: Avisynth 2.6
--[Information] [12/08/2018 18:18:42] No package requires an update
-[Information] Version: AviSynth 2.60, build:Mar 31 2015 [16:38:54]
-[Information] AviSynth+: false
-[Information] MT: false
-[Information] Status: active
-[Information] AviSynth
-[Information] File Version: 0.1
-[Information] Date: 28-03-2018
-[Information] Name: AviSynth+ 0.1 (r2664, MT, i386)
-[Information] Status: inactive
-[Information] AviSynth portable
--[Information] AviSynth Information
-[Information] AVS Script Creator
-[Error] Unhandled error
--[Information] [12/08/2018 18:20:19] Exception message: Object reference not set to an instance of an object.
-[NoImage] at MeGUI.AviSynthWindow.finishedAnalysis(SourceInfo info, Boolean error, String errorMessage)
-[NoImage] at MeGUI.SourceDetector.finishProcessing()
-[NoImage] at MeGUI.SourceDetector.Process(String scriptBlock)
-[NoImage] at MeGUI.SourceDetector.<>c__DisplayClass29_0.<runScript>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()
--[Information] [12/08/2018 18:20:19] Stacktrace
--[Information] [12/08/2018 18:20:19] Inner exception: null
greatfinders is offline   Reply With Quote
Old 12th August 2018, 19:45   #6277  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,781
Please read the first line of this log file. The required workflow is as follows: Start MeGUI. Provoke this bug. Close all dialogs and MeGUI. Then post the log file when it is finished after closing MeGUI.

Optional: If you are able to find the generated *.avs script which was used to test for interlacing but failed, provide it as well; but I guess it may have been deleted by MeGUI right after.

Please use a CODE block to separate the log from the normal posting, and to format it with a monospaced font (or use an external "pastebin" service for very long logs).
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 12th August 2018, 20:17   #6278  |  Link
greatfinders
Registered User
 
Join Date: Nov 2016
Posts: 20
i open megui load the d2v, then click sur analysis but as i have two error window (those i show before), then i can't close megui it crash himself so it's all i have, it's been few weeks i have this error,

the best i get is that , no avs, nothing

Code:
[Error] Log
-[Information] Versions
--[Information] MeGUI: 2836 x86
--[Information] Update Check: stable update server
--[Information] System Information
---[Information] Operating System: Windows 7 Professional x64 SP1 (6.1.65536.7601)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.7 (4.7.03062)
---[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: not installed
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
---[Information] MediaInfo: 18.03.1.0 (26-03-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.2721.0
----[Information] Date: 29-04-2017
----[Information] Interface: 3
---[Information] AviSynth
----[Information] File Version: 2.6.0.6
----[Information] Date: 31-03-2015
----[Information] Name: Avisynth 2.6
----[Information] Version: AviSynth 2.60, build:Mar 31 2015 [16:38:54]
----[Information] AviSynth+: false
----[Information] MT: false
----[Information] Status: active
---[Information] AviSynth portable
----[Information] File Version: 0.1
----[Information] Date: 28-03-2018
----[Information] Name: AviSynth+ 0.1 (r2664, MT, i386)
----[Information] Status: inactive
-[Information] Update detection
--[Information] [12/08/2018 21:16:30] Using cached update config and server: http://megui.org/auto/stable/
--[Information] [12/08/2018 21:16:30] No package requires an update
-[Information] AVS Script Creator
-[Error] Unhandled error
--[Information] [12/08/2018 21:16:57] Exception message: Object reference not set to an instance of an object.
--[Information] [12/08/2018 21:16:57] Stacktrace
---[NoImage]    at MeGUI.AviSynthWindow.finishedAnalysis(SourceInfo info, Boolean error, String errorMessage)
---[NoImage]    at MeGUI.SourceDetector.finishProcessing()
---[NoImage]    at MeGUI.SourceDetector.Process(String scriptBlock)
---[NoImage]    at MeGUI.SourceDetector.<>c__DisplayClass29_0.<runScript>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()
--[Information] [12/08/2018 21:16:57] Inner exception: null
greatfinders is offline   Reply With Quote
Old 12th August 2018, 21:40   #6279  |  Link
wthreex
Registered User
 
Join Date: Oct 2015
Posts: 97
can you please add Edit Button for preset name? this section:



if i want to change my preset name i have to delete whole preset and recreate it again.
wthreex is offline   Reply With Quote
Old 13th August 2018, 05:29   #6280  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,829
Quote:
Originally Posted by wthreex View Post
can you please add Edit Button for preset name? this section:



if i want to change my preset name i have to delete whole preset and recreate it again.
You can copy an existing preset.
Select the preset you want to rename, click the "new" button, give it a new name and click okay. It'll save with the existing settings and then you can select the old preset and delete it.
hello_hello 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 13:27.


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