View Full Version : MeGUI: bug reports and feature requests
ion12
14th October 2012, 00:55
Thanks so much for the quick update for AviSource/CineForm/DebugMode in OneClick :)
Tested with a few CineForm files and so far working great!
Rat Killer
14th October 2012, 13:26
2192 [MediaInfo] ignore phantom TiVo audio tracks
Thanks! So far this seems to have the problem solved. Will post back if I see anything. Appreciate your adding this.
AMED
15th October 2012, 05:48
Hi.. i use a lot megui to rip my tv series so i use a lot the same settings, the same size and in general the bitrate calculator, it's not possible to autoselect in bitrate calculator the format i choose like output? (for example i want to save it to mp4, i select it, i open the bitrate calculator and i find the right format already selected). It's a little improvement but that will help everyone.
Same thing for the size of the bitrate calculator, it isn't possible to remember the last selected size? Or at least add an option to do that. with this option if i want the same size i just have to click ok, if i want instead to change it i still have to select the new size even without the option.
Thx in advance and sorry for my englishI'm pretty sure you can do what you want with the one click encoder. Just setup a profile and either load file by file or load a whole folder.
http://s10.postimage.org/awrl38mud/One_Click.jpg (http://postimage.org/image/awrl38mud/)
phate89
17th October 2012, 14:56
I'm pretty sure you can do what you want with the one click encoder. Just setup a profile and either load file by file or load a whole folder.
http://s10.postimage.org/awrl38mud/One_Click.jpg (http://postimage.org/image/awrl38mud/)
I didn't know about this specific feature, but i think it's not enough for me because i use a lot avisynth with different plugins and scripts and it's difficult to use this method with my own script.
Btw i think that my suggestions are still good and useful for everyone, not just me or recursive jobs, in the end with the bitrate it's already in place, if i select mp3 at 128 kbps in the bitrate calculator it is already selected, why not for the output format?
Zathor
27th October 2012, 10:37
2209 [AVS Script Creator] internal optimizations
2203 [OneClick] fixed missing internal subtitles during Blu-ray processing
2199 added check if Haali is correctly installed
2193 [Updater] some minor enhancements for offline mode
streamingguy
29th October 2012, 16:36
Hello,
I am encoding my DVDs into MP4 files using X264 & Nero AAC. When I play the MP4 file, I see av sync issues in cycles.
For few seconds, the av will be in sync. After 1 minute, it will slowly go out of sync. Then, after 3 to 4 minutes, av will be in sync. This cycle keeps repeating through out the movie.
When I extract .VOB from DVD, DVDDecrypter created the following log:
Stream Type: MPEG2 Program
Profile: main@main
Frame Size: 720x480
Display Size: [not specified]
Aspect Ratio: 16:9 [3]
Frame Rate: 29.970030 fps
Video Type: NTSC
Frame Type: Interlaced
Coding Type: B
Colorimetry: BT.470-2 B,G*
Frame Structure: Frame
Field Order:
Coded Number: 280211
Playback Number: 2
Frame Repeats: 0
Field Repeats: 0
VOB ID: 1
Cell ID: 28
Bitrate:
Bitrate (Avg):
Bitrate (Max):
Audio Stream: 80: AC3 3/2 448
Timestamp: 2:35:49
Elapsed: 0:01:21
Remain: FINISH
FPS:
Info:
Below is the info from MediaInfo tool for the source VOB file:
General
Complete name : D:\Source\MyTestVideo.VOB
Format : MPEG-PS
File size : 7.50 GiB
Duration : 2h 35mn
Overall bit rate mode : Variable
Overall bit rate : 6 891 Kbps
Video
ID : 224 (0xE0)
Format : MPEG Video
Format version : Version 2
Format profile : Main@Main
Format settings, BVOP : Yes
Format settings, Matrix : Custom
Format settings, GOP : M=3, N=15
Duration : 2h 35mn
Bit rate mode : Variable
Bit rate : 6 306 Kbps
Maximum bit rate : 8 000 Kbps
Width : 720 pixels
Height : 480 pixels
Display aspect ratio : 16:9
Frame rate : 29.970 fps
Standard : NTSC
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.609
Stream size : 6.86 GiB (92%)
Audio
ID : 189 (0xBD)-128 (0x80)
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Muxing mode : DVD-Video
Duration : 11s 40ms
Bit rate mode : Constant
Bit rate : 448 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 604 KiB (0%)
I am using below AVISynth script to resize and place watermark:
LoadPlugin("D:\MeGUI_2153_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\Output\MyTestVideo.d2v", info=3)
LoadPlugin("D:\MeGUI_2153_x86\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("D:\MeGUI_2153_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(order=-1).tdecimate(hybrid=3)
a1=LanczosResize(768,432) # Lanczos (Sharp)
a2=ImageReader("D:\Logos\Watermark_80x80.png")
a3=ImageReader("D:\Logos\Watermark_80x80.png",pixel_type="RGB32").ShowAlpha(pixel_type="RGB32")
Overlay(a1,a2,mask=a3, x=640, y=1)
Then, I am using the attached X264 profiles to encode the video into 1800k variant. I am NeroAAC to encode AC3 into AAC with 128k bitrate.
Once the video & audio tracks are ready, I am muxing them using MP4muxer. But, when I play the MP4 file, av will be in perfectly sync for 1 minute (approx.) and then it will go out of sync for next 3 to 4 minutes. Audio comes 0.5 seconds before the video.
The above cycle repeats through out the movie.
Below is the info of MP4 from MediaInfo:
General
Complete name : D:\Output\MyTestVideo_1800k.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 2.09 GiB
Duration : 2h 35mn
Overall bit rate : 1 921 Kbps
Writing application : Lavf54.33.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L3.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 2h 35mn
Bit rate : 1 800 Kbps
Width : 768 pixels
Height : 432 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.181
Stream size : 1.95 GiB (93%)
Writing library : x264 core 125 r2200 999b753
Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x1:0x111 / me=hex / subme=8 / psy=1 / psy_rd=1.00:0.15 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-3 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=60 / keyint_min=31 / scenecut=0 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=1800 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=1800 / vbv_bufsize=1800 / nal_hrd=none / ip_ratio=1.40 / aq=1:1.00
Tagged date : UTC 2012-10-23 23:40:00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 2h 35mn
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Delay relative to video : -2s 2ms
Stream size : 143 MiB (7%)
Tagged date : UTC 2012-10-23 23:40:00
Please let me know, if you have any suggestions. Thank you for your time!
Kurtnoise
29th October 2012, 20:28
The MP4 Muxer uses MP4Box not FFmpeg...your last mediainfo reports it's weird. Are you sure that you used MeGUI ?
streamingguy
29th October 2012, 20:32
The MP4 Muxer uses MP4Box not FFmpeg...your last mediainfo reports it's weird. Are you sure that you used MeGUI ?
Thank you for looking into my request. I initially used MeGUI MP4 muxer and then tried FFMPEG with qt-faststart. But, the result seems to be same for the av sync issues.
Please let me know, if you need any other details.
Thank you
Kurtnoise
29th October 2012, 20:38
Could you upload a sample from your MyTestVideo.VOB somewhere ? (say 50MB)
You can use DGSplit (http://neuron2.net/dgsplit/dgsplit12.zip) to split your file...
streamingguy
29th October 2012, 20:47
Sure. I will send the links to download full vide and sample video.
Thank you for your time!
AMED
7th November 2012, 09:03
Hi Zathor,
I have found a bug in the OneClick encoder when using .mkv in per file mode. If the file name has the word Error in the name the job will fail at mkvextract.
[Error] Log for job1 (ext, Error.mkv -> )
-[Information] [7/11/2012 8:56:55 p.m.] Started handling job
-[Information] [7/11/2012 8:56:55 p.m.] Preprocessing
-[Information] [7/11/2012 8:56:55 p.m.] Job commandline: "D:\MEGUI\tools\mkvmerge\mkvextract.exe" tracks "E:\THE_SIMPSONS_SEASON_12\Error.mkv" --ui-language en 1:"E:\THE_SIMPSONS_SEASON_12\rvzdp4to.hui\Error - [1] English.ac3"
-[Information] [7/11/2012 8:56:55 p.m.] Extracting started
-[Error] [7/11/2012 8:56:55 p.m.] An error occurred: Extracting track 1 with the CodecID 'A_AC3' to the file 'E:\THE_SIMPSONS_SEASON_12\rvzdp4to.hui\Error - [1] English.ac3'. Container format: Dolby Digital (AC3)
-[Information] [7/11/2012 8:57:02 p.m.] Standard output stream
-[Information] [7/11/2012 8:57:02 p.m.] Standard error stream
-[Information] [7/11/2012 8:57:02 p.m.] Job completed
If i rename the file to Erro.mkv it works fine
[Information] Log for job1 (ext, Erro.mkv -> )
-[Information] [7/11/2012 9:01:30 p.m.] Started handling job
-[Information] [7/11/2012 9:01:30 p.m.] Preprocessing
-[Information] [7/11/2012 9:01:30 p.m.] Job commandline: "D:\MEGUI\tools\mkvmerge\mkvextract.exe" tracks "E:\THE_SIMPSONS_SEASON_12\Erro.mkv" --ui-language en 1:"E:\THE_SIMPSONS_SEASON_12\xyeqpdun.1cu\Erro - [1] English.ac3"
-[Information] [7/11/2012 9:01:30 p.m.] Extracting started
-[Information] [7/11/2012 9:01:32 p.m.] Standard output stream: Extracting track 1 with the CodecID 'A_AC3' to the file 'E:\THE_SIMPSONS_SEASON_12\xyeqpdun.1cu\Erro - [1] English.ac3'. Container format: Dolby Digital (AC3)
-[Information] [7/11/2012 9:01:32 p.m.] Standard error stream
-[Information] [7/11/2012 9:01:32 p.m.] Postprocessing
--[Information] Deleting intermediate files
-[Information] [7/11/2012 9:01:32 p.m.] Job completed
[Information] Versions
-[Information] [4/11/2012 11:12:03 a.m.] MeGUI: 2209
-[Information] [4/11/2012 11:12:03 a.m.] Operating System: UNKNOWN x64 (6.2.0.9200)
-[Information] [4/11/2012 11:12:03 a.m.] .Net Framework: 4.0 (4.0.0.0)
-[Information] [4/11/2012 11:12:03 a.m.] AviSynth: 2.5.8.5 (21/12/2008 9:46:54 p.m.) - portable
-[Information] [4/11/2012 11:12:03 a.m.] DevIL: 1.6.6 (26/05/2004 12:37:34 p.m.)
-[Information] [4/11/2012 11:12:03 a.m.] AvisynthWrapper: 2/01/2009 8:34:04 p.m.
-[Information] [4/11/2012 11:12:03 a.m.] Haali Matroska Muxer: 1.11.96.14 (3/03/2011 11:40:46 a.m.)
-[Information] [4/11/2012 11:12:03 a.m.] Haali DSS2: 3/03/2011 11:37:50 a.m.
-[Information] [4/11/2012 11:12:03 a.m.] ICSharpCode.SharpZipLib: 0.85.5.452 (7/08/2008 9:31:12 p.m.)
-[Information] [4/11/2012 11:12:03 a.m.] LinqBridge: 1.0.0.0 (28/05/2009 1:24:34 a.m.)
-[Information] [4/11/2012 11:12:03 a.m.] MediaInfo: 0.7.61.0 (21/10/2012 4:29:05 p.m.)
-[Information] [4/11/2012 11:12:03 a.m.] MediaInfoWrapper: 0.7.53.0 (23/08/2012 2:33:43 p.m.)
-[Information] [4/11/2012 11:12:03 a.m.] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 7:53:04 p.m.)
-[Information] [4/11/2012 11:12:03 a.m.] SevenZipSharp: 0.64.3890.29348 (2/01/2011 10:59:32 a.m.)
-[Information] [4/11/2012 11:12:03 a.m.] 7z: 9.20 (18/11/2010 4:27:34 p.m.)
Zathor
10th November 2012, 18:12
I have found a bug in the OneClick encoder when using .mkv in per file mode. If the file name has the word Error in the name the job will fail at mkvextract.
Thx for the report - the problem has been fixed:
2215 [OneClick] always mux output file
2214 [MKVExtract] fixed handling of input file name which contains error or warning
2213 [OneClick] added leading name option
2212 [DGIndexNV] added support for MP4 container (requires dgindexnv 2044+)
2211 [OneClick] optimized TrueHD handling with eac3to
2210 [OneClick] optimized job creation process when several tracks are used
Pulp Catalyst
13th November 2012, 09:29
2215, when adding a file index job, when i click start it gives an error about cant start as there is no object reference set to an instance,
the job seems to be ownerless (usually most jobs are added to default owner 1, that doesn't seem to be happening any more)
if i transfer the job to owner 1 and click start, error,
if i transfer the job to temporary and click start error,
however, if i right click the job and click start in temporary thread.... it works fine!
Zathor
13th November 2012, 19:47
Please post the log (including the part of the file adding in the file indexer)
Pulp Catalyst
14th November 2012, 19:39
[Error] Log
-[Error] Versions
--[Information] [14/11/2012 18:37:30] MeGUI: 2215
--[Information] [14/11/2012 18:37:30] Operating System: Windows 7 x64 SP1 (6.1.65536.7601)
--[Information] [14/11/2012 18:37:30] .Net Framework: 4.0 (4.0.30319)
--[Information] [14/11/2012 18:37:30] AviSynth: 2.6.0.3 (28/08/2012 17:45:28)
--[Information] [14/11/2012 18:37:30] AvisynthWrapper: 02/01/2009 20:34:04
--[Information] [14/11/2012 18:37:30] Haali Matroska Muxer: 1.11.288.0 (08/09/2011 16:01:08)
--[Error] [14/11/2012 18:37:30] Haali DSS2: not installed
--[Information] [14/11/2012 18:37:30] ICSharpCode.SharpZipLib: 0.85.5.452 (07/08/2008 21:31:12)
--[Information] [14/11/2012 18:37:30] LinqBridge: 1.0.0.0 (28/05/2009 02:24:34)
--[Information] [14/11/2012 18:37:30] MediaInfo: 0.7.61.0 (21/10/2012 16:29:05)
--[Information] [14/11/2012 18:37:30] MediaInfoWrapper: 0.7.53.0 (23/08/2012 14:33:43)
--[Information] [14/11/2012 18:37:30] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 21:53:04)
--[Information] [14/11/2012 18:37:30] SevenZipSharp: 0.64.3890.29348 (02/01/2011 11:59:32)
--[Information] [14/11/2012 18:37:30] 7z: 9.20 (18/11/2010 17:27:34)
-[Information] FileIndexer
--[Information] [14/11/2012 18:37:38] MediaInfo
---[Information] File: G:\DVD\04\VIDEO_TS\VTS_04_1.VOB
---[Information] DVD source detected. Using IFO file: G:\DVD\04\VIDEO_TS\VTS_04_0.IFO
---[Information] General
----[Information] Format: MPEG-PS
----[Information] FormatString: MPEG-PS
----[Information] FileSize: 214788096
----[Information] PlayTime: 00:04:37.320
----[Information] PGCCount: 1
----[Information] PGCNumber: 1
---[Information] Video
----[Information] ID: 224
----[Information] StreamOrder:
----[Information] Width: 720
----[Information] Height: 576
----[Information] FrameCount: 6933
----[Information] FrameRate: 25.000
----[Information] FrameRateOriginal:
----[Information] FrameRateMode:
----[Information] ScanType: Interlaced
----[Information] Codec: MPEG-2V
----[Information] CodecString: MPEG-2 Video
----[Information] Format: MPEG Video
----[Information] AspectRatio: 1.333
----[Information] AspectRatioString: 4:3
----[Information] Delay: 287.267
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Audio
----[Information] ID: 189-128
----[Information] StreamOrder: 0
----[Information] Format: AC-3
----[Information] FormatProfile: Dolby Digital
----[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: 287.267
----[Information] Title:
----[Information] Language:
----[Information] LanguageString: English
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
-[Error] Unhandled error
--[Information] [14/11/2012 18:38:04] Exception message: Object reference not set to an instance of an object.
--[Information] [14/11/2012 18:38:04] Stacktrace
---[NoImage] at MeGUI.UpdateWindow.isComponentMissing()
---[NoImage] at MeGUI.core.details.JobControl.StartAll(Boolean restartStopping)
---[NoImage] at MeGUI.core.details.JobControl.jobQueue_StartClicked(Object sender, EventArgs e)
---[NoImage] at MeGUI.core.gui.JobQueue.startStopButton_Click(Object sender, EventArgs e)
---[NoImage] at System.Windows.Forms.Control.OnClick(EventArgs e)
---[NoImage] at System.Windows.Forms.Button.OnClick(EventArgs e)
---[NoImage] at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
---[NoImage] at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
---[NoImage] at System.Windows.Forms.Control.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.ButtonBase.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.Button.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
--[Information] [14/11/2012 18:38:04] Inner exception: null
does it with any VOB file.... any one
i have tried doing a FRESH MeGUI install..... same thing happens
Zathor
15th November 2012, 22:55
Please extract this file into your MeGUI directory replacing the files. Try it again and post the log.
http://www.mediafire.com/?btmmalm4mxbquhx
Pulp Catalyst
16th November 2012, 00:00
indexer - clicked queue button, caused immediate error this time
[Error] Log
-[Error] Versions
--[Information] [15/11/2012 23:05:39] MeGUI: 2216
--[Information] [15/11/2012 23:05:39] Operating System: Windows 7 x64 SP1 (6.1.65536.7601)
--[Information] [15/11/2012 23:05:39] .Net Framework: 4.0 (4.0.30319)
--[Information] [15/11/2012 23:05:39] AviSynth: 2.6.0.3 (28/08/2012 17:45:28)
--[Information] [15/11/2012 23:05:39] AvisynthWrapper: 02/01/2009 20:34:04
--[Information] [15/11/2012 23:05:39] Haali Matroska Muxer: 1.11.288.0 (08/09/2011 16:01:08)
--[Error] [15/11/2012 23:05:39] Haali DSS2: not installed
--[Information] [15/11/2012 23:05:39] ICSharpCode.SharpZipLib: 0.85.5.452 (07/08/2008 21:31:12)
--[Information] [15/11/2012 23:05:39] LinqBridge: 1.0.0.0 (28/05/2009 02:24:34)
--[Information] [15/11/2012 23:05:39] MediaInfo: 0.7.61.0 (21/10/2012 16:29:05)
--[Information] [15/11/2012 23:05:39] MediaInfoWrapper: 0.7.53.0 (23/08/2012 14:33:43)
--[Information] [15/11/2012 23:05:39] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 21:53:04)
--[Information] [15/11/2012 23:05:39] SevenZipSharp: 0.64.3890.29348 (02/01/2011 11:59:32)
--[Information] [15/11/2012 23:05:39] 7z: 9.20 (18/11/2010 17:27:34)
-[Information] FileIndexer
--[Information] [15/11/2012 23:05:59] MediaInfo
---[Information] File: G:\DVD\05\VIDEO_TS\VTS_01_1.VOB
---[Information] DVD source detected. Using IFO file: G:\DVD\05\VIDEO_TS\VTS_01_0.IFO
---[Information] General
----[Information] Format: MPEG-PS
----[Information] FormatString: MPEG-PS
----[Information] FileSize: 1073739776
----[Information] PlayTime: 00:29:57.600
----[Information] PGCCount: 1
----[Information] PGCNumber: 1
---[Information] Video
----[Information] ID: 224
----[Information] StreamOrder:
----[Information] Width: 720
----[Information] Height: 576
----[Information] FrameCount: 44940
----[Information] FrameRate: 25.000
----[Information] FrameRateOriginal:
----[Information] FrameRateMode:
----[Information] ScanType: Interlaced
----[Information] Codec: MPEG-2V
----[Information] CodecString: MPEG-2 Video
----[Information] Format: MPEG Video
----[Information] AspectRatio: 1.333
----[Information] AspectRatioString: 4:3
----[Information] Delay: 280.000
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Audio
----[Information] ID: 189-129
----[Information] StreamOrder: 0
----[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.000
----[Information] Title:
----[Information] Language:
----[Information] LanguageString: English
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Text
----[Information] ID:
----[Information] StreamOrder: 2
----[Information] Codec:
----[Information] CodecString: Vobsub
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString: English
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
-[Error] Unhandled error
--[Information] [15/11/2012 23:06:04] Exception message: Object reference not set to an instance of an object.
--[Information] [15/11/2012 23:06:04] Stacktrace
---[NoImage] at MeGUI.UpdateWindow.isComponentMissing() in D:\MeGUI\MeGUI_Stable\core\gui\UpdateWindow.cs:line 1104
---[NoImage] at MeGUI.core.details.JobControl.StartAll(Boolean restartStopping) in D:\MeGUI\MeGUI_Stable\core\details\JobControl.cs:line 71
---[NoImage] at MeGUI.core.details.JobControl.addJobsWithDependencies(JobChain c) in D:\MeGUI\MeGUI_Stable\core\details\JobControl.cs:line 597
---[NoImage] at MeGUI.FileIndexerWindow.queueButton_Click(Object sender, EventArgs e) in D:\MeGUI\MeGUI_Stable\packages\tools\fileindexer\FileIndexerWindow.cs:line 415
---[NoImage] at System.Windows.Forms.Control.OnClick(EventArgs e)
---[NoImage] at System.Windows.Forms.Button.OnClick(EventArgs e)
---[NoImage] at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
---[NoImage] at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
---[NoImage] at System.Windows.Forms.Control.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.ButtonBase.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.Button.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
--[Information] [15/11/2012 23:06:04] Inner exception: null
Zathor
16th November 2012, 20:01
Please try again and report back:
http://www.mediafire.com/?3naqp7by6hnhb2s
hello_hello
17th November 2012, 02:04
As I live in PAL land I don't convert NTSC DVDs much, but I found a little oddity while analysing one today. It's frame rate is 29.970 and according to the d2v file created after indexing it's 95.52% film. What's happening is if I let MeGUI analyse the video it displays the results in the script creator window and writes the deinterlacing to the script, however if I manually select the same de-interlacing method, the deinterlacing MeGUI writes to the script changes (and in this case appears not to be correct). Anyway....
After Analysis:
Script Creator Window: Partially Film, Top Field First, TIVTC
Script: tfm(order=1).tdecimate(hybrid=1)
Manual De-interlacing Selection 1:
Script Creator Window: Partially Film, Top Field First, TIVTC
Script: tfm(order=1).tdecimate(hybrid=3)
Manual De-interlacing Selection 2:
Script Creator Window: Hybrid Film/Interlaced. Mostly Film, Top Field First, TIVTC
Script: tfm(order=1).tdecimate(hybrid=1)
Maybe I just don't understand NTSC video well enough and I'm missing the obvious, but after the analysis and MeGUI has decided on deinterlacing and added it to the script creator window, should manually selecting the same de-interlacing in the script creator window cause MeGUI to write the same deinterlacing to the script? Cheers.
hello_hello
17th November 2012, 02:45
This is probably going to be one of those "how long is a piece of string" questions, but I suspect something similar has happened to me before. As per my post above I was running some test encodes to compare deinterlacing using exactly the same encoder settings each time. No target device option set and the same cropping and resizing (to square pixels). No anamorphic encoding. One of my test encodes had it's aspect ratio changed a little but I don't understand why. I checked the log files and they all included this line:
x264 [info]: using SAR=1/1
Except for the one encode where it was:
x264 [info]: using SAR=210/209
and --sar 210:209 had been added to the command line.
Thinking I'd done something silly I rechecked the script, ran the encode again but this time SAR was back to 1/1 as it should have been, so I couldn't repeat the problem. I'll run some encodes again using the same script to see if it occurs again but is there any logical reason why MeGUI would randomly change the aspect ratio a little? Or something obvious I'm missing?
[Information] Log
-[Information] Versions
--[Information] [17/11/12 5:06:33 AM] MeGUI: 2215
--[Information] [17/11/12 5:06:33 AM] Operating System: Windows XP Professional x86 SP3 (5.1.196608.2600)
--[Information] [17/11/12 5:06:33 AM] .Net Framework: 4.0 (4.0.30319)
--[Information] [17/11/12 5:06:33 AM] AviSynth: 2.5.8.5 (21/12/08 9:46:54 PM)
--[Information] [17/11/12 5:06:33 AM] AvisynthWrapper: 02/01/09 8:34:04 PM
--[Information] [17/11/12 5:06:33 AM] Haali Matroska Muxer: 1.11.96.14 (03/03/11 11:40:46 AM)
--[Information] [17/11/12 5:06:33 AM] Haali DSS2: 03/03/11 11:37:50 AM
--[Information] [17/11/12 5:06:33 AM] ICSharpCode.SharpZipLib: 0.85.5.452 (07/08/08 12:31:12 PM)
--[Information] [17/11/12 5:06:33 AM] LinqBridge: 1.0.0.0 (27/05/09 5:24:34 PM)
--[Information] [17/11/12 5:06:33 AM] MediaInfo: 0.7.61.0 (21/10/12 4:29:05 PM)
--[Information] [17/11/12 5:06:33 AM] MediaInfoWrapper: 0.7.53.0 (23/08/12 2:33:43 PM)
--[Information] [17/11/12 5:06:33 AM] MessageBoxExLib: 1.0.2218.28317 (19/12/08 10:53:04 AM)
--[Information] [17/11/12 5:06:33 AM] SevenZipSharp: 0.64.3890.29348 (02/01/11 12:59:32 AM)
--[Information] [17/11/12 5:06:33 AM] 7z: 9.20 (18/11/10 6:27:34 AM)
-[Information] Update detection
--[Information] [17/11/12 5:06:34 AM] Connecting to server: http://megui.org/auto/
--[Information] [17/11/12 5:06:36 AM] All files are up to date
-[Information] FileIndexer
--[Information] [17/11/12 5:06:45 AM] MediaInfo
---[Information] File: E:\Primer\VTS_01_1.VOB
---[Information] DVD source detected. Using IFO file: E:\Primer\VTS_01_0.IFO
---[Information] General
----[Information] Format: MPEG-PS
----[Information] FormatString: MPEG-PS
----[Information] FileSize: 3913132032
----[Information] PlayTime: 01:17:12.394
----[Information] PGCCount: 1
----[Information] PGCNumber: 1
---[Information] Video
----[Information] ID: 224
----[Information] StreamOrder:
----[Information] Width: 720
----[Information] Height: 480
----[Information] FrameCount: 138833
----[Information] FrameRate: 29.970
----[Information] FrameRateOriginal:
----[Information] FrameRateMode:
----[Information] ScanType:
----[Information] Codec: MPEG-2V
----[Information] CodecString: MPEG-2 Video
----[Information] Format: MPEG Video
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] Delay: 233.567
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Audio
----[Information] ID: 189-128
----[Information] StreamOrder: 0
----[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: 233.567
----[Information] Title:
----[Information] Language:
----[Information] LanguageString: English
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Audio
----[Information] ID: 189-129
----[Information] StreamOrder: 0
----[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: 233.567
----[Information] Title:
----[Information] Language:
----[Information] LanguageString: English
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Audio
----[Information] ID: 189-130
----[Information] StreamOrder: 0
----[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: 233.567
----[Information] Title:
----[Information] Language:
----[Information] LanguageString: English
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Text
----[Information] ID:
----[Information] StreamOrder: 0
----[Information] Codec:
----[Information] CodecString: Vobsub
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString: English
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
-[Information] Log for job1 (idx, VTS_01_1.VOB -> Primer.d2v)
--[Information] [17/11/12 5:07:15 AM] Started handling job
--[Information] [17/11/12 5:07:15 AM] Preprocessing
--[Information] [17/11/12 5:07:15 AM] Job commandline:
"C:\Program Files\MeGUI\tools\dgindex\dgindex.exe"
-SD=< -AIF=<E:\Primer\VTS_01_1.VOB< -OF=<D:\Primer< -FO=0 -exit -hide -OM=2
--[Information] [17/11/12 5:07:15 AM] Indexing started
--[Information] [17/11/12 5:08:19 AM] Standard output stream
--[Information] [17/11/12 5:08:19 AM] Standard error stream
--[Information] [17/11/12 5:08:19 AM] Postprocessing
---[Information] Deleting intermediate files
----[Information] [17/11/12 5:08:20 AM] Successfully deleted E:\Primer\VTS_01_1.log
--[Information] [17/11/12 5:08:20 AM] Job completed
-[Information] Log for job1 (video, Primer decomb.avs -> Primer decomb.mkv)
--[Information] [17/11/12 6:20:44 AM] Started handling job
--[Information] [17/11/12 6:20:44 AM] Preprocessing
--[Information] [17/11/12 6:20:44 AM] Avisynth input script
---[NoImage] LoadPlugin("C:\Program Files\MeGUI\tools\dgindex\DGDecode.dll")
---[NoImage] DGDecode_mpeg2source("D:\Primer.d2v")
---[NoImage] LoadPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\Decomb.dll")
---[NoImage] AssumeTFF().Telecide(guide=1).Decimate(mode=3,threshold=2.0)
---[NoImage] crop(12, 4, -2, -4)
---[NoImage] #denoise
---[NoImage] Spline36Resize(836,472) # Spline36 (Neutral)
--[Information] [17/11/12 6:20:45 AM] Job commandline: "C:\Program Files\MeGUI\tools\x264\x264.exe"
--level 4.1 --preset slow --tune grain --crf 18.0 --keyint 240
--colorprim smpte170m --transfer smpte170m --colormatrix smpte170m --sar 210:209
--output "D:\Primer decomb.mkv" "D:\Primer decomb.avs"
--[Information] [17/11/12 6:20:45 AM] Encoding started
--[Information] [17/11/12 7:36:40 AM] Standard output stream
--[Information] [17/11/12 7:36:40 AM] Standard error stream
---[NoImage] avs [info]: 836x472p 210:209 @ 24000/1001 fps (cfr)
---[NoImage] x264 [info]: using SAR=210/209
---[NoImage] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
---[NoImage] x264 [info]: profile High, level 4.1
---[NoImage]
---[NoImage] x264 [info]: frame I:868 Avg QP:17.66 size: 62083
---[NoImage] x264 [info]: frame P:30639 Avg QP:18.54 size: 40788
---[NoImage] x264 [info]: frame B:79559 Avg QP:19.66 size: 25197
---[NoImage] x264 [info]: consecutive B-frames: 1.8% 2.1% 18.1% 78.0%
---[NoImage] x264 [info]: mb I I16..4: 10.6% 75.3% 14.1%
---[NoImage] x264 [info]: mb P I16..4: 1.8% 29.0% 3.7% P16..4: 24.8% 21.5% 12.6% 0.0% 0.0% skip: 6.6%
---[NoImage] x264 [info]: mb B I16..4: 0.2% 9.6% 1.4% B16..8: 29.1% 14.8% 3.6% direct:18.9% skip:22.3%
L0:29.4% L1:24.0% BI:46.6%
---[NoImage] x264 [info]: 8x8 transform intra:84.3% inter:50.4%
---[NoImage] x264 [info]: direct mvs spatial:99.7% temporal:0.3%
---[NoImage] x264 [info]: coded y,uvDC,uvAC intra: 95.4% 91.0% 76.3% inter: 62.5% 55.6% 24.2%
---[NoImage] x264 [info]: i16 v,h,dc,p: 33% 8% 12% 47%
---[NoImage] x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12% 10% 20% 7% 11% 9% 10% 9% 12%
---[NoImage] x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10% 26% 9% 7% 10% 8% 11% 7% 12%
---[NoImage] x264 [info]: i8c dc,h,v,p: 49% 21% 19% 11%
---[NoImage] x264 [info]: Weighted P-Frames: Y:3.4% UV:1.9%
---[NoImage] x264 [info]: ref P L0: 37.6% 10.3% 27.8% 10.3% 12.1% 1.9% 0.0%
---[NoImage] x264 [info]: ref B L0: 68.2% 23.0% 6.3% 2.4%
---[NoImage] x264 [info]: ref B L1: 91.4% 8.6%
---[NoImage] x264 [info]: kb/s:5713.28
---[NoImage] encoded 111066 frames, 24.38 fps, 5713.28 kb/s
--[Information] Final statistics
---[Information] [17/11/12 7:36:41 AM] Constant Quality Mode: Quality 18 computed...
---[Information] [17/11/12 7:36:41 AM] Video Bitrate Obtained (approximate): 5714 kbit/s
--[Information] [17/11/12 7:36:41 AM] MediaInfo
---[Information] File: D:\Primer decomb.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FormatString: Matroska
----[Information] FileSize: 3309168328
----[Information] PlayTime: 01:17:12.378
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Width: 836
----[Information] Height: 472
----[Information] FrameCount: 111066
----[Information] FrameRate: 23.976
----[Information] FrameRateOriginal:
----[Information] FrameRateMode: CFR
----[Information] ScanType: Progressive
----[Information] Codec: V_MPEG4/ISO/AVC
----[Information] CodecString: AVC
----[Information] Format: AVC
----[Information] AspectRatio: 1.780
----[Information] AspectRatioString: 16:9
----[Information] Delay: 0
----[Information] Title:
----[Information] Language: en
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
--[Information] [17/11/12 7:36:41 AM] Postprocessing
---[Information] Deleting intermediate files
--[Information] [17/11/12 7:36:41 AM] Job completed
Pulp Catalyst
17th November 2012, 11:36
no errors with this one, but a lot slower adding the queued project to the main GUI, tested several times, definitely a delay with this version compared too 2174 (which i use a lot, solid version for me)
only issue i had which was weird, it moaned that the nero encoder wasn't installed, yet it was, MeGUI tried to download, then errored (at a lost how to spell the former word) out because it was already there, so i just pointed MeGUI back to the location on my drive, it also wanted to download "avs" again..... even though it was also there..... but that could considered as one of those things.....anyway!
[Error] Log
-[Error] Versions
--[Information] [17/11/2012 10:25:59] MeGUI: 2216
--[Information] [17/11/2012 10:25:59] Operating System: Windows 7 x64 SP1 (6.1.65536.7601)
--[Information] [17/11/2012 10:25:59] .Net Framework: 4.0 (4.0.30319)
--[Information] [17/11/2012 10:25:59] AviSynth: 2.6.0.3 (28/08/2012 17:45:28)
--[Information] [17/11/2012 10:25:59] AvisynthWrapper: 02/01/2009 20:34:04
--[Information] [17/11/2012 10:25:59] Haali Matroska Muxer: 1.11.288.0 (08/09/2011 16:01:08)
--[Error] [17/11/2012 10:25:59] Haali DSS2: not installed
--[Information] [17/11/2012 10:25:59] ICSharpCode.SharpZipLib: 0.85.5.452 (07/08/2008 21:31:12)
--[Information] [17/11/2012 10:25:59] LinqBridge: 1.0.0.0 (28/05/2009 02:24:34)
--[Information] [17/11/2012 10:25:59] MediaInfo: 0.7.61.0 (21/10/2012 16:29:05)
--[Information] [17/11/2012 10:25:59] MediaInfoWrapper: 0.7.53.0 (23/08/2012 14:33:43)
--[Information] [17/11/2012 10:25:59] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 21:53:04)
--[Information] [17/11/2012 10:25:59] SevenZipSharp: 0.64.3890.29348 (02/01/2011 11:59:32)
--[Information] [17/11/2012 10:25:59] 7z: 9.20 (18/11/2010 17:27:34)
-[Information] FileIndexer
--[Information] [17/11/2012 10:26:21] MediaInfo
---[Information] File: G:\DVD\VIDEO_TS\VTS_01_1.VOB
---[Information] DVD source detected. Using IFO file: G:\DVD\VIDEO_TS\VTS_01_0.IFO
---[Information] General
----[Information] Format: MPEG-PS
----[Information] FormatString: MPEG-PS
----[Information] FileSize: 1073739776
----[Information] PlayTime: 00:30:33.120
----[Information] PGCCount: 1
----[Information] PGCNumber: 1
---[Information] Video
----[Information] ID: 224
----[Information] StreamOrder:
----[Information] Width: 720
----[Information] Height: 576
----[Information] FrameCount: 45828
----[Information] FrameRate: 25.000
----[Information] FrameRateOriginal:
----[Information] FrameRateMode:
----[Information] ScanType: Interlaced
----[Information] Codec: MPEG-2V
----[Information] CodecString: MPEG-2 Video
----[Information] Format: MPEG Video
----[Information] AspectRatio: 1.333
----[Information] AspectRatioString: 4:3
----[Information] Delay: 287.267
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Audio
----[Information] ID: 189-128
----[Information] StreamOrder: 0
----[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: 287.267
----[Information] Title:
----[Information] Language:
----[Information] LanguageString: English
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
-[Information] Log for job1 (idx, VTS_01_1.VOB -> VTS_01_1.dgi)
--[Information] [17/11/2012 10:26:27] Started handling job
--[Information] [17/11/2012 10:26:27] Preprocessing
--[Information] [17/11/2012 10:26:27] Job commandline: "D:\Program Files (x86)\MeGUIv2\tools\dgindexnv\dgindexnv.exe" -i "G:\DVD\VIDEO_TS\VTS_01_1.VOB","G:\DVD\VIDEO_TS\VTS_01_2.vob" -o "H:\MEGUI\1\VTS_01_1.dgi" -e -h -a
--[Information] [17/11/2012 10:26:27] Indexing started
--[Information] [17/11/2012 10:26:42] Standard output stream
--[Information] [17/11/2012 10:26:42] Standard error stream
--[Information] [17/11/2012 10:26:42] MediaInfo
---[Information] File: H:\MEGUI\1\VTS_01_1.dgi
---[Information] Indexed File: G:\DVD\VIDEO_TS\VTS_01_1.VOB
---[Information] DVD source detected. Using IFO file: G:\DVD\VIDEO_TS\VTS_01_0.IFO
---[Information] General
----[Information] Format: MPEG-PS
----[Information] FormatString: MPEG-PS
----[Information] FileSize: 1073739776
----[Information] PlayTime: 00:30:33.120
----[Information] PGCCount: 1
----[Information] PGCNumber: 1
---[Information] Video
----[Information] ID: 224
----[Information] StreamOrder:
----[Information] Width: 720
----[Information] Height: 576
----[Information] FrameCount: 45828
----[Information] FrameRate: 25.000
----[Information] FrameRateOriginal:
----[Information] FrameRateMode:
----[Information] ScanType: Interlaced
----[Information] Codec: MPEG-2V
----[Information] CodecString: MPEG-2 Video
----[Information] Format: MPEG Video
----[Information] AspectRatio: 1.333
----[Information] AspectRatioString: 4:3
----[Information] Delay: 287.267
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Audio
----[Information] ID: 189-128
----[Information] StreamOrder: 0
----[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: 287.267
----[Information] Title:
----[Information] Language:
----[Information] LanguageString: English
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
--[Information] [17/11/2012 10:26:42] Postprocessing
---[Information] Deleting intermediate files
----[Information] [17/11/2012 10:26:43] Successfully deleted G:\DVD\VIDEO_TS\VTS_01_1.log
--[Information] [17/11/2012 10:26:43] Job completed
Zathor
17th November 2012, 17:40
...should manually selecting the same de-interlacing in the script creator window cause MeGUI to write the same deinterlacing to the script?
Yes. Please upload a sample file.
Carpo
18th November 2012, 10:46
Is anyone else who is using Windows 8 having the issue of when selecting Suggest Resolution (mod16) - it's not suggesting a resolution, it stays at the original resolution, or is it just me
LigH
18th November 2012, 10:52
Did you activate the "Clever Anamorphic" option? That's the one I remember immediately which may cause no resizing. Not sure right now if there are others...
Carpo
18th November 2012, 10:54
no i haven't selected that as they are old 4:3 dvd's, wonder if it's because I am using Avisynth 2.6, although I was using that when I was using Windows 7 and it worked fine on there........
Sm3n2
18th November 2012, 10:56
Is anyone else who is using Windows 8 having the issue of when selecting Suggest Resolution (mod16) - it's not suggesting a resolution, it stays at the original resolution, or is it just me
It works fine with me I'm using x64 version of Megui:
http://i.imgur.com/2qWpB.png
but I have an issue regarding the CPU frequency. Megui or x264 encoder is not using the all 4 GHz of my CPU:
http://i.imgur.com/3TzEM.png
Carpo
18th November 2012, 10:57
i am using the x86 version of megui, have put Avisynth 2.5.8 back in and will see what happens, x264 never uses all 8 cores of my cpu on first pass, but gets up to about 90% on the second
Sm3n2
18th November 2012, 11:03
I'm using CRF to encode. And here Megui uses all my 8 cores.
I'll try to encode using XviD to see what is the difference...
Carpo
18th November 2012, 11:16
this is strange, if I do some of the older discs in the series, meGUI says to resize them to 640 x 480, if I do later discs in the series it is saying to resize them to 720 x 544, very strange
LigH
18th November 2012, 11:32
It cannot depend on AviSynth. As long as you are changing settings in the GUI, AviSynth is inactive. It becomes active only when the conversion starts (or the preview is displayed).
The less details you can provide about the difference between the "older" and the "newer" projects, and the setup you are using, the less we can tell you about the reason.
Carpo
18th November 2012, 12:08
they are all the same, same series, same resolution, same x264 profile, everything is the same except for changing OS, after having gone back to 2.5.8 i notice that it is slower than 2.6. I will do some more tests and see what happens
Sm3n2
18th November 2012, 13:10
If Megui doesn't use all my processor it's because of the new generation of processor. When the process is about 3,90 GHz he runs 100% but not on all the cores and when the process is abot 3,64 GHz (like with Megui) he runs 100% on ALL my cores. So it's logic and absolutely normal.
@Carpo: Try with Megui x64 ;) http://megui.org/auto/megui-core_2217_x64.zip Don't forget to add those .dll 7z, ICSharpCode.SharpZipLib and SevenZipSharp. If not you can't install all the componant. After that, install avisynth 64: http://avisynth64.googlecode.com/files/avisynth64_4-16-10.rar And try again.
Carpo
18th November 2012, 13:28
have an encode going atm, will try it out once its done - thanks, I am guessing this goes without saying but any x86 updates it wants to bring down I should ignore, and attempt to find 64bit versions of them as per the readme?
edit: x64 is slower than x86 version unless i use the MT mode, on first pass it jumps between 60 -70% + of the cpu
edit2: [Error] [18/11/2012 13:04:56] Process exits with error: 255 after 10 minutes doing first pass, not looking too good for x64 version of meGUI
Sm3n2
18th November 2012, 15:41
Ok.
What codec do you use on your pc ? Because you need (sorry to say that just right now) x64 codec. I think it's slower because of that (he did the same with me if I remember). I have only k-lite codec pack for x64 and haali media splitter. I assure you it's very fast ;)
http://www.videohelp.com/tools/Haali-Media-Splitter
http://codecguide.com/klcp_64bit.htm
During the installation, at the end, don't forget to choose "I don't remember what... DXVA decoder" for h264 (on scroll box)
Make a new avisynth script and look at the bottom right if haali and ffdshow codec are open ;) (don't forget to change audio=false to audio=true to see if ffdshow audio codec is open)
Carpo
18th November 2012, 15:46
I use LAVfilters, have installed ffdshow or anything like that in a long time, the crashing on the first pass is an issue, I am wondering if is where i have put the setMTMode, but the same .avs script is working fine under x86 meGUI, I will test it out on a smaller video once this one is done
LigH
19th November 2012, 10:10
Codec Packs are the best reason to re-install your OS. Chances are high that they contain outdated, unnecessary, dangerous, or pirated content (not mutually exclusive). Better know what you really need, and install that from official sources only.
Carpo
19th November 2012, 10:18
I tried k-lite, nothing in there i didnt already have, and it has been removed, all files and reg entries have been removed :)
Sm3n2
19th November 2012, 13:44
I have an issue when I load mp4 file (.264 + aac) Megui can't decompress aac. only ffdshow video decoder open on taskbar. ffdshow option is aac=libavcodec. I heard about bass.dll, bassaac.dll but it's only for audio.aac file and not for movie with aac audio.
Is there a way to do decode and encode directly like other movie file ? Thx
Kurtnoise
19th November 2012, 13:48
:logfile:
Sm3n2
19th November 2012, 14:06
Thx :)
Tu es français ? Mes paramètres d'encodage du mp3 sont réglés sur downmix to stereo mais je comprends pas pourquoi il me dit "Unsupported number of channels: 6"
[Error] Log
-[Information] Versions
--[Information] [19/11/2012 13:58:42] MeGUI Version : 2217 x64
--[Information] [19/11/2012 13:58:42] Operating System: UNKNOWN x64 (6.2.0.9200)
--[Information] [19/11/2012 13:58:42] .Net Framework: 4.0 (4.0.0.0)
--[Information] [19/11/2012 13:58:42] AviSynth: 2.5.8.5 (16/04/2010 19:06:58)
--[Information] [19/11/2012 13:58:42] AvisynthWrapper: 10/04/2010 11:58:26
--[Information] [19/11/2012 13:58:42] Haali Matroska Muxer: 1.11.96.14 (03/03/2011 11:40:32)
--[Information] [19/11/2012 13:58:42] Haali DSS2: 03/03/2011 11:37:50
--[Information] [19/11/2012 13:58:42] ICSharpCode.SharpZipLib: 0.85.5.452 (07/08/2008 20:31:12)
--[Information] [19/11/2012 13:58:42] LinqBridge: 1.0.0.0 (28/05/2009 01:24:34)
--[Information] [19/11/2012 13:58:42] MediaInfo: 0.7.61.0 (21/10/2012 16:29:04)
--[Information] [19/11/2012 13:58:42] MediaInfoWrapper: 0.7.53.0 (23/08/2012 14:33:43)
--[Information] [19/11/2012 13:58:42] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 20:53:04)
--[Information] [19/11/2012 13:58:42] SevenZipSharp: 0.64.3890.29348 (02/01/2011 10:59:32)
--[Information] [19/11/2012 13:58:42] 7z: 9.20 (18/11/2010 16:21:50)
-[Information] Update detection
--[Information] [19/11/2012 13:58:42] Connecting to server: http://megui.org/auto/
--[Information] [19/11/2012 13:58:43] All files are up to date
-[Information] AutoEncode job generation log
--[Information] [19/11/2012 13:59:28] Split Size : null
--[Information] Eliminating duplicate filenames
---[Information] [19/11/2012 13:59:28] Video output file: D:\Vidéos\testtt.avi
---[Information] [19/11/2012 13:59:28] Muxed output file: D:\Vidéos\testtt-muxed.avi
---[Information] [19/11/2012 13:59:28] Encodable audio stream 0: D:\Vidéos\testtt.mp3
-[Error] Log for job2 (audio, testtt.avs -> testtt.mp3)
--[Information] [19/11/2012 13:59:39] Started handling job
--[Information] [19/11/2012 13:59:39] Preprocessing
--[Information] [19/11/2012 13:59:39] Encoding started
--[Information] [19/11/2012 13:59:39] MediaInfo
---[Information] File: D:\Vidéos\testtt.avs
---[Information] AVS input file detected. Getting media information from AviSynth.
---[Information] General
----[Information] Format: AVS
----[Information] FormatString: AviSynth Script
----[Information] FileSize: 294
----[Information] PlayTime: 00:01:23.4580000
---[Information] Video
----[Information] ID: 0
----[Information] StreamOrder:
----[Information] Width: 720
----[Information] Height: 400
----[Information] FrameCount: 2001
----[Information] FrameRate: 23,976023976024
----[Information] FrameRateOriginal:
----[Information] FrameRateMode:
----[Information] ScanType: Progressive
----[Information] Codec: AVS Video
----[Information] CodecString: AVS
----[Information] Format: AVS
----[Information] AspectRatio: 1.8
----[Information] AspectRatioString:
----[Information] Delay: 0
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Audio
----[Information] ID: 0
----[Information] StreamOrder:
----[Information] Format: AVS
----[Information] FormatProfile:
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] SamplingRate: 44100
----[Information] SamplingRateString: 44100
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2:
----[Information] BitRateMode: CBR
----[Information] Delay: 0
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
--[Information] [19/11/2012 13:59:40] Trying to open the file with Import()
--[Information] [19/11/2012 13:59:40] Successfully opened the file with Import()
--[Information] [19/11/2012 13:59:41] no channel positions found. Downmix result may be wrong.
--[Information] [19/11/2012 13:59:41] ignoring downmix as there are only 0 channels
--[Information] [19/11/2012 13:59:41] Avisynth script
---[NoImage] Import("D:\Vidéos\testtt.avs")
---[NoImage] # detected channels: 0 channels
---[NoImage] Normalize()
---[NoImage] 32==Audiobits(last)?ConvertAudioTo16bit(last):last
---[NoImage] return last
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> stereo + LFE
---[NoImage] function c6_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] fl_sl = MixAudio(fl, sl, 0.2929, 0.2929)
---[NoImage] fr_sr = MixAudio(fr, sr, 0.2929, 0.2929)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2071, 0.2071)
---[NoImage] l = MixAudio(fl_sl, fc_lf, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_sr, fc_lf, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR or L,R,LFE,SL,SR-> Stereo
---[NoImage] function c5_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] fl_sl = MixAudio(fl, sl, 0.3694, 0.3694)
---[NoImage] fr_sr = MixAudio(fr, sr, 0.3694, 0.3694)
---[NoImage] l = MixAudio(fl_sl, fc, 1.0, 0.2612)
---[NoImage] r = MixAudio(fr_sr, fc, 1.0, 0.2612)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Stereo
---[NoImage] function c52_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] bc = GetChannel(a, 5)
---[NoImage] fl_bc = MixAudio(fl, bc, 0.3205, 0.2265)
---[NoImage] fr_bc = MixAudio(fr, bc, 0.3205, 0.2265)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2265, 0.2265)
---[NoImage] l = MixAudio(fl_bc, fc_lf, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_bc, fc_lf, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Stereo
---[NoImage] function c4_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] l = MixAudio(fl, sl, 0.5, 0.5)
---[NoImage] r = MixAudio(fr, sr, 0.5, 0.5)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,C,LFE or L,R,S,LFE or L,R,C,S -> Stereo
---[NoImage] function c42_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, fc_lf, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, fc_lf, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 3 Channels L,R,C or L,R,S or L,R,LFE -> Stereo
---[NoImage] function c3_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] l = MixAudio(fl, fc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, fc, 0.5858, 0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c6_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] bc = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic
---[NoImage] function c5_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] bc = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c52_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] bc = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, bc, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, bc, 0.4142, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Dolby ProLogic
---[NoImage] function c53_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] bc = GetChannel(a, 5)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 0.2929)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -0.2929)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic
---[NoImage] function c4_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] bc = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, bc, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, bc, 0.4142, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,LFE,S -> Dolby ProLogic
---[NoImage] function c42_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] bc = GetChannel(a, 4)
---[NoImage] l = MixAudio(fl, bc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, bc, 0.5858, -0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,C,S -> Dolby ProLogic
---[NoImage] function c43_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] bc = GetChannel(a, 4)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 0.2929)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -0.2929)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 3 Channels L,R,S -> Dolby ProLogic
---[NoImage] function c3_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] bc = GetChannel(a, 3)
---[NoImage] l = MixAudio(fl, bc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, bc, 0.5858, -0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c6_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage] ssr = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
---[NoImage] l = MixAudio(fl_fc, ssl, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, ssr, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic II
---[NoImage] function c5_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage] ssr = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
---[NoImage] l = MixAudio(fl_fc, ssl, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, ssr, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c52_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] ssl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage] ssr = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage] l = MixAudio(fl, ssl, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, ssr, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic II
---[NoImage] function c4_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] ssl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage] ssr = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage] l = MixAudio(fl, ssl, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, ssr, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
--[Information] [19/11/2012 13:59:41] Commandline used: -b 128 --cbr -h - "{0}"
--[Information] [19/11/2012 13:59:41] Avisynth script environment opened
--[Information] [19/11/2012 13:59:41] Script loaded
--[Information] Output Decoder
---[Information] [19/11/2012 13:59:41] Channels: 6
---[Information] [19/11/2012 13:59:41] Bits per sample: 16
---[Information] [19/11/2012 13:59:41] Sample rate: 44100
--[Information] [19/11/2012 13:59:41] Commandline: C:\Users\Christian\Documents\Travail Vidéos\Megui 64\tools\lame\lame.exe -b 128 --cbr -h - "D:\Vidéos\testtt.mp3"
--[Information] [19/11/2012 13:59:41] Encoder process started
--[Error] [19/11/2012 13:59:42] An error occurred
---[Error] [19/11/2012 13:59:42] Exception message: Le canal de communication a été fermé.
---[Error] [19/11/2012 13:59:42] Stacktrace
----[NoImage] à System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
----[NoImage] à System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
----[NoImage] à MeGUI.AviSynthAudioEncoder.encode()
---[Error] [19/11/2012 13:59:42] Inner exception: null
--[Information] [19/11/2012 13:59:42] Output from encoder via stderr: Unsupported number of channels: 6
--[Information] [19/11/2012 13:59:42] Job completed
Kurtnoise
19th November 2012, 14:23
Yeah, I live in the frogs country too...;)
1/ Could you load your mp4 directly in the Audio Panel, then choose your mp3 presets and try to run the conversion ?
2/ Post your log result after if that fails...
Sm3n2
19th November 2012, 14:40
I hate frogs :)
I thought the file has a bad audio encode but with virtualdub and using the AACACM plugin and can decode without any problem.
It failed again: (I just tried to encode audio this time)
[Error] Log
-[Information] Versions
--[Information] [19/11/2012 14:35:27] MeGUI Version : 2217 x64
--[Information] [19/11/2012 14:35:27] Operating System: UNKNOWN x64 (6.2.0.9200)
--[Information] [19/11/2012 14:35:27] .Net Framework: 4.0 (4.0.0.0)
--[Information] [19/11/2012 14:35:27] AviSynth: 2.5.8.5 (16/04/2010 19:06:58)
--[Information] [19/11/2012 14:35:27] AvisynthWrapper: 10/04/2010 11:58:26
--[Information] [19/11/2012 14:35:27] Haali Matroska Muxer: 1.11.96.14 (03/03/2011 11:40:32)
--[Information] [19/11/2012 14:35:27] Haali DSS2: 03/03/2011 11:37:50
--[Information] [19/11/2012 14:35:27] ICSharpCode.SharpZipLib: 0.85.5.452 (07/08/2008 20:31:12)
--[Information] [19/11/2012 14:35:27] LinqBridge: 1.0.0.0 (28/05/2009 01:24:34)
--[Information] [19/11/2012 14:35:27] MediaInfo: 0.7.61.0 (21/10/2012 16:29:04)
--[Information] [19/11/2012 14:35:27] MediaInfoWrapper: 0.7.53.0 (23/08/2012 14:33:43)
--[Information] [19/11/2012 14:35:27] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 20:53:04)
--[Information] [19/11/2012 14:35:27] SevenZipSharp: 0.64.3890.29348 (02/01/2011 10:59:32)
--[Information] [19/11/2012 14:35:27] 7z: 9.20 (18/11/2010 16:21:50)
-[Information] Update detection
--[Information] [19/11/2012 14:35:27] Connecting to server: http://megui.xvidvideo.ru/auto/
--[Information] [19/11/2012 14:35:29] All files are up to date
-[Error] Log for job9 (audio, testtt.mp4 -> testtt.mp3)
--[Information] [19/11/2012 14:36:11] Started handling job
--[Information] [19/11/2012 14:36:11] Preprocessing
--[Information] [19/11/2012 14:36:11] Encoding started
--[Information] [19/11/2012 14:36:11] MediaInfo
---[Information] File: D:\Vidéos\testtt.mp4
---[Information] General
----[Information] Format: MPEG-4
----[Information] FormatString: MPEG-4
----[Information] FileSize: 283935242
----[Information] PlayTime: 00:17:10.445
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Width: 1920
----[Information] Height: 1080
----[Information] FrameCount: 24706
----[Information] FrameRate: 23.976
----[Information] FrameRateOriginal:
----[Information] FrameRateMode: CFR
----[Information] ScanType: Progressive
----[Information] Codec: AVC
----[Information] CodecString: AVC
----[Information] Format: AVC
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] Delay: 0
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Audio
----[Information] ID: 2
----[Information] StreamOrder: 1
----[Information] Format: AAC
----[Information] FormatProfile: LC
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] SamplingRate: 44100
----[Information] SamplingRateString: 44.1 KHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 2/0/0
----[Information] BitRateMode: VBR
----[Information] Delay: 0
----[Information] Title: IsoMedia File Produced by Google, 5-11-2011
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
--[Information] [19/11/2012 14:36:11] Trying to open the file with NicAudio
--[Information] [19/11/2012 14:36:11] Failed opening the file with NicAudio()
--[Information] [19/11/2012 14:36:11] Trying to open the file with FFAudioSource()
--[Information] [19/11/2012 14:36:13] Successfully opened the file with FFAudioSource()
--[Information] [19/11/2012 14:36:13] ignoring downmix as there are only 2 channels
--[Information] [19/11/2012 14:36:13] Avisynth script
---[NoImage] LoadPlugin("C:\Users\Christian\Documents\Travail Vidéos\Megui 64\tools\ffms\ffms2.dll")
---[NoImage] FFAudioSource("D:\Vidéos\testtt.mp4")
---[NoImage] # detected channels: 2 channels
---[NoImage] # detected channel positions: 2/0/0
---[NoImage] Normalize()
---[NoImage] 32==Audiobits(last)?ConvertAudioTo16bit(last):last
---[NoImage] return last
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> stereo + LFE
---[NoImage] function c6_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] fl_sl = MixAudio(fl, sl, 0.2929, 0.2929)
---[NoImage] fr_sr = MixAudio(fr, sr, 0.2929, 0.2929)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2071, 0.2071)
---[NoImage] l = MixAudio(fl_sl, fc_lf, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_sr, fc_lf, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR or L,R,LFE,SL,SR-> Stereo
---[NoImage] function c5_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] fl_sl = MixAudio(fl, sl, 0.3694, 0.3694)
---[NoImage] fr_sr = MixAudio(fr, sr, 0.3694, 0.3694)
---[NoImage] l = MixAudio(fl_sl, fc, 1.0, 0.2612)
---[NoImage] r = MixAudio(fr_sr, fc, 1.0, 0.2612)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Stereo
---[NoImage] function c52_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] bc = GetChannel(a, 5)
---[NoImage] fl_bc = MixAudio(fl, bc, 0.3205, 0.2265)
---[NoImage] fr_bc = MixAudio(fr, bc, 0.3205, 0.2265)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2265, 0.2265)
---[NoImage] l = MixAudio(fl_bc, fc_lf, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_bc, fc_lf, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Stereo
---[NoImage] function c4_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] l = MixAudio(fl, sl, 0.5, 0.5)
---[NoImage] r = MixAudio(fr, sr, 0.5, 0.5)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,C,LFE or L,R,S,LFE or L,R,C,S -> Stereo
---[NoImage] function c42_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, fc_lf, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, fc_lf, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 3 Channels L,R,C or L,R,S or L,R,LFE -> Stereo
---[NoImage] function c3_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] l = MixAudio(fl, fc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, fc, 0.5858, 0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c6_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] bc = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic
---[NoImage] function c5_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] bc = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c52_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] bc = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, bc, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, bc, 0.4142, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Dolby ProLogic
---[NoImage] function c53_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] bc = GetChannel(a, 5)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 0.2929)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -0.2929)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic
---[NoImage] function c4_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] bc = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, bc, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, bc, 0.4142, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,LFE,S -> Dolby ProLogic
---[NoImage] function c42_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] bc = GetChannel(a, 4)
---[NoImage] l = MixAudio(fl, bc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, bc, 0.5858, -0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,C,S -> Dolby ProLogic
---[NoImage] function c43_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] bc = GetChannel(a, 4)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 0.2929)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -0.2929)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 3 Channels L,R,S -> Dolby ProLogic
---[NoImage] function c3_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] bc = GetChannel(a, 3)
---[NoImage] l = MixAudio(fl, bc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, bc, 0.5858, -0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c6_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage] ssr = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
---[NoImage] l = MixAudio(fl_fc, ssl, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, ssr, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic II
---[NoImage] function c5_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage] ssr = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
---[NoImage] l = MixAudio(fl_fc, ssl, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, ssr, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c52_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] ssl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage] ssr = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage] l = MixAudio(fl, ssl, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, ssr, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic II
---[NoImage] function c4_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] ssl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage] ssr = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage] l = MixAudio(fl, ssl, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, ssr, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
--[Information] [19/11/2012 14:36:13] Commandline used: -b 128 --cbr -h - "{0}"
--[Information] [19/11/2012 14:36:13] Avisynth script environment opened
--[Information] [19/11/2012 14:36:14] Script loaded
--[Information] Output Decoder
---[Information] [19/11/2012 14:36:14] Channels: 2
---[Information] [19/11/2012 14:36:14] Bits per sample: 16
---[Information] [19/11/2012 14:36:14] Sample rate: 44100
--[Information] [19/11/2012 14:36:14] Commandline: C:\Users\Christian\Documents\Travail Vidéos\Megui 64\tools\lame\lame.exe -b 128 --cbr -h - "D:\Vidéos\testtt.mp3"
--[Information] [19/11/2012 14:36:14] Encoder process started
--[Error] [19/11/2012 14:36:15] An error occurred
---[Error] [19/11/2012 14:36:15] Exception message: FFAudioSource: Seeking is severely broken
---[Error] [19/11/2012 14:36:15] Stacktrace
----[NoImage] à MeGUI.AviSynthClip.ReadAudio(IntPtr addr, Int64 offset, Int32 count)
----[NoImage] à MeGUI.AviSynthAudioEncoder.encode()
---[Error] [19/11/2012 14:36:15] Inner exception: null
--[Information] [19/11/2012 14:36:15] Job completed
Kurtnoise
19th November 2012, 14:48
much better...
1/ Try to remux your mp4 into mkv within MKV Muxer from Megui.
2/ Retry again audio conversion through the Audio Panel using this mkv as input.
Sm3n2
19th November 2012, 14:58
Same here :( Doesn't like aac at all. I miss something in my opinion, codec or something like that. Do I need to use Neroaacdec.exe if yes, where to put it ? are you able, you, to do what I want ?
Here is the log:
[Error] Log
-[Information] Versions
--[Information] [19/11/2012 14:54:11] MeGUI Version : 2217 x64
--[Information] [19/11/2012 14:54:11] Operating System: UNKNOWN x64 (6.2.0.9200)
--[Information] [19/11/2012 14:54:11] .Net Framework: 4.0 (4.0.0.0)
--[Information] [19/11/2012 14:54:11] AviSynth: 2.5.8.5 (16/04/2010 19:06:58)
--[Information] [19/11/2012 14:54:11] AvisynthWrapper: 10/04/2010 11:58:26
--[Information] [19/11/2012 14:54:11] Haali Matroska Muxer: 1.11.96.14 (03/03/2011 11:40:32)
--[Information] [19/11/2012 14:54:11] Haali DSS2: 03/03/2011 11:37:50
--[Information] [19/11/2012 14:54:11] ICSharpCode.SharpZipLib: 0.85.5.452 (07/08/2008 20:31:12)
--[Information] [19/11/2012 14:54:11] LinqBridge: 1.0.0.0 (28/05/2009 01:24:34)
--[Information] [19/11/2012 14:54:11] MediaInfo: 0.7.61.0 (21/10/2012 16:29:04)
--[Information] [19/11/2012 14:54:11] MediaInfoWrapper: 0.7.53.0 (23/08/2012 14:33:43)
--[Information] [19/11/2012 14:54:11] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 20:53:04)
--[Information] [19/11/2012 14:54:11] SevenZipSharp: 0.64.3890.29348 (02/01/2011 10:59:32)
--[Information] [19/11/2012 14:54:11] 7z: 9.20 (18/11/2010 16:21:50)
-[Information] Update detection
--[Information] [19/11/2012 14:54:12] Connecting to server: http://megui.org/auto/
--[Information] [19/11/2012 14:54:12] All files are up to date
-[Error] Log for job4 (audio, testtt-muxed.mkv -> testtt-muxed.mp3)
--[Information] [19/11/2012 14:54:36] Started handling job
--[Information] [19/11/2012 14:54:36] Preprocessing
--[Information] [19/11/2012 14:54:36] Encoding started
--[Information] [19/11/2012 14:54:36] MediaInfo
---[Information] File: D:\Vidéos\testtt-muxed.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FormatString: Matroska
----[Information] FileSize: 283918177
----[Information] PlayTime: 00:17:10.446
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Width: 1920
----[Information] Height: 1080
----[Information] FrameCount: 24706
----[Information] FrameRate: 23.976
----[Information] FrameRateOriginal:
----[Information] FrameRateMode: CFR
----[Information] ScanType: Progressive
----[Information] Codec: V_MPEG4/ISO/AVC
----[Information] CodecString: AVC
----[Information] Format: AVC
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] Delay: 0
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
---[Information] Audio
----[Information] ID: 2
----[Information] StreamOrder: 1
----[Information] Format: AAC
----[Information] FormatProfile: LC
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] SamplingRate: 44100
----[Information] SamplingRateString: 44.1 KHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 2/0/0
----[Information] BitRateMode:
----[Information] Delay: 0
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
--[Information] [19/11/2012 14:54:36] Trying to open the file with NicAudio
--[Information] [19/11/2012 14:54:36] Failed opening the file with NicAudio()
--[Information] [19/11/2012 14:54:36] Trying to open the file with FFAudioSource()
--[Information] [19/11/2012 14:54:39] Successfully opened the file with FFAudioSource()
--[Information] [19/11/2012 14:54:39] ignoring downmix as there are only 2 channels
--[Information] [19/11/2012 14:54:39] Avisynth script
---[NoImage] LoadPlugin("C:\Users\Christian\Documents\Travail Vidéos\Megui 64\tools\ffms\ffms2.dll")
---[NoImage] FFAudioSource("D:\Vidéos\testtt-muxed.mkv")
---[NoImage] # detected channels: 2 channels
---[NoImage] # detected channel positions: 2/0/0
---[NoImage] Normalize()
---[NoImage] 32==Audiobits(last)?ConvertAudioTo16bit(last):last
---[NoImage] return last
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> stereo + LFE
---[NoImage] function c6_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] fl_sl = MixAudio(fl, sl, 0.2929, 0.2929)
---[NoImage] fr_sr = MixAudio(fr, sr, 0.2929, 0.2929)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2071, 0.2071)
---[NoImage] l = MixAudio(fl_sl, fc_lf, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_sr, fc_lf, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR or L,R,LFE,SL,SR-> Stereo
---[NoImage] function c5_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] fl_sl = MixAudio(fl, sl, 0.3694, 0.3694)
---[NoImage] fr_sr = MixAudio(fr, sr, 0.3694, 0.3694)
---[NoImage] l = MixAudio(fl_sl, fc, 1.0, 0.2612)
---[NoImage] r = MixAudio(fr_sr, fc, 1.0, 0.2612)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Stereo
---[NoImage] function c52_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] bc = GetChannel(a, 5)
---[NoImage] fl_bc = MixAudio(fl, bc, 0.3205, 0.2265)
---[NoImage] fr_bc = MixAudio(fr, bc, 0.3205, 0.2265)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2265, 0.2265)
---[NoImage] l = MixAudio(fl_bc, fc_lf, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_bc, fc_lf, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Stereo
---[NoImage] function c4_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] l = MixAudio(fl, sl, 0.5, 0.5)
---[NoImage] r = MixAudio(fr, sr, 0.5, 0.5)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,C,LFE or L,R,S,LFE or L,R,C,S -> Stereo
---[NoImage] function c42_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, fc_lf, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, fc_lf, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 3 Channels L,R,C or L,R,S or L,R,LFE -> Stereo
---[NoImage] function c3_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] l = MixAudio(fl, fc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, fc, 0.5858, 0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c6_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] bc = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic
---[NoImage] function c5_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] bc = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c52_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] bc = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, bc, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, bc, 0.4142, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Dolby ProLogic
---[NoImage] function c53_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] bc = GetChannel(a, 5)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 0.2929)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -0.2929)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic
---[NoImage] function c4_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] bc = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, bc, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, bc, 0.4142, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,LFE,S -> Dolby ProLogic
---[NoImage] function c42_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] bc = GetChannel(a, 4)
---[NoImage] l = MixAudio(fl, bc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, bc, 0.5858, -0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,C,S -> Dolby ProLogic
---[NoImage] function c43_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] bc = GetChannel(a, 4)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 0.2929)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -0.2929)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 3 Channels L,R,S -> Dolby ProLogic
---[NoImage] function c3_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] bc = GetChannel(a, 3)
---[NoImage] l = MixAudio(fl, bc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, bc, 0.5858, -0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c6_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage] ssr = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
---[NoImage] l = MixAudio(fl_fc, ssl, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, ssr, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic II
---[NoImage] function c5_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage] ssr = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
---[NoImage] l = MixAudio(fl_fc, ssl, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, ssr, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c52_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] ssl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage] ssr = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage] l = MixAudio(fl, ssl, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, ssr, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic II
---[NoImage] function c4_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] ssl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage] ssr = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage] l = MixAudio(fl, ssl, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, ssr, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
--[Information] [19/11/2012 14:54:39] Commandline used: -b 128 --cbr -h - "{0}"
--[Information] [19/11/2012 14:54:39] Avisynth script environment opened
--[Information] [19/11/2012 14:54:39] Script loaded
--[Information] Output Decoder
---[Information] [19/11/2012 14:54:39] Channels: 2
---[Information] [19/11/2012 14:54:39] Bits per sample: 16
---[Information] [19/11/2012 14:54:39] Sample rate: 44100
--[Information] [19/11/2012 14:54:39] Commandline: C:\Users\Christian\Documents\Travail Vidéos\Megui 64\tools\lame\lame.exe -b 128 --cbr -h - "D:\Vidéos\testtt-muxed.mp3"
--[Information] [19/11/2012 14:54:39] Encoder process started
--[Error] [19/11/2012 14:54:40] An error occurred
---[Error] [19/11/2012 14:54:40] Exception message: FFAudioSource: Seeking is severely broken
---[Error] [19/11/2012 14:54:40] Stacktrace
----[NoImage] à MeGUI.AviSynthClip.ReadAudio(IntPtr addr, Int64 offset, Int32 count)
----[NoImage] à MeGUI.AviSynthAudioEncoder.encode()
---[Error] [19/11/2012 14:54:40] Inner exception: null
--[Information] [19/11/2012 14:54:40] Job completed
Kurtnoise
19th November 2012, 15:13
could you upload a sample of your mp4 file then...I'll try on my side.
Sm3n2
19th November 2012, 15:26
Here you can download the file (use idm or jdownloader):
http://o-o---preferred---sn-vg5obx-25gs---v1---lscache6.c.youtube.com/videoplayback?upn=ZOT44Jhr2lk&sparams=cp%2Cgcr%2Cid%2Cip%2Cipbits%2Citag%2Cratebypass%2Csource%2Cupn%2Cexpire&fexp=919319%2C914091%2C922401%2C920704%2C912806%2C927201%2C925706%2C922403%2C913546%2C913556%2C916805%2C920201%2C901451&ms=au&expire=1353359036&itag=37&ipbits=8&gcr=fr&sver=3&ratebypass=yes&mt=1353335052&ip=81.50.104.134&mv=m&source=youtube&key=yt1&cp=U0hUSFNQV19IUENONF9LSkFBOnFqWXpnQWZTejdT&id=8142d0e4614891c0&newshard=yes&signature=8D1849AD8B9BF63E0D529B16D18D9878B6621CF6.B6728AFE43531A0B011595168AB01D3D068FE20F
Thx
Kurtnoise
19th November 2012, 20:37
link expired...:scared:
Sm3n2
19th November 2012, 23:41
Here is the youtube link of the video:
https://www.youtube.com/watch?v=gULQ5GFIkcA&feature=g-all-c
You have IDM to grab it ?
I tried with a previous version of ffdshow and still not working. The haali splitter works well because it opens but not the ffdshow audio.
Kurtnoise
20th November 2012, 07:11
I'm using Jdownloader and all is fine for me :
-[Information] Log for job6 (audio, Halo 4_ Forward Unto Dawn - Part 5 (Live-Action Halo Series)(1080p_H.264-AAC).mp4 -> Halo 4_ Forward Unto Dawn - Part 5 (Live-Action Halo Series)(1080p_H.264-AAC).mp3)
--[Information] [07:05:03] Started handling job - 20/11/2012
--[Information] [07:05:03] Preprocessing
--[Information] [07:05:03] Encoding started
--[Information] [07:05:03] MediaInfo
---[Information] File: F:\Halo 4_ Forward Unto Dawn - Part 5 (Live-Action Halo Series)(1080p_H.264-AAC).mp4
---[Information] General
----[Information] Format: MPEG-4
----[Information] FormatString: MPEG-4
----[Information] FileSize: 283935242
----[Information] PlayTime: 00:17:10.445
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Width: 1920
----[Information] Height: 1080
----[Information] FrameCount: 24706
----[Information] FrameRate: 23.976
----[Information] FrameRateOriginal:
----[Information] FrameRateMode: CFR
----[Information] ScanType: Progressive
----[Information] Codec: AVC
----[Information] CodecString: AVC
----[Information] Format: AVC
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] Delay: 0
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
---[Information] Audio
----[Information] ID: 2
----[Information] StreamOrder: 1
----[Information] Format: AAC
----[Information] FormatProfile: LC
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] SamplingRate: 44100
----[Information] SamplingRateString: 44.1 KHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 2/0/0
----[Information] BitRateMode: VBR
----[Information] Delay: 0
----[Information] Title: IsoMedia File Produced by Google, 5-11-2011
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
--[Information] [07:05:03] Trying to open the file with NicAudio
--[Information] [07:05:03] Failed opening the file with NicAudio()
--[Information] [07:05:03] Trying to open the file with FFAudioSource()
--[Information] [07:05:05] Successfully opened the file with FFAudioSource()
--[Information] [07:05:05] ignoring downmix as there are only 2 channels
--[Information] [07:05:05] Avisynth script
---[NoImage] LoadPlugin("Q:\dev\megui_all\megui\trunk\bin\x86\Release\tools\ffms\ffms2.dll")
---[NoImage] FFAudioSource("F:\Halo 4_ Forward Unto Dawn - Part 5 (Live-Action Halo Series)(1080p_H.264-AAC).mp4")
---[NoImage] # detected channels: 2 channels
---[NoImage] # detected channel positions: 2/0/0
---[NoImage] Normalize()
---[NoImage] 32==Audiobits(last)?ConvertAudioTo16bit(last):last
---[NoImage] return last
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> stereo + LFE
---[NoImage] function c6_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] fl_sl = MixAudio(fl, sl, 0.2929, 0.2929)
---[NoImage] fr_sr = MixAudio(fr, sr, 0.2929, 0.2929)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2071, 0.2071)
---[NoImage] l = MixAudio(fl_sl, fc_lf, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_sr, fc_lf, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR or L,R,LFE,SL,SR-> Stereo
---[NoImage] function c5_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] fl_sl = MixAudio(fl, sl, 0.3694, 0.3694)
---[NoImage] fr_sr = MixAudio(fr, sr, 0.3694, 0.3694)
---[NoImage] l = MixAudio(fl_sl, fc, 1.0, 0.2612)
---[NoImage] r = MixAudio(fr_sr, fc, 1.0, 0.2612)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Stereo
---[NoImage] function c52_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] bc = GetChannel(a, 5)
---[NoImage] fl_bc = MixAudio(fl, bc, 0.3205, 0.2265)
---[NoImage] fr_bc = MixAudio(fr, bc, 0.3205, 0.2265)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2265, 0.2265)
---[NoImage] l = MixAudio(fl_bc, fc_lf, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_bc, fc_lf, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Stereo
---[NoImage] function c4_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] l = MixAudio(fl, sl, 0.5, 0.5)
---[NoImage] r = MixAudio(fr, sr, 0.5, 0.5)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,C,LFE or L,R,S,LFE or L,R,C,S -> Stereo
---[NoImage] function c42_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] lf = GetChannel(a, 4)
---[NoImage] fc_lf = MixAudio(fc, lf, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, fc_lf, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, fc_lf, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 3 Channels L,R,C or L,R,S or L,R,LFE -> Stereo
---[NoImage] function c3_stereo(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] l = MixAudio(fl, fc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, fc, 0.5858, 0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c6_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] bc = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic
---[NoImage] function c5_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] bc = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c52_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] bc = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, bc, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, bc, 0.4142, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Dolby ProLogic
---[NoImage] function c53_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] bc = GetChannel(a, 5)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 0.2929)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -0.2929)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic
---[NoImage] function c4_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] bc = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(fl, bc, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, bc, 0.4142, -1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,LFE,S -> Dolby ProLogic
---[NoImage] function c42_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] bc = GetChannel(a, 4)
---[NoImage] l = MixAudio(fl, bc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, bc, 0.5858, -0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels L,R,C,S -> Dolby ProLogic
---[NoImage] function c43_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] bc = GetChannel(a, 4)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
---[NoImage] l = MixAudio(fl_fc, bc, 1.0, 0.2929)
---[NoImage] r = MixAudio(fr_fc, bc, 1.0, -0.2929)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 3 Channels L,R,S -> Dolby ProLogic
---[NoImage] function c3_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] bc = GetChannel(a, 3)
---[NoImage] l = MixAudio(fl, bc, 0.5858, 0.4142)
---[NoImage] r = MixAudio(fr, bc, 0.5858, -0.4142)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c6_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage] ssr = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
---[NoImage] l = MixAudio(fl_fc, ssl, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, ssr, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic II
---[NoImage] function c5_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] fc = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage] ssr = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage] fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
---[NoImage] fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
---[NoImage] l = MixAudio(fl_fc, ssl, 1.0, 1.0)
---[NoImage] r = MixAudio(fr_fc, ssr, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c52_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] ssl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage] ssr = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage] l = MixAudio(fl, ssl, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, ssr, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic II
---[NoImage] function c4_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] ssl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage] ssr = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage] l = MixAudio(fl, ssl, 0.4142, 1.0)
---[NoImage] r = MixAudio(fr, ssr, 0.4142, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
--[Information] [07:05:06] Commandline used: -V4 - "{0}"
--[Information] [07:05:06] Avisynth script environment opened
--[Information] [07:05:06] Script loaded
--[Information] Output Decoder
---[Information] [07:05:06] Channels: 2
---[Information] [07:05:06] Bits per sample: 16
---[Information] [07:05:06] Sample rate: 44100
--[Information] [07:05:06] Commandline: Q:\dev\megui_all\megui\trunk\bin\x86\Release\tools\lame\lame.exe -V4 - "F:\Halo 4_ Forward Unto Dawn - Part 5 (Live-Action Halo Series)(1080p_H.264-AAC).mp3"
--[Information] [07:05:06] Encoder process started
--[Information] [07:05:33] Output from encoder via stderr
---[NoImage] LAME 3.99.5 32bits (http://lame.sf.net)
---[NoImage] CPU features: MMX (ASM used), SSE (ASM used), SSE2
---[NoImage] Using polyphase lowpass filter, transition band: 17249 Hz - 17782 Hz
---[NoImage] Encoding <stdin>
---[NoImage] to F:\Halo 4_ Forward Unto Dawn - Part 5 (Live-Action Halo Series)(1080p_H.264-AAC).mp3
---[NoImage] Encoding as 44.1 kHz j-stereo MPEG-1 Layer III VBR(q=4)
--[Information] [07:05:33] MediaInfo
---[Information] File: F:\Halo 4_ Forward Unto Dawn - Part 5 (Live-Action Halo Series)(1080p_H.264-AAC).mp3
---[Information] General
----[Information] Format: MPEG Audio
----[Information] FormatString: MPEG Audio
----[Information] FileSize: 17952918
----[Information] PlayTime: 00:17:10.457
---[Information] Audio
----[Information] ID:
----[Information] StreamOrder:
----[Information] Format: MPEG Audio
----[Information] FormatProfile: Layer 3
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] SamplingRate: 44100
----[Information] SamplingRateString: 44.1 KHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2:
----[Information] BitRateMode: VBR
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
--[Information] [07:05:33] Postprocessing
---[Information] Deleting intermediate files
----[Information] [07:05:33] Successfully deleted F:\Halo 4_ Forward Unto Dawn - Part 5 (Live-Action Halo Series)(1080p_H.264-AAC).mp4.ffindex
--[Information] [07:05:33] Job completed - 20/11/2012
Try to download again your file...audio encoding uses avisynth filters not any directshow filters to decode the streams.
Sm3n2
20th November 2012, 08:33
My log says "FFAudioSource: Seeking is severely broken" I don't get it.
I'm using MeGUI x64 it doesn't matter isn't it ?
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.