View Single Post
Old 27th December 2012, 14:53   #6857  |  Link
eni9ma
Registered User
 
Join Date: Aug 2011
Posts: 5
Quote:
Originally Posted by Zathor View Post
How do you append the files in MeGUI? Please describe it in detail.
I encoded using Megui 2237.

HD1.avs = HD1.mkv
HD2.avs = HD2.mkv
HD3.avs = HD3.mkv

and I muxed using mkvmerge.

HD1.mkv
++HD2.mkv
++HD3.mkv
HD.ac3

But I use Megui 2237 doesn't mux. an error has occurred
worked fine before, ver.2135, and Ripbot,staxrip..
not worked Megui ver. 2237 only.

Code:
 megui versions

[Information] Log
-[Information] Versions
--[Information] [2012-12-27 오후 10:51:57] MeGUI: 2237
--[Information] [2012-12-27 오후 10:51:57] Operating System: Windows 7 Ultimate Edition x64 SP1 (6.1.65536.7601)
--[Information] [2012-12-27 오후 10:51:57] .Net Framework: 4.0 (4.0.30319)
--[Information] [2012-12-27 오후 10:51:57] AviSynth: 2.5.8.5 (2008-12-21 오후 9:46:54)
--[Information] [2012-12-27 오후 10:51:57] AvisynthWrapper: 2009-01-02 오후 8:34:04
--[Information] [2012-12-27 오후 10:51:57] Haali Matroska Splitter: 1.11.96.14 (2011-03-03 오전 11:40:46)
--[Information] [2012-12-27 오후 10:51:57] Haali DSS2: 2011-03-03 오전 11:37:50
--[Information] [2012-12-27 오후 10:51:57] ICSharpCode.SharpZipLib: 0.85.5.452 (2008-08-07 오후 8:31:12)
--[Information] [2012-12-27 오후 10:51:57] LinqBridge: 1.0.0.0 (2009-05-28 오전 1:24:34)
--[Information] [2012-12-27 오후 10:51:57] MediaInfo: 0.7.61.0 (2012-10-21 오후 4:29:05)
--[Information] [2012-12-27 오후 10:51:57] MediaInfoWrapper: 0.7.53.0 (2012-08-23 오후 2:33:43)
--[Information] [2012-12-27 오후 10:51:57] MessageBoxExLib: 1.0.2218.28317 (2008-12-19 오후 8:53:04)
--[Information] [2012-12-27 오후 10:51:57] SevenZipSharp: 0.64.3890.29348 (2011-01-02 오전 10:59:32)
--[Information] [2012-12-27 오후 10:51:57] 7z: 9.20 (2010-11-18 오후 4:27:34)

AVS script

LoadPlugin("C:\Users\Administrator\Downloads\MeGUI_0.3.5\tools\avisynth_plugin\mt_masktools.dll")
LoadPlugin("C:\Users\Administrator\Downloads\MeGUI_0.3.5\tools\avisynth_plugin\RemoveGrainS.dll")
LoadPlugin("C:\Users\Administrator\Downloads\MeGUI_0.3.5\tools\avisynth_plugin\RepairS.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\FFt3dGPU.dll")
LoadPlugin("C:\Users\Administrator\Downloads\MeGUI_0.3.5\tools\avisynth_plugin\gradfun2db.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\DirectShowSource.dll")
Import("C:\Users\Administrator\Downloads\MeGUI_0.3.5\tools\avisynth_plugin\lsfmod.v1.8.avsi")
DirectShowSource("H:\Encode\HD1.wmv", fps=30.000, convertfps=true)
AssumeTFF()
FFT3dGPU(bt=1, sigma=1.7, bw=32, bh=32, ow=16,oh=16)
Spline36Resize(1280,720)
gradfun2db(1.5) 
LSFmod(defaults="fast")

mkvmerge error message

 Warning: The track number 0 from the file 'H:\HD3.mkv' can probably not be appended correctly to the track number 0 from the file
'H:\HD1.mkv': The codec's private data does not match (lengths: 41 and 41). Please make sure that the resulting file plays correctly the 
whole time. The author of this program will probably not give support for playback issues with the resulting file.

Last edited by eni9ma; 27th December 2012 at 14:57.
eni9ma is offline   Reply With Quote