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 9th October 2012, 10:37   #6801  |  Link
ngocit
Registered User
 
Join Date: Oct 2012
Posts: 2
Hi, I checked out source code from the repository with 2188 and built it with VS2008 but was not successful. The VS2008 have many error messages as following:
...
The type or namespace name 'OneClickAudioTrack' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'x264Device' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'OneClickAudioSettings' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'SubtitleTrackInfo' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'MkvInfo' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'OneClickStreamControl' could not be found (are you missing a using directive or an assembly reference?)

...
I looked at source but not found OneClickStreamControl, OneClickAudioTrack, x264Device ... anywhere? I think it missed these classes.
Anyone could help me how to get the lastest source code to build successfully? Or how to build it?

Thank.
ngocit is offline   Reply With Quote
Old 9th October 2012, 11:04   #6802  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Install VS Studio 2010 instead...the 2008 project is not updated iirc.
Kurtnoise is offline   Reply With Quote
Old 9th October 2012, 16:51   #6803  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
correct - will be deleted with the next commit.
Zathor is offline   Reply With Quote
Old 9th October 2012, 20:23   #6804  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by subair37 View Post
this is actually a south indian DVD which i made
Did you lose interest in this problem? You have several people that spent time trying to help you and you've just disappeared. I personally find it irritating.
Guest is offline   Reply With Quote
Old 10th October 2012, 04:53   #6805  |  Link
ngocit
Registered User
 
Join Date: Oct 2012
Posts: 2
Thank Kurtnoise! I built it with VS2010 successfully.
ngocit is offline   Reply With Quote
Old 12th October 2012, 13:49   #6806  |  Link
Tanbheer
Registered User
 
Join Date: Oct 2011
Posts: 8
Weird Megui Problem

I have been encoding Bluray movies for the last 3 years. This never happened to me before. I have all the codecs & avisynth 2.5.8 installed in my pc. I always encoded with automated 2pass mode. now when i encode any video 1st pass starts & it goes well. suppose that video has 150000 frames. In 1st pass Megui encodes for 149900 frames then it suddenly stops & it never goes beyond 149900 frames & 2nd pass doesn't start. This happens with all the videos not just one particular Video. I have tried to Encode those videos with crf & didn't find any problem with it. So what's the solution for this problem. Can any one help plz.

Here is a screenshot when it stops & never goes beyond it

Last edited by Tanbheer; 13th October 2012 at 10:22.
Tanbheer is offline   Reply With Quote
Old 13th October 2012, 11:54   #6807  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Please post the log and also please try to run the x264 command line directly (without MeGUI) - do you have then the same problem?
Zathor is offline   Reply With Quote
Old 18th October 2012, 04:22   #6808  |  Link
MenotBumba
Registered User
 
Join Date: Jan 2011
Posts: 11
I don't see where I can change the analyse parameter in the config of the x264 profile. So how can I tell MeGUI/x264 to use analyse = 0x3:0x113 ?
MenotBumba is offline   Reply With Quote
Old 18th October 2012, 08:40   #6809  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
The analyse parameters are available in the advanced x264 encoder configuration; but MeGUI offers checkboxes for different "Macroblock partitions". I can't tell you which bitmask will be equal to which set of check marks. But most probably it should match one of the most usual presets related to Main or High profile (Default or All); High allows 8x8 Adaptive DCT in addition to Main.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 18th October 2012, 23:49   #6810  |  Link
MOS-Marauder
Registered User
 
Join Date: Apr 2006
Posts: 134
Hi.

I got a problem since some time.... When i encode a 2 pass Xvid, xvid:encraw crashes as soon as it schould encode pass 2.

Quote:
Problemsignatur:
Problemereignisname: APPCRASH
Anwendungsname: xvid_encraw.exe
Anwendungsversion: 0.0.0.0
Anwendungszeitstempel: 46d75f5f
Fehlermodulname: xvidcore.dll
Fehlermodulversion: 0.0.0.0
Fehlermodulzeitstempel: 4a205448
Ausnahmecode: c0000005
Ausnahmeoffset: 00010710
Betriebsystemversion: 6.1.7601.2.1.0.256.1
Gebietsschema-ID: 1031
Zusatzinformation 1: 0a9e
Zusatzinformation 2: 0a9e372d3b4ad19135b953a78882e789
Zusatzinformation 3: 0a9e
Zusatzinformation 4: 0a9e372d3b4ad19135b953a78882e789
I didint found a Way around it yet....

The AVS is simple....

Quote:
LoadPlugin("D:\Programme\megui-Dev-031-1061\tools\dgindexnv\DGDecodeNV.dll")
DGSource("O:\Encode\US-Encode\THE_ODDS\odds.dgi",fieldop=1)
#deinterlace
crop(0, 58, 0, -58)
LanczosResize(640,272) # Lanczos (Sharp)
Even if i do resizing & Cropping directly with DGIndexNV/DGDecNV there is no difference....

(Note: Only the Dirname is V1061... i use 2192 dev)


Mara

Last edited by MOS-Marauder; 19th October 2012 at 01:13.
MOS-Marauder is offline   Reply With Quote
Old 19th October 2012, 16:38   #6811  |  Link
joshirohit777
Registered User
 
Join Date: May 2010
Posts: 3
i m getting error in megui

The error message says: Method not found: "MediaInfoWrapper.AudioTrack.get_format()

can anybody help me ?

Last edited by joshirohit777; 19th October 2012 at 17:23.
joshirohit777 is offline   Reply With Quote
Old 19th October 2012, 17:03   #6812  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by joshirohit777 View Post
The error message says: Method not found: "System.String.MediaInfoWrapper.AudioTrack.get_format()
Post your log file, please. I assume that the mediainfowrapper.dll in the root of the MeGUI folder is outdated.
Zathor is offline   Reply With Quote
Old 19th October 2012, 17:23   #6813  |  Link
joshirohit777
Registered User
 
Join Date: May 2010
Posts: 3
Log file

Preliminary log file only. During closing of MeGUI the well formed log file will be written.

-[Information] Versions
--[Information] [10/19/2012 5:34:16 PM] MeGUI: 2153 (svn)
--[Information] [10/19/2012 5:34:16 PM] Operating System: Windows Server 2003 Standard Edition x64 SP2 (5.2.131072.3790)
--[Information] [10/19/2012 5:34:16 PM] .Net Framework: 4.0 (4.0.30319)
--[Information] [10/19/2012 5:34:16 PM] AviSynth: 2.5.8.5 (12/21/2008 9:46:54 PM)
--[Information] [10/19/2012 5:34:16 PM] AvisynthWrapper: not installed
--[Information] [10/19/2012 5:34:16 PM] ICSharpCode.SharpZipLib: 0.85.5.452 (8/7/2008 9:31:12 PM)
--[Information] [10/19/2012 5:34:16 PM] LinqBridge: 1.0.0.0 (12/17/2009 7:01:22 PM)
--[Information] [10/19/2012 5:34:16 PM] MediaInfo: 0.7.48.0 (10/16/2012 3:42:43 PM)
--[Information] [10/19/2012 5:34:16 PM] MediaInfoWrapper: 0.7.33.0 (10/16/2012 3:31:16 PM)
--[Information] [10/19/2012 5:34:16 PM] MessageBoxExLib: 1.0.2218.28317 (3/27/2010 11:49:00 AM)
--[Information] [10/19/2012 5:34:16 PM] SevenZipSharp: 0.64.3890.29348 (1/2/2011 10:59:32 AM)
--[Information] [10/19/2012 5:34:16 PM] 7z: 9.20 (11/18/2010 4:27:34 PM)
-[Error] Unhandled error
--[Information] [10/19/2012 5:34:16 PM] Exception message: Object reference not set to an instance of an object
-[NoImage] at MeGUI.UpdateWindow.SaveComponentSettings () [0x00000] in <filename unknown>:0
-[NoImage] at MeGUI.UpdateWindow.listViewDetails_ColumnWidthChanged (System.Object sender, System.Windows.Forms.ColumnWidthChangedEventArgs e) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.ListView.OnColumnWidthChanged (System.Windows.Forms.ColumnWidthChangedEventArgs e) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.ListView.RaiseColumnWidthChanged (Int32 resize_column) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.ListView.RaiseColumnWidthChanged (System.Windows.Forms.ColumnHeader column) [0x00000] in <filename unknown>:0
-[NoImage] at (wrapper remoting-invoke-with-check) System.Windows.Forms.ListView:RaiseColumnWidthChanged (System.Windows.Forms.ColumnHeader)
-[NoImage] at System.Windows.Forms.ColumnHeader.set_Width (Int32 value) [0x00000] in <filename unknown>:0
-[NoImage] at (wrapper remoting-invoke-with-check) System.Windows.Forms.ColumnHeader:set_Width (int)
-[NoImage] at MeGUI.UpdateWindow.InitializeComponent () [0x00000] in <filename unknown>:0
-[NoImage] at MeGUI.UpdateWindow..ctor (MeGUI.MainForm mainForm, MeGUI.MeGUISettings savedSettings) [0x00000] in <filename unknown>:0
-[NoImage] at (wrapper remoting-invoke-with-check) MeGUI.UpdateWindow:.ctor (MeGUI.MainForm,MeGUI.MeGUISettings)
-[NoImage] at MeGUI.MainForm.beginUpdateCheck () [0x00000] in <filename unknown>:0
-[NoImage] at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
--[Information] [10/19/2012 5:34:16 PM] Stacktrace
--[Information] [10/19/2012 5:34:16 PM] Inner exception: null
-[Error] Unhandled error
--[Information] [10/19/2012 5:34:53 PM] Exception message: Method not found: 'MediaInfoWrapper.AudioTrack.get_DefaultString'.
-[NoImage] at MeGUI.MediaInfoFile..ctor (System.String file, Int32 iPGCNumber) [0x00000] in <filename unknown>:0
-[NoImage] at MeGUI.MediaInfoFile..ctor (System.String file) [0x00000] in <filename unknown>:0
-[NoImage] at MeGUI.DialogManager.AVSCreatorOpen (System.String videoInput) [0x00000] in <filename unknown>:0
-[NoImage] at MeGUI.AviSynthWindow.openVideoSource (System.String videoInput) [0x00000] in <filename unknown>:0
-[NoImage] at MeGUI.AviSynthWindow.input_FileSelected (MeGUI.FileBar sender, MeGUI.FileBarEventArgs args) [0x00000] in <filename unknown>:0
-[NoImage] at MeGUI.FileBar.triggerEvent () [0x00000] in <filename unknown>:0
-[NoImage] at MeGUI.FileBar.setFilename (System.String filename) [0x00000] in <filename unknown>:0
-[NoImage] at MeGUI.FileBar.openButton_Click (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.ButtonBase.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.Button.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
-[NoImage] at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0
--[Information] [10/19/2012 5:34:53 PM] Stacktrace
--[Information] [10/19/2012 5:34:53 PM] Inner exception: null
joshirohit777 is offline   Reply With Quote
Old 19th October 2012, 18:05   #6814  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Please try a fresh install:
http://sourceforge.net/projects/megui/files/latest/download
Extract it to a new folder and run it. Do you have the same problems with this installation?
Zathor is offline   Reply With Quote
Old 22nd October 2012, 07:49   #6815  |  Link
Boardlord
Registered User
 
Join Date: Jan 2002
Posts: 44
A One Click error

I tried to backup one of my concert DVDs with One Click, and I got an error:

Code:
[Error] Log
-[Information] Versions
--[Information] [2012.10.21. 11:21:51] MeGUI: 2192
--[Information] [2012.10.21. 11:21:51] Operating System: Windows 7 Ultimate Edition x86 SP1 (6.1.65536.7601)
--[Information] [2012.10.21. 11:21:51] .Net Framework: 4.0 (4.0.30319)
--[Information] [2012.10.21. 11:21:51] AviSynth: 2.6.0.3 (2012.05.15. 23:35:18)
--[Information] [2012.10.21. 11:21:51] AvisynthWrapper: 2009.01.02. 20:34:04
--[Information] [2012.10.21. 11:21:51] ICSharpCode.SharpZipLib: 0.85.5.452 (2008.08.07. 20:31:12)
--[Information] [2012.10.21. 11:21:51] LinqBridge: 1.0.0.0 (2009.05.28. 1:24:34)
--[Information] [2012.10.21. 11:21:51] MediaInfo: 0.7.60.0 (2012.09.02. 11:59:20)
--[Information] [2012.10.21. 11:21:51] MediaInfoWrapper: 0.7.53.0 (2012.08.23. 14:33:43)
--[Information] [2012.10.21. 11:21:51] MessageBoxExLib: 1.0.2218.28317 (2008.12.19. 20:53:04)
--[Information] [2012.10.21. 11:21:51] SevenZipSharp: 0.64.3890.29348 (2011.01.02. 10:59:32)
--[Information] [2012.10.21. 11:21:51] 7z: 9.20 (2010.11.18. 16:27:34)
-[Information] Update detection
--[Information] [2012.10.21. 11:21:51] Connecting to server: http://megui.xvidvideo.ru/auto/
--[Information] [2012.10.21. 11:21:52] All files are up to date
-[Information] OneClick
--[Information] [2012.10.21. 11:22:33] MediaInfo
---[Information] File: H:\g\ELBOW_BBC CONCERT ORCHESTRA\VIDEO_TS\VTS_01_1.VOB
---[Information] DVD source detected. Using IFO file: H:\g\ELBOW_BBC CONCERT ORCHESTRA\VIDEO_TS\VTS_01_0.IFO
---[Information] General
----[Information] Format: MPEG-PS
----[Information] FormatString: MPEG-PS
----[Information] FileSize: 1073520640
----[Information] PlayTime: 00:17:01.954
----[Information] PGCCount: 1
----[Information] PGCNumber: 1
---[Information] Video
----[Information] ID: 224
----[Information] StreamOrder: 
----[Information] Width: 720
----[Information] Height: 480
----[Information] FrameCount: 30628
----[Information] FrameRate: 29.970
----[Information] FrameRateOriginal: 
----[Information] FrameRateMode: 
----[Information] ScanType: Interlaced
----[Information] Codec: MPEG-2V
----[Information] CodecString: MPEG-2 Video
----[Information] Format: MPEG Video
----[Information] AspectRatio: 2.370
----[Information] AspectRatioString: 16:9
----[Information] Delay: 280.633
----[Information] Title: 
----[Information] Language: 
----[Information] LanguageString: 
----[Information] Default: 
----[Information] DefaultString: 
----[Information] Forced: 
----[Information] ForcedString: 
---[Information] Audio
----[Information] ID: 189-129
----[Information] StreamOrder: 
----[Information] Format: AC-3
----[Information] FormatProfile: 
----[Information] FormatSettingsSBR: 
----[Information] FormatSettingsPS: 
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 KHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: CBR
----[Information] Delay: 280.633
----[Information] Title: 
----[Information] Language: 
----[Information] LanguageString: English
----[Information] Default: 
----[Information] DefaultString: 
----[Information] Forced: 
----[Information] ForcedString: 
---[Information] Audio
----[Information] ID: 189-130
----[Information] StreamOrder: 
----[Information] Format: AC-3
----[Information] FormatProfile: 
----[Information] FormatSettingsSBR: 
----[Information] FormatSettingsPS: 
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 KHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 2/0/0
----[Information] BitRateMode: CBR
----[Information] Delay: 280.633
----[Information] Title: 
----[Information] Language: 
----[Information] LanguageString: English
----[Information] Default: 
----[Information] DefaultString: 
----[Information] Forced: 
----[Information] ForcedString: 
---[Information] Audio
----[Information] ID: 189-160
----[Information] StreamOrder: 
----[Information] Format: PCM
----[Information] FormatProfile: 
----[Information] FormatSettingsSBR: 
----[Information] FormatSettingsPS: 
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 KHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 
----[Information] BitRateMode: CBR
----[Information] Delay: 280.633
----[Information] Title: 
----[Information] Language: 
----[Information] LanguageString: English
----[Information] Default: 
----[Information] DefaultString: 
----[Information] Forced: 
----[Information] ForcedString: 
--[Information] [2012.10.21. 11:25:15] Video: H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\VTS_01_1.VOB
--[Information] [2012.10.21. 11:25:15] Audio: H:\g\ELBOW_BBC CONCERT ORCHESTRA\VIDEO_TS\VTS_01_1.VOB
-[Information] Log for job1 (ext, VTS_01_0.IFO -> )
--[Information] [2012.10.21. 11:25:20] Started handling job
--[Information] [2012.10.21. 11:25:20] Preprocessing
--[Information] [2012.10.21. 11:25:20] Job commandline: "D:\Mpeg\Video\Encode\MEGUI\tools\pgcdemux\pgcdemux.exe" -pgc 1 -noaud
    -nosub -customvob n,v,a,s,l
    "H:\g\ELBOW_BBC CONCERT ORCHESTRA\VIDEO_TS\VTS_01_0.IFO" "H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx"
--[Information] [2012.10.21. 11:25:20] Extracting started
--[Information] [2012.10.21. 11:27:39] Standard output stream
--[Information] [2012.10.21. 11:27:39] Standard error stream
--[Information] [2012.10.21. 11:27:39] Postprocessing
---[Information] Deleting intermediate files
----[Information] [2012.10.21. 11:27:39] Successfully deleted H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\LogFile.txt
----[Information] [2012.10.21. 11:27:39] Successfully deleted H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\Celltimes.txt
--[Information] [2012.10.21. 11:27:39] Job completed
-[Information] Log for job2 (idx, VTS_01_1.VOB -> VTS_01_1.dgi)
--[Information] [2012.10.21. 11:27:39] Started handling job
--[Information] [2012.10.21. 11:27:39] Preprocessing
--[Information] [2012.10.21. 11:27:39] Job commandline: "D:\Mpeg\Video\Encode\MEGUI\tools\dgindexnv\dgindexnv.exe" -i 
   "H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\VTS_01_1.VOB","H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx
    \VTS_01_2.vob","H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\VTS_01_3.vob","H:\g\ELBOW_BBC CONCERT 
    ORCHESTRA\ntidihn0.ydx\VTS_01_4.vob" -o "H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\VTS_01_1.dgi" -e -h -a
--[Information] [2012.10.21. 11:27:39] Indexing started
--[Information] [2012.10.21. 11:29:19] Standard output stream
--[Information] [2012.10.21. 11:29:19] Standard error stream
--[Information] [2012.10.21. 11:29:19] MediaInfo
---[Information] File: H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\VTS_01_1.dgi
---[Information] Indexed File: H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\VTS_01_1.VOB
---[Information] General
----[Information] Format: MPEG-PS
----[Information] FormatString: MPEG-PS
----[Information] FileSize: 1073739776
----[Information] PlayTime: 00:17:02.188
---[Information] Video
----[Information] ID: 224
----[Information] StreamOrder: 
----[Information] Width: 720
----[Information] Height: 480
----[Information] FrameCount: 30635
----[Information] FrameRate: 29.970
----[Information] FrameRateOriginal: 
----[Information] FrameRateMode: 
----[Information] ScanType: Interlaced
----[Information] Codec: MPEG-2V
----[Information] CodecString: MPEG-2 Video
----[Information] Format: MPEG Video
----[Information] AspectRatio: 2.370
----[Information] AspectRatioString: 2.40:1
----[Information] Delay: 280.633
----[Information] Title: 
----[Information] Language: 
----[Information] LanguageString: 
----[Information] Default: 
----[Information] DefaultString: 
----[Information] Forced: 
----[Information] ForcedString: 
---[Information] Audio
----[Information] ID: 189-129
----[Information] StreamOrder: 
----[Information] Format: AC-3
----[Information] FormatProfile: 
----[Information] FormatSettingsSBR: 
----[Information] FormatSettingsPS: 
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 KHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: CBR
----[Information] Delay: 280.633
----[Information] Title: 
----[Information] Language: 
----[Information] LanguageString: 
----[Information] Default: 
----[Information] DefaultString: 
----[Information] Forced: 
----[Information] ForcedString: 
---[Information] Audio
----[Information] ID: 189-130
----[Information] StreamOrder: 
----[Information] Format: AC-3
----[Information] FormatProfile: 
----[Information] FormatSettingsSBR: 
----[Information] FormatSettingsPS: 
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 KHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 2/0/0
----[Information] BitRateMode: CBR
----[Information] Delay: 280.633
----[Information] Title: 
----[Information] Language: 
----[Information] LanguageString: 
----[Information] Default: 
----[Information] DefaultString: 
----[Information] Forced: 
----[Information] ForcedString: 
---[Information] Audio
----[Information] ID: 189-160
----[Information] StreamOrder: 
----[Information] Format: PCM
----[Information] FormatProfile: 
----[Information] FormatSettingsSBR: 
----[Information] FormatSettingsPS: 
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 KHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 
----[Information] BitRateMode: CBR
----[Information] Delay: 280.633
----[Information] Title: 
----[Information] Language: 
----[Information] LanguageString: 
----[Information] Default: 
----[Information] DefaultString: 
----[Information] Forced: 
----[Information] ForcedString: 
--[Information] [2012.10.21. 11:29:19] Postprocessing
---[Information] Deleting intermediate files
----[Information] [2012.10.21. 11:29:19] Successfully deleted H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\VTS_01_1.log
--[Information] [2012.10.21. 11:29:19] Job completed
-[Error] Log for job3 (oneclick, VTS_01_1.VOB -> )
--[Information] [2012.10.21. 11:29:19] Started handling job
--[Information] [2012.10.21. 11:29:19] Preprocessing
--[Information] [2012.10.21. 11:29:19] OneClick processing started
--[Information] [2012.10.21. 11:29:19] Processing thread started
--[Error] [2012.10.21. 11:29:19] File not found: H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\VTS_01_1 Ta0*
--[Warning] Couldn't find audio file for track ::160::. Skipping track.
--[Information] [2012.10.21. 11:29:19] Desired size: 1,46 GB
--[Information] [2012.10.21. 11:29:19] Split size: 
--[Information] [2012.10.21. 11:29:21] Aspect ratio: 1.82316945
--[Information] [2012.10.21. 11:29:23] Input resolution: 720x480
--[Information] [2012.10.21. 11:29:23] Autocrop values
---[Information] [2012.10.21. 11:29:23] left: 4
---[Information] [2012.10.21. 11:29:23] top: 52
---[Information] [2012.10.21. 11:29:23] right: 6
---[Information] [2012.10.21. 11:29:23] bottom: 52
--[Information] [2012.10.21. 11:29:23] Cropped output resolution: 704x304
--[Information] [2012.10.21. 11:29:24] Automatic deinterlacing: True
--[Information] [2012.10.21. 11:32:56] Source detection
---[NoImage] Progressive sections: 4
---[NoImage] Interlaced sections: 101
---[NoImage] Partially Static Sections: 104
---[NoImage] Film Sections: 5
---[NoImage] Source is declared interlaced.
---[NoImage] Source is declared tff by a margin of 144 to 2.
--[Warning] [2012.10.21. 11:32:56] Deinterlacing used
---[NoImage] Load_Stdcall_Plugin("D:\Mpeg\Video\Encode\MEGUI\tools\yadif\yadif.dll")
---[NoImage] Yadif(order=1)
--[Information] [2012.10.21. 11:32:56] Generated Avisynth script
---[NoImage] LoadPlugin("D:\Mpeg\Video\Encode\MEGUI\tools\dgindexnv\DGDecodeNV.dll")
---[NoImage] DGSource("H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx\VTS_01_1.dgi",fieldop=0)
---[NoImage] setmtmode(2)
---[NoImage] Load_Stdcall_Plugin("D:\Mpeg\Video\Encode\MEGUI\tools\yadif\yadif.dll")
---[NoImage] Yadif(order=1)
---[NoImage] crop(4, 52, -6, -52)
---[NoImage] LanczosResize(704,304) # Lanczos (Sharp)
---[NoImage] LoadPlugin("D:\Mpeg\Video\Encode\MEGUI\tools\avisynth_plugin\UnDot.dll")
---[NoImage] Undot() # Minimal Noise
--[Error] [2012.10.21. 11:32:57] An error occurred
---[Error] [2012.10.21. 11:32:57] Exception message
----[NoImage] Value cannot be null.
----[NoImage] Parameter name: path
---[Error] [2012.10.21. 11:32:57] Stacktrace
----[NoImage]    at System.IO.Path.GetFullPathInternal(String path)
----[NoImage]    at System.IO.Path.GetFullPath(String path)
----[NoImage]    at MeGUI.VideoUtil.eliminatedDuplicateFilenames(String& videoOutput, String& muxedOutput, AudioJob[] aStreams)
----[NoImage]    at MeGUI.VideoUtil.GenerateJobSeries(VideoStream video, String muxedOutput, AudioJob[] audioStreams, MuxStream[]
      subtitles, String chapters, Nullable`1 desiredSize, Nullable`1 splitSize, ContainerType container, Boolean prerender, MuxStream[]
      muxOnlyAudio, LogItem log, String deviceType, Zone[] zones, String videoFileToMux, OneClickAudioTrack[] audioTracks)
----[NoImage]    at MeGUI.OneClickPostProcessing.StartPostProcessing()
---[Error] [2012.10.21. 11:32:57] Inner exception: null
--[Information] [2012.10.21. 11:32:57] Job completed

Last edited by Boardlord; 22nd October 2012 at 07:55. Reason: Typos, formatting
Boardlord is offline   Reply With Quote
Old 22nd October 2012, 13:20   #6816  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
I cannot try to reproduce the combination DGIndexNV + DVD in the next days on my own. Nevertheless - what kind of files are in H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx? Especially I would like to know if the audio file for track 160 (PCM) is available and with which name.

Also I cannot find the information at the moment if DGIndexNV is able to demux PCM tracks from VOB files.
Zathor is offline   Reply With Quote
Old 22nd October 2012, 19:36   #6817  |  Link
Boardlord
Registered User
 
Join Date: Jan 2002
Posts: 44
Quote:
Originally Posted by Zathor View Post
I cannot try to reproduce the combination DGIndexNV + DVD in the next days on my own. Nevertheless - what kind of files are in H:\g\ELBOW_BBC CONCERT ORCHESTRA\ntidihn0.ydx? Especially I would like to know if the audio file for track 160 (PCM) is available and with which name.

Also I cannot find the information at the moment if DGIndexNV is able to demux PCM tracks from VOB files.
Sorry for the late reply, I had to rip the DVD again, I needed the space.

I tried to use One Click again, here is the log:

Code:
Preliminary log file only. During closing of MeGUI the well formed log file will be written.

-[Information] Versions
--[Information] [2012.10.22. 20:20:18] MeGUI: 2192
--[Information] [2012.10.22. 20:20:18] Operating System: Windows 7 Ultimate Edition x86 SP1 (6.1.65536.7601)
--[Information] [2012.10.22. 20:20:18] .Net Framework: 4.0 (4.0.30319)
--[Information] [2012.10.22. 20:20:18] AviSynth: 2.6.0.3 (2012.05.15. 23:35:18)
--[Information] [2012.10.22. 20:20:18] AvisynthWrapper: 2009.01.02. 20:34:04
--[Information] [2012.10.22. 20:20:18] ICSharpCode.SharpZipLib: 0.85.5.452 (2008.08.07. 20:31:12)
--[Information] [2012.10.22. 20:20:18] LinqBridge: 1.0.0.0 (2009.05.28. 1:24:34)
--[Information] [2012.10.22. 20:20:18] MediaInfo: 0.7.60.0 (2012.09.02. 11:59:20)
--[Information] [2012.10.22. 20:20:18] MediaInfoWrapper: 0.7.53.0 (2012.08.23. 14:33:43)
--[Information] [2012.10.22. 20:20:18] MessageBoxExLib: 1.0.2218.28317 (2008.12.19. 20:53:04)
--[Information] [2012.10.22. 20:20:18] SevenZipSharp: 0.64.3890.29348 (2011.01.02. 10:59:32)
--[Information] [2012.10.22. 20:20:18] 7z: 9.20 (2010.11.18. 16:27:34)
-[Information] Update detection
--[Information] [2012.10.22. 20:20:18] Connecting to server: http://megui.xvidvideo.ru/auto/
--[Information] [2012.10.22. 20:20:19] All files are up to date
-[Information] OneClick
--[Information] [2012.10.22. 20:20:30] MediaInfo
---[Information] File: E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\VTS_01_1.VOB
---[Information] DVD source detected. Using IFO file: E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\VTS_01_0.IFO
-[Information] Format: MPEG-PS
-[Information] FormatString: MPEG-PS
-[Information] FileSize: 1073520640
-[Information] PlayTime: 00:17:01.954
-[Information] PGCCount: 1
-[Information] PGCNumber: 1
---[Information] General
-[Information] ID: 224
-[Information] StreamOrder: 
-[Information] Width: 720
-[Information] Height: 480
-[Information] FrameCount: 30628
-[Information] FrameRate: 29.970
-[Information] FrameRateOriginal: 
-[Information] FrameRateMode: 
-[Information] ScanType: Interlaced
-[Information] Codec: MPEG-2V
-[Information] CodecString: MPEG-2 Video
-[Information] Format: MPEG Video
-[Information] AspectRatio: 2.370
-[Information] AspectRatioString: 16:9
-[Information] Delay: 280.633
-[Information] Title: 
-[Information] Language: 
-[Information] LanguageString: 
-[Information] Default: 
-[Information] DefaultString: 
-[Information] Forced: 
-[Information] ForcedString: 
---[Information] Video
-[Information] ID: 189-129
-[Information] StreamOrder: 
-[Information] Format: AC-3
-[Information] FormatProfile: 
-[Information] FormatSettingsSBR: 
-[Information] FormatSettingsPS: 
-[Information] SamplingRate: 48000
-[Information] SamplingRateString: 48.0 KHz
-[Information] Channels: 6
-[Information] ChannelsString: 6 channels
-[Information] ChannelPositionsString2: 3/2/0.1
-[Information] BitRateMode: CBR
-[Information] Delay: 280.633
-[Information] Title: 
-[Information] Language: 
-[Information] LanguageString: English
-[Information] Default: 
-[Information] DefaultString: 
-[Information] Forced: 
-[Information] ForcedString: 
---[Information] Audio
-[Information] ID: 189-130
-[Information] StreamOrder: 
-[Information] Format: AC-3
-[Information] FormatProfile: 
-[Information] FormatSettingsSBR: 
-[Information] FormatSettingsPS: 
-[Information] SamplingRate: 48000
-[Information] SamplingRateString: 48.0 KHz
-[Information] Channels: 2
-[Information] ChannelsString: 2 channels
-[Information] ChannelPositionsString2: 2/0/0
-[Information] BitRateMode: CBR
-[Information] Delay: 280.633
-[Information] Title: 
-[Information] Language: 
-[Information] LanguageString: English
-[Information] Default: 
-[Information] DefaultString: 
-[Information] Forced: 
-[Information] ForcedString: 
---[Information] Audio
-[Information] ID: 189-160
-[Information] StreamOrder: 
-[Information] Format: PCM
-[Information] FormatProfile: 
-[Information] FormatSettingsSBR: 
-[Information] FormatSettingsPS: 
-[Information] SamplingRate: 48000
-[Information] SamplingRateString: 48.0 KHz
-[Information] Channels: 2
-[Information] ChannelsString: 2 channels
-[Information] ChannelPositionsString2: 
-[Information] BitRateMode: CBR
-[Information] Delay: 280.633
-[Information] Title: 
-[Information] Language: 
-[Information] LanguageString: English
-[Information] Default: 
-[Information] DefaultString: 
-[Information] Forced: 
-[Information] ForcedString: 
---[Information] Audio
--[Information] [2012.10.22. 20:22:12] Video: E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_1.VOB
--[Information] [2012.10.22. 20:22:12] Audio: E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\VTS_01_1.VOB
-[Information] Log for job1 (ext, VTS_01_0.IFO -> )
--[Information] [2012.10.22. 20:22:16] Started handling job
--[Information] [2012.10.22. 20:22:16] Preprocessing
--[Information] [2012.10.22. 20:22:17] Job commandline: "D:\Mpeg\Video\Encode\MEGUI\tools\pgcdemux\pgcdemux.exe" -pgc 1 -noaud
   -nosub -customvob n,v,a,s,l "E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\VTS_01_0.IFO" "E:\g\Elbow And The BBC 
   Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp"
--[Information] [2012.10.22. 20:22:17] Extracting started
--[Information] [2012.10.22. 20:24:16] Standard output stream
--[Information] [2012.10.22. 20:24:16] Standard error stream
--[Information] [2012.10.22. 20:24:16] Postprocessing
-[Information] [2012.10.22. 20:24:16] Successfully deleted E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\LogFile.txt
-[Information] [2012.10.22. 20:24:16] Successfully deleted E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\Celltimes.txt
---[Information] Deleting intermediate files
--[Information] [2012.10.22. 20:24:16] Job completed
-[Information] Log for job2 (idx, VTS_01_1.VOB -> VTS_01_1.dgi)
--[Information] [2012.10.22. 20:24:16] Started handling job
--[Information] [2012.10.22. 20:24:16] Preprocessing
--[Information] [2012.10.22. 20:24:16] Job commandline: "D:\Mpeg\Video\Encode\MEGUI\tools\dgindexnv\dgindexnv.exe" -i
   "E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_1.VOB","E:\g\Elbow And The BBC Concert
    Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_2.vob", "E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS
    \2msawmog.qdp\VTS_01_3.vob","E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_4.vob" -o
    "E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_1.dgi" -e -h -a
--[Information] [2012.10.22. 20:24:16] Indexing started
--[Information] [2012.10.22. 20:25:38] Standard output stream
--[Information] [2012.10.22. 20:25:38] Standard error stream
--[Information] [2012.10.22. 20:25:38] MediaInfo
---[Information] File: E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_1.dgi
---[Information] Indexed File: E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_1.VOB
-[Information] Format: MPEG-PS
-[Information] FormatString: MPEG-PS
-[Information] FileSize: 1073739776
-[Information] PlayTime: 00:17:02.188
---[Information] General
-[Information] ID: 224
-[Information] StreamOrder: 
-[Information] Width: 720
-[Information] Height: 480
-[Information] FrameCount: 30635
-[Information] FrameRate: 29.970
-[Information] FrameRateOriginal: 
-[Information] FrameRateMode: 
-[Information] ScanType: Interlaced
-[Information] Codec: MPEG-2V
-[Information] CodecString: MPEG-2 Video
-[Information] Format: MPEG Video
-[Information] AspectRatio: 2.370
-[Information] AspectRatioString: 2.40:1
-[Information] Delay: 280.633
-[Information] Title: 
-[Information] Language: 
-[Information] LanguageString: 
-[Information] Default: 
-[Information] DefaultString: 
-[Information] Forced: 
-[Information] ForcedString: 
---[Information] Video
-[Information] ID: 189-129
-[Information] StreamOrder: 
-[Information] Format: AC-3
-[Information] FormatProfile: 
-[Information] FormatSettingsSBR: 
-[Information] FormatSettingsPS: 
-[Information] SamplingRate: 48000
-[Information] SamplingRateString: 48.0 KHz
-[Information] Channels: 6
-[Information] ChannelsString: 6 channels
-[Information] ChannelPositionsString2: 3/2/0.1
-[Information] BitRateMode: CBR
-[Information] Delay: 280.633
-[Information] Title: 
-[Information] Language: 
-[Information] LanguageString: 
-[Information] Default: 
-[Information] DefaultString: 
-[Information] Forced: 
-[Information] ForcedString: 
---[Information] Audio
-[Information] ID: 189-130
-[Information] StreamOrder: 
-[Information] Format: AC-3
-[Information] FormatProfile: 
-[Information] FormatSettingsSBR: 
-[Information] FormatSettingsPS: 
-[Information] SamplingRate: 48000
-[Information] SamplingRateString: 48.0 KHz
-[Information] Channels: 2
-[Information] ChannelsString: 2 channels
-[Information] ChannelPositionsString2: 2/0/0
-[Information] BitRateMode: CBR
-[Information] Delay: 280.633
-[Information] Title: 
-[Information] Language: 
-[Information] LanguageString: 
-[Information] Default: 
-[Information] DefaultString: 
-[Information] Forced: 
-[Information] ForcedString: 
---[Information] Audio
-[Information] ID: 189-160
-[Information] StreamOrder: 
-[Information] Format: PCM
-[Information] FormatProfile: 
-[Information] FormatSettingsSBR: 
-[Information] FormatSettingsPS: 
-[Information] SamplingRate: 48000
-[Information] SamplingRateString: 48.0 KHz
-[Information] Channels: 2
-[Information] ChannelsString: 2 channels
-[Information] ChannelPositionsString2: 
-[Information] BitRateMode: CBR
-[Information] Delay: 280.633
-[Information] Title: 
-[Information] Language: 
-[Information] LanguageString: 
-[Information] Default: 
-[Information] DefaultString: 
-[Information] Forced: 
-[Information] ForcedString: 
---[Information] Audio
--[Information] [2012.10.22. 20:25:38] Postprocessing
-[Information] [2012.10.22. 20:25:38] Successfully deleted E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_1.log
---[Information] Deleting intermediate files
--[Information] [2012.10.22. 20:25:38] Job completed
-[Information] Log for job3 (oneclick, VTS_01_1.VOB -> )
--[Information] [2012.10.22. 20:25:38] Started handling job
--[Information] [2012.10.22. 20:25:38] Preprocessing
--[Information] [2012.10.22. 20:25:38] OneClick processing started
--[Information] [2012.10.22. 20:25:38] Processing thread started
--[Error] [2012.10.22. 20:25:38] File not found: E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_1 Ta0*
--[Warning] Couldn't find audio file for track ::160::. Skipping track.
--[Information] [2012.10.22. 20:25:38] Desired size: 1,46 GB
--[Information] [2012.10.22. 20:25:38] Split size: 
--[Information] [2012.10.22. 20:25:40] Aspect ratio: 1.82316945
--[Information] [2012.10.22. 20:25:42] Input resolution: 720x480
-[Information] [2012.10.22. 20:25:42] left: 4
-[Information] [2012.10.22. 20:25:42] top: 52
-[Information] [2012.10.22. 20:25:42] right: 6
-[Information] [2012.10.22. 20:25:42] bottom: 52
--[Information] [2012.10.22. 20:25:42] Autocrop values
--[Information] [2012.10.22. 20:25:42] Cropped output resolution: 704x304
--[Information] [2012.10.22. 20:25:43] Automatic deinterlacing: True
-[NoImage] Progressive sections: 4
-[NoImage] Interlaced sections: 101
-[NoImage] Partially Static Sections: 104
-[NoImage] Film Sections: 5
-[NoImage] Source is declared interlaced.
-[NoImage] Source is declared tff by a margin of 144 to 2.
--[Information] [2012.10.22. 20:29:33] Source detection
-[NoImage] Load_Stdcall_Plugin("D:\Mpeg\Video\Encode\MEGUI\tools\yadif\yadif.dll")
-[NoImage] Yadif(order=1)
--[Warning] [2012.10.22. 20:29:34] Deinterlacing used
-[NoImage] setmtmode(3,7)
-[NoImage] LoadPlugin("D:\Mpeg\Video\Encode\MEGUI\tools\dgindexnv\DGDecodeNV.dll")
-[NoImage] DGSource("E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_1.dgi",fieldop=0)
-[NoImage] QTGMC( Preset="Slow", EdiThreads=7 )
-[NoImage] SelectEven()
-[NoImage] setmtmode(2)
-[NoImage] crop(4, 52, -6, -52)
-[NoImage] LanczosResize(704,304) # Lanczos (Sharp)
-[NoImage] LoadPlugin("D:\Mpeg\Video\Encode\MEGUI\tools\avisynth_plugin\UnDot.dll")
-[NoImage] Undot() # Minimal Noise
--[Information] [2012.10.22. 20:29:35] Generated Avisynth script
-[Information] [2012.10.22. 20:29:36] Video output file: E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\2msawmog.qdp\VTS_01_1_Video.264
-[Information] [2012.10.22. 20:29:36] Muxed output file: E:\g\Elbow And The BBC Concert Orchestra (2009)\VIDEO_TS\VTS_01_1.mkv
-[NoImage] Value cannot be null.
-[NoImage] Parameter name: path
-[Error] [2012.10.22. 20:29:36] Exception message
-[NoImage]    at System.IO.Path.GetFullPathInternal(String path)
-[NoImage]    at System.IO.Path.GetFullPath(String path)
-[NoImage]    at MeGUI.VideoUtil.eliminatedDuplicateFilenames(String& videoOutput, String& muxedOutput, AudioJob[] aStreams)
-[NoImage]    at MeGUI.VideoUtil.GenerateJobSeries(VideoStream video, String muxedOutput, AudioJob[] audioStreams, MuxStream[]
  subtitles, String chapters, Nullable`1 desiredSize, Nullable`1 splitSize, ContainerType container, Boolean prerender, MuxStream[]
  muxOnlyAudio, LogItem log, String deviceType, Zone[] zones, String videoFileToMux, OneClickAudioTrack[] audioTracks)
-[NoImage]    at MeGUI.OneClickPostProcessing.StartPostProcessing()
-[Error] [2012.10.22. 20:29:36] Stacktrace
-[Error] [2012.10.22. 20:29:36] Inner exception: null
--[Error] [2012.10.22. 20:29:36] An error occurred
--[Information] [2012.10.22. 20:29:36] Job completed
This DVD has 3 audio tracks, and although I deleted two in the OC dialog, all three were demuxed (whenever I click to edit some template, the deleted audio tracks appeared again) - therefore I have 2 AC3s and one WAV ("VTS_01_1.dgi Ta0 48K 16bit 2ch.wav" - so DGIndexNV can demux PCMs) files in the directory, along with the AVS, DGI, QPF, 4 VOBs.

That WAV file name seems funny... Maybe it is the culprit?

Last edited by Boardlord; 22nd October 2012 at 19:42.
Boardlord is offline   Reply With Quote
Old 22nd October 2012, 21:13   #6818  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by Boardlord View Post
That WAV file name seems funny... Maybe it is the culprit?
Likely - what is the name of the AC3 files?
Zathor is offline   Reply With Quote
Old 22nd October 2012, 21:14   #6819  |  Link
Boardlord
Registered User
 
Join Date: Jan 2002
Posts: 44
Quote:
Originally Posted by Zathor View Post
Likely - what is the name of the AC3 files?
VTS_01_1 T81 3_2ch 48KHz 448Kbps DELAY 0ms.ac3
and
VTS_01_1 T82 2_0ch 48KHz 256Kbps DELAY 0ms.ac3
Boardlord is offline   Reply With Quote
Old 23rd October 2012, 22:28   #6820  |  Link
MenotBumba
Registered User
 
Join Date: Jan 2011
Posts: 11
Quote:
Originally Posted by LigH View Post
The analyse parameters are available in the advanced x264 encoder configuration; but MeGUI offers checkboxes for different "Macroblock partitions". I can't tell you which bitmask will be equal to which set of check marks. But most probably it should match one of the most usual presets related to Main or High profile (Default or All); High allows 8x8 Adaptive DCT in addition to Main.
I did a few test encodes and the Default preset(p8x8,b8x8,i8x8,i4x4 and Adaptive DCT) gives analyse = 0x3:0x113.
MenotBumba 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 00:16.


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