Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th May 2011, 03:11   #2061  |  Link
Amateur
Registered User
 
Join Date: Dec 2010
Posts: 140
getting Process exits with error code: -1073741819 with a certain clip. i tried indexing it again but it doesn't help. i get the error within 20 seconds of starting to encode the job. I am using 2019 (svn) version of MeGUI. Is there a particular reason this one 3000-frame clip is getting the error?

Quote:
[Error] Log for job2 (video, VTS_04_1.avs -> VTS_04_1.mp4)
-[Information] [5/13/2011 9:58:55 PM] Started handling job
-[Information] [5/13/2011 9:58:55 PM] Preprocessing
-[Information] [5/13/2011 9:58:55 PM] Avisynth input script
--[NoImage] LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
--[NoImage] DGDecode_mpeg2source("F:\robin hood\sing along song - oo-de-lally\VTS_04_1.d2v", cpu=4, info=3)
--[NoImage] LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
--[NoImage] ColorMatrix(hints=true, threads=0)
--[NoImage] dedot()
--[NoImage] telecide(guide=1, post=2)
--[NoImage] decimate(mode=0, cycle=5)
--[NoImage] removegrain(mode=1)
--[NoImage] crop( 6, 0, -10, -2)
--[NoImage] LanczosResize(640,480)
--[NoImage] input=last.ConvertToYV12()
--[NoImage] LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\DustV5.dll")
--[NoImage] ConvertToYUY2().PixieDust().ConvertToYV12()
--[NoImage] Repair(last,input)
--[NoImage] unsharpmask(30,3,0)
--[NoImage] eDeen(4,5,7,1,1)
--[NoImage] FFT3DFilter(sigma=2,bw=32,bh=32,ow=16,oh=16,plane=4)
--[NoImage] dfttest()
--[NoImage] Spline36Resize(last.width*2,last.height*2)
--[NoImage] FastLineDarken(strength=150,luma_cap=225,thinning=0)
--[NoImage] aWarpSharp2(thresh=160, blur=3, type=0, depth=10, chroma=4)
--[NoImage] Spline36Resize(last.width/2,last.height/2)
--[NoImage] lsfmod(strength=155)
--[NoImage] maa()
--[NoImage] ColorYUV(levels="tv->pc")
-[Information] [5/13/2011 9:58:57 PM] Selected device: Default
-[Information] [5/13/2011 9:58:57 PM] Job commandline: "C:\Program Files (x86)\MeGUI\tools\x264\x264.exe" --qp 26 --bframes 16 --b-adapt 2 --ref 10 --qpmin 10 --qpmax 51 --me umh --subme 9 --partitions all --no-fast-pskip --sar 1:1 --output "F:\robin hood\sing along song - oo-de-lally\VTS_04_1.mp4" "F:\robin hood\sing along song - oo-de-lally\VTS_04_1.avs"
-[Information] [5/13/2011 9:58:57 PM] Encoding started
-[Error] [5/13/2011 9:59:21 PM] Process exits with error code: -1073741819
-[Information] [5/13/2011 9:59:21 PM] Standard output stream
-[Information] [5/13/2011 9:59:21 PM] Standard error stream
-[Information] [5/13/2011 9:59:21 PM] Job completed
Amateur is offline   Reply With Quote
Old 14th May 2011, 10:17   #2062  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Code:
2023 [x264] fixed applying of custom sar values. Bug #3300094
2022 [Job Queue] hide the pause button as it has no function. Bug #3296037
2021 [Lame] fixed VBR/ABR profile saving. Bug #3299459
2020 [x264] enforce "--p-pyramid none" for the PSP device
Zathor is offline   Reply With Quote
Old 14th May 2011, 15:49   #2063  |  Link
Rat Killer
Registered User
 
Join Date: Mar 2004
Location: Houston
Posts: 112
Quote:
Originally Posted by Amateur View Post
getting Process exits with error code: -1073741819 with a certain clip. i tried indexing it again but it doesn't help. i get the error within 20 seconds of starting to encode the job. I am using 2019 (svn) version of MeGUI. Is there a particular reason this one 3000-frame clip is getting the error?
Its not just you. I am getting the same error and exit on numerous encodes since the last couple updates of x264. Something is wrong with the latest version but I have no idea what.

EDIT: Still not sure what is going on. Reinstalled the stable version (2009) which was running fine before and it errored out with the same code on the same files. I am now trying to run them on a different machine to see if something wierd is going on with my pc...

EDIT2: Well it only happens on one pc and not the other but the one where it happens has the nvidia chip running dgindexnv. I have now run into the error enough times to figure out its with avisynth.dll, not x264. MeGUI avisynthcreator can fail if the frame opened inthe preview window has whatever it is avisynth.dll is bombing on. No idea what. I am running avisynth 2.5.8 is that correct version?

Last edited by Rat Killer; 17th May 2011 at 10:29.
Rat Killer is offline   Reply With Quote
Old 22nd May 2011, 11:54   #2064  |  Link
Rat Killer
Registered User
 
Join Date: Mar 2004
Location: Houston
Posts: 112
While the above issue still haunts me quite frequently I have an independant question or feature request.

If I open a file with the 'File' 'Open', then index sequence, after indexing meGUI fills in the video and audio encoding parameters ready for me to hit autoencode. Very convienient.

Sometimes, the audio is already exactly as it should be and does not need recoding. Is there an option or could there be for the autoencode to pass through the current audio track unaltered and just mux it with the recoded video track? Perhaps just an encoder setting of 'passthrough' would do the trick. Or is there already a way to do this and I missed it?
Rat Killer is offline   Reply With Quote
Old 22nd May 2011, 14:59   #2065  |  Link
Amateur
Registered User
 
Join Date: Dec 2010
Posts: 140
Quote:
Originally Posted by Amateur View Post
getting Process exits with error code: -1073741819 with a certain clip. i tried indexing it again but it doesn't help. i get the error within 20 seconds of starting to encode the job. I am using 2019 (svn) version of MeGUI. Is there a particular reason this one 3000-frame clip is getting the error?
getting this error again but with a different file now. the first error corrected itself after i updated. i'm now on 2023 svn and selected Check for Updates but it found none.

[Error] Log for job2 (video, VTS_01_1.avs -> VTS_01_1 22.mp4)
-[Information] [5/22/2011 9:23:21 AM] Started handling job
-[Information] [5/22/2011 9:23:23 AM] Preprocessing
-[Information] [5/22/2011 9:23:23 AM] Avisynth input script
--[NoImage] LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
--[NoImage] DGDecode_mpeg2source("F:\dumbo\movie\VTS_01_1.d2v", cpu=4, info=3)
--[NoImage] LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
--[NoImage] ColorMatrix(hints=true, threads=0)
--[NoImage] removegrain(mode=1)
--[NoImage] crop( 0, 0, 0, -2)
--[NoImage] LanczosResize(640,480)
--[NoImage] edeen(3,6,7,2,2)
--[NoImage] dfttest()
--[NoImage] fft3dfilter(sigma=2.5, bt=5, bw=32, bh=32, ow=16, oh=16, sharpen=0.4, plane=3)
--[NoImage] #deen("a3d",4,7,9)
--[NoImage] lsfmod(strength=200)
--[NoImage] Spline36Resize(last.width*2,last.height*2)
--[NoImage] FastLineDarken(strength=150,luma_cap=225,thinning=0)
--[NoImage] aWarpSharp2(thresh=160, blur=3, type=0, depth=10, chroma=4)
--[NoImage] FastLineDarken(strength=150,luma_cap=225,thinning=0)
--[NoImage] aWarpSharp2(thresh=160, blur=3, type=0, depth=10, chroma=4)
--[NoImage] Spline36Resize(last.width/2,last.height/2)
--[NoImage] maa()
--[NoImage] gradfun2db(1.51)
--[NoImage] ColorYUV(levels="tv->pc")
-[Information] [5/22/2011 9:23:24 AM] Job commandline: "C:\Program Files (x86)\MeGUI\tools\x264\x264.exe" --qp 22 --bframes 16 --b-adapt 2 --ref 10 --qpmin 10 --qpmax 51 --me umh --subme 9 --partitions all --no-fast-pskip --sar 1:1 --output "F:\dumbo\movie\VTS_01_1 22.mp4" "F:\dumbo\movie\VTS_01_1.avs"
-[Information] [5/22/2011 9:23:24 AM] Encoding started
-[Error] [5/22/2011 9:30:34 AM] Process exits with error code: -1073741819
-[Information] [5/22/2011 9:30:34 AM] Standard output stream
-[Information] [5/22/2011 9:30:34 AM] Standard error stream
--[NoImage] avs [info]: 640x480p 1:1 @ 24000/1001 fps (cfr)
--[NoImage] x264 [info]: using SAR=1/1
--[NoImage] x264 [info]: using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT
--[NoImage] x264 [info]: profile High, level 3.1
-[Information] [5/22/2011 9:30:34 AM] Job completed
Amateur is offline   Reply With Quote
Old 22nd May 2011, 16:20   #2066  |  Link
QBhd
QB the Slayer
 
QBhd's Avatar
 
Join Date: Feb 2011
Location: Toronto
Posts: 697
Quote:
Originally Posted by Rat Killer View Post
While the above issue still haunts me quite frequently I have an independant question or feature request.

If I open a file with the 'File' 'Open', then index sequence, after indexing meGUI fills in the video and audio encoding parameters ready for me to hit autoencode. Very convienient.

Sometimes, the audio is already exactly as it should be and does not need recoding. Is there an option or could there be for the autoencode to pass through the current audio track unaltered and just mux it with the recoded video track? Perhaps just an encoder setting of 'passthrough' would do the trick. Or is there already a way to do this and I missed it?
There is.... this was a peeve of mine for a while until I figured it out. Before you hit autoencode, remove the audio from the main window with the "X" located next to the "enqueue" button. When the autoencode window pops up there is a check box to add additional content at the bottom, check this. Then you can add the unaltered audio in the mux stage. You can set this in the settings==>extra config==>configure autoencode defaults==>check "add additional content"... this way that little check box is always on.

QB
__________________
QBhd is offline   Reply With Quote
Old 22nd May 2011, 16:58   #2067  |  Link
Rat Killer
Registered User
 
Join Date: Mar 2004
Location: Houston
Posts: 112
Quote:
Originally Posted by QBhd View Post
There is.... this was a peeve of mine for a while until I figured it out. Before you hit autoencode, remove the audio from the main window with the "X" located next to the "enqueue" button. When the autoencode window pops up there is a check box to add additional content at the bottom, check this. Then you can add the unaltered audio in the mux stage. You can set this in the settings==>extra config==>configure autoencode defaults==>check "add additional content"... this way that little check box is always on.

QB
Cool, thanks for the tip.
Rat Killer is offline   Reply With Quote
Old 22nd May 2011, 18:33   #2068  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
@RatKiller: You can also give the OneClick tool a try.

Code:
2028 [AVS Script Creator] added a selection box if opening an indexable file directly
2027 [x264] fixed applying of "Clever (TM) anamorphic encoding" DAR values. Bug #3302642
2026 [OneClick] changed handling of failed automatic deinterlacing process
2025 [HD Streams Extractor] cosmetic adjustment. Bug #3303116
2024 [MKV Muxer] added TrueHD + DTS-HD/MA as supported audio input formats
Zathor is offline   Reply With Quote
Old 22nd May 2011, 21:50   #2069  |  Link
alexcel
Registered User
 
Join Date: Jul 2008
Posts: 56
One-click media info error

Hi:

Whe one-click is preprocessing, just before it begins automatic deinterlacing, I am getting this error:

The following error has ocurred when trying to get Media info for file xxxxxxxxxxxx/VTS_01_1.VOB
Input chain has not the correct format.


The log file shows no additional info:
Code:
[Information] Log
-[Information] Versions
--[Information] [22/05/2011 22:32:21] MeGUI Version : 2028 (svn)
--[Information] [22/05/2011 22:32:21] OS : Windows Seven Premium Edition x64 SP1 (6.1.65536.7601)
--[Information] [22/05/2011 22:32:21] Latest .Net Framework installed : 4.0 (4.0.30319)
--[Information] [22/05/2011 22:32:21] Avisynth Version : 2.5.8.5 (21/12/2008 21:46:54)
-[Information] Update detection
--[Information] [22/05/2011 22:32:21] Connecting to server: http://megui.org/auto/
--[Information] [22/05/2011 22:32:22] All files are up to date
-[Information] OneClick
-[Information] Log for job54 (idx, VTS_01_1.VOB -> VTS 01 1.dgi)
--[Information] [22/05/2011 22:33:51] Started handling job
--[Information] [22/05/2011 22:33:51] Preprocessing
--[Information] [22/05/2011 22:33:51] Job commandline: "D:\Downloads\DVD\MeGUI\tools\dgindexnv\dgindexnv.exe" -i "E:\Ultimas\MainMovie\\VIDEO_TS\VTS_01_1.VOB","E:\Ultimas\MainMovie\\VIDEO_TS\VTS_01_2.vob","E:\Ultimas\MainMovie\\VIDEO_TS\VTS_01_3.vob","E:\Ultimas\MainMovie\\VIDEO_TS\VTS_01_4.vob","E:\Ultimas\MainMovie\\VIDEO_TS\VTS_01_5.vob" -o "E:\Ultimas\MainMovie\\VIDEO_TS\VTS 01 1.dgi" -e -h -a
--[Information] [22/05/2011 22:33:51] Indexing started
--[Information] [22/05/2011 22:34:52] Standard output stream
--[Information] [22/05/2011 22:34:52] Standard error stream
--[Information] [22/05/2011 22:34:52] Postprocessing
---[Information] Deleting intermediate files
----[Information] [22/05/2011 22:34:52] Successfully deleted E:\Ultimas\MainMovie\\VIDEO_TS\VTS_01_1.log
--[Information] [22/05/2011 22:34:52] Job completed
-[Information] Log for job55 (oneclick, VTS_01_1.VOB -> )
--[Information] [22/05/2011 22:34:52] Started handling job
--[Information] [22/05/2011 22:34:52] Preprocessing
--[Information] [22/05/2011 22:34:52] OneClick processing started
--[Information] [22/05/2011 22:34:52] Processing thread started
--[Information] [22/05/2011 22:34:52] Desired size: 
--[Information] [22/05/2011 22:34:53] Split size: 
--[Information] [22/05/2011 22:39:54] Auto-detect aspect ratio now: True
--[Information] [22/05/2011 22:39:54] Aspect ratio: 1,823
--[Information] [22/05/2011 22:39:54] Output resolution: 720x576
--[Information] [22/05/2011 22:39:55] Automatic deinterlacing: True
--[Information] [22/05/2011 22:40:38] Source detection
---[NoImage] Progressive sections: 289
---[NoImage] Interlaced sections: 0
---[NoImage] Partially Static Sections: 17
---[NoImage] Film Sections: 0
---[NoImage] Source is declared progressive.
--[Information] [22/05/2011 22:40:38] Deinterlacing used: #Not doing anything because the source is progressive
--[Information] [22/05/2011 22:40:39] Generated Avisynth script
---[NoImage] global MeGUI_darx = 640
---[NoImage] global MeGUI_dary = 351
---[NoImage] LoadPlugin("D:\Downloads\DVD\MeGUI\tools\dgindexnv\DGDecodeNV.dll")
---[NoImage] DGSource("E:\Ultimas\MainMovie\\VIDEO_TS\VTS 01 1.dgi",fieldop=0)
---[NoImage] #Not doing anything because the source is progressive
---[NoImage] #denoise
--[Information] Eliminating duplicate filenames
---[Information] [22/05/2011 22:40:39] Video output file: E:\Ultimas\MainMovie\\VIDEO_TS\VTS 01 1_Video.264
---[Information] [22/05/2011 22:40:39] Muxed output file: E:\Ultimas\MainMovie\\VIDEO_TS\VTS 01 1.mkv
--[Information] [22/05/2011 22:40:40] Postprocessing
---[Information] Deleting intermediate files
--[Information] [22/05/2011 22:40:40] Job completed
Any help appreciated
alexcel is offline   Reply With Quote
Old 23rd May 2011, 07:49   #2070  |  Link
JoeH
Registered User
 
Join Date: Jan 2009
Posts: 251
I loaded an MKV file into the HD Streams Extractor. The MKV container had a 1080p video file, an audio file, and 2 subtitle tracks (both SRT files).

I selected to extract ONLY the two subtitle streams. However, the HD Streams Extractor also extracted the video track. I think this is a bug.
JoeH is offline   Reply With Quote
Old 23rd May 2011, 22:46   #2071  |  Link
tebugg
Registered User
 
Join Date: Jul 2010
Posts: 14
just wondering, is megui going to implement the vhq metric for xvid? i've been using xvid 1.3.1 with virtualdub and i love the results the vhq metric (psnr-hvs-m) is giving, but i would love to see it in megui as well. it gives r-d optimizations and i can tell the difference between an xvid 1.2.2 and xvid 1.3.1 encode. i hope megui updates its xvid, i have not come across any bugs recently with the new xvid build and i encode 720p avi's to 2.8gb from 20+gb x264 files. they all play nicely on my HD media player on my 1080p TV.

Edit: i found the problem. its an xvid_encraw problem not a xvid developer problem which is why i can create avi files over 2gb with virtualdub.

Last edited by tebugg; 24th May 2011 at 00:53.
tebugg is offline   Reply With Quote
Old 27th May 2011, 02:52   #2072  |  Link
Amateur
Registered User
 
Join Date: Dec 2010
Posts: 140
still getting this error even after the update to 2028 svn. any ideas for the cause?

Quote:
Originally Posted by Amateur View Post
getting this error again but with a different file now. the first error corrected itself after i updated. i'm now on 2023 svn and selected Check for Updates but it found none.

[Error] Log for job2 (video, VTS_01_1.avs -> VTS_01_1 22.mp4)
-[Information] [5/22/2011 9:23:21 AM] Started handling job
-[Information] [5/22/2011 9:23:23 AM] Preprocessing
-[Information] [5/22/2011 9:23:23 AM] Avisynth input script
--[NoImage] LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
--[NoImage] DGDecode_mpeg2source("F:\dumbo\movie\VTS_01_1.d2v", cpu=4, info=3)
--[NoImage] LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
--[NoImage] ColorMatrix(hints=true, threads=0)
--[NoImage] removegrain(mode=1)
--[NoImage] crop( 0, 0, 0, -2)
--[NoImage] LanczosResize(640,480)
--[NoImage] edeen(3,6,7,2,2)
--[NoImage] dfttest()
--[NoImage] fft3dfilter(sigma=2.5, bt=5, bw=32, bh=32, ow=16, oh=16, sharpen=0.4, plane=3)
--[NoImage] #deen("a3d",4,7,9)
--[NoImage] lsfmod(strength=200)
--[NoImage] Spline36Resize(last.width*2,last.height*2)
--[NoImage] FastLineDarken(strength=150,luma_cap=225,thinning=0)
--[NoImage] aWarpSharp2(thresh=160, blur=3, type=0, depth=10, chroma=4)
--[NoImage] FastLineDarken(strength=150,luma_cap=225,thinning=0)
--[NoImage] aWarpSharp2(thresh=160, blur=3, type=0, depth=10, chroma=4)
--[NoImage] Spline36Resize(last.width/2,last.height/2)
--[NoImage] maa()
--[NoImage] gradfun2db(1.51)
--[NoImage] ColorYUV(levels="tv->pc")
-[Information] [5/22/2011 9:23:24 AM] Job commandline: "C:\Program Files (x86)\MeGUI\tools\x264\x264.exe" --qp 22 --bframes 16 --b-adapt 2 --ref 10 --qpmin 10 --qpmax 51 --me umh --subme 9 --partitions all --no-fast-pskip --sar 1:1 --output "F:\dumbo\movie\VTS_01_1 22.mp4" "F:\dumbo\movie\VTS_01_1.avs"
-[Information] [5/22/2011 9:23:24 AM] Encoding started
-[Error] [5/22/2011 9:30:34 AM] Process exits with error code: -1073741819
-[Information] [5/22/2011 9:30:34 AM] Standard output stream
-[Information] [5/22/2011 9:30:34 AM] Standard error stream
--[NoImage] avs [info]: 640x480p 1:1 @ 24000/1001 fps (cfr)
--[NoImage] x264 [info]: using SAR=1/1
--[NoImage] x264 [info]: using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT
--[NoImage] x264 [info]: profile High, level 3.1
-[Information] [5/22/2011 9:30:34 AM] Job completed
Amateur is offline   Reply With Quote
Old 1st June 2011, 16:52   #2073  |  Link
pancserzso
Registered User
 
Join Date: Oct 2004
Posts: 131
I have some serious problem with any MeGUI build newer than 1911. I tried both stable and dev, I installed Matroska and ffdshow, but no difference!

Every time I open an avs file with an ImageSource, I get:
Quote:
Fatal Error:
MeGUI encountered a fatal error and may not be able to proceed.
Reason: Attempted to read or write memory protected memory. This is often an indication that other memory is corrupt.
The avs files are not even complex, they are just:

Code:
ImageSource("imgseq_%d.png", 1,1001,25)
ConvertToYV12()
I have absolutely no problem on or before build 1911.

Can you help me how to solve this issue? I really don't know what is causing it!

Last edited by pancserzso; 1st June 2011 at 16:55.
pancserzso is offline   Reply With Quote
Old 4th June 2011, 04:41   #2074  |  Link
AMED
Registered User
 
AMED's Avatar
 
Join Date: Sep 2004
Location: Auckland, New Zealand
Posts: 466
I've found an issue using the One Click Encoder when using episode DVD's that have been ripped in a way that each episode's file have identical file naming. The One Click Encoder gets totally messed up because it uses the same name for the d2v file creation.

e.g.

Code:
+---BONES S04xE01E02
|       VIDEO_TS.BUP
|       VIDEO_TS.IFO
|       VTS_01 - Chapter Information.txt
|       VTS_01_0.BUP
|       VTS_01_0.IFO
|       VTS_01_1.VOB
|       VTS_01_2.VOB
|       VTS_01_3.VOB
|       
+---BONES S04xE03
|       VIDEO_TS.BUP
|       VIDEO_TS.IFO
|       VTS_01 - Chapter Information.txt
|       VTS_01_0.BUP
|       VTS_01_0.IFO
|       VTS_01_1.log
|       VTS_01_1.VOB
|       VTS_01_2.VOB
|       
+---BONES S04xE04
|       VIDEO_TS.BUP
|       VIDEO_TS.IFO
|       VTS_01 - Chapter Information.txt
|       VTS_01_0.BUP
|       VTS_01_0.IFO
|       VTS_01_1.VOB
|       VTS_01_2.VOB

free image hosting

As you can see it will overwrite the same d2v file when the queue runs.


adult image hosting

A smarter way to handle this is to name the intermediate and output files based on the folder names.

So if a folder structure is Bones S04xE11\VIDEO_TS

IF Folder = VIDEO_TS
Files will be prefixed with Bones S04xE11
ELSE
Files will be prefixed VIDEO_TS (or whatever the folder is called they are in)

Of course this should be an optional setting in MeGUI. Maybe called Smart File Naming?
__________________
A Man Eating Duck
AMED is offline   Reply With Quote
Old 8th June 2011, 03:29   #2075  |  Link
Boo
Registered User
 
Boo's Avatar
 
Join Date: Dec 2009
Posts: 8
--keyint in the custom command line box doesn't remove the GOP Size settings on the Frame-Type Tab from the command line.




Last edited by Boo; 8th June 2011 at 05:18.
Boo is offline   Reply With Quote
Old 11th June 2011, 16:50   #2076  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by Boo View Post
--keyint in the custom command line box doesn't remove the GOP Size settings on the Frame-Type Tab from the command line.[/IMG]
Thanks! Fixed in 2029.
Zathor is offline   Reply With Quote
Old 15th June 2011, 12:41   #2077  |  Link
mpamphs70
Registered User
 
Join Date: Mar 2010
Posts: 9
Where are the blue ray profiles?

I formatted and did a fresh installation of win x64 7,
then I installed megui v. 2028 and to my surprise I didn't see any blue ray profiles in the encoders settings, only Xvid profiles.
Am I doing something wrong or is there a problem?
mpamphs70 is offline   Reply With Quote
Old 15th June 2011, 13:05   #2078  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by mpamphs70 View Post
... then I installed megui v. 2028 and to my surprise I didn't see any blue ray profiles in the encoders settings, only Xvid profiles.
Am I doing something wrong or is there a problem?
Please read:
x264 profiles... what the heck happened to them?
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 15th June 2011, 19:05   #2079  |  Link
mpamphs70
Registered User
 
Join Date: Mar 2010
Posts: 9

Cool new features
mpamphs70 is offline   Reply With Quote
Old 18th June 2011, 10:44   #2080  |  Link
Carpo
Registered User
 
Carpo's Avatar
 
Join Date: Dec 2002
Location: /dev/null
Posts: 1,368
starting to get these errors lately (after last lot of MS updates)

everytime i click apply auto preview, i get the error,


Code:
[Information] [18/06/2011 10:37:34] Exception message: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Code:
[Information] [18/06/2011 10:37:34] Stacktrace
-[NoImage]    at MeGUI.AviSynthClip.dimzon_avs_destroy(IntPtr& avs)
-[NoImage]    at MeGUI.AviSynthClip.cleanup(Boolean disposing)
-[NoImage]    at MeGUI.AviSynthClip.System.IDisposable.Dispose()
-[NoImage]    at MeGUI.AvsFile.cleanup()
-[NoImage]    at MeGUI.d2vFile.Dispose()
-[NoImage]    at MeGUI.VideoPlayer.loadVideo(MainForm mainForm, String path, PREVIEWTYPE type, Boolean hasAR, Boolean inlineAvs, Int32 startFrame, Boolean originalSize)
-[NoImage]    at MeGUI.AviSynthWindow.previewButton_Click(Object sender, EventArgs e)
-[NoImage]    at MeGUI.AviSynthWindow.chAutoPreview_CheckedChanged(Object sender, EventArgs e)
-[NoImage]    at System.Windows.Forms.CheckBox.OnCheckedChanged(EventArgs e)
-[NoImage]    at System.Windows.Forms.CheckBox.set_CheckState(CheckState value)
-[NoImage]    at System.Windows.Forms.CheckBox.OnClick(EventArgs e)
-[NoImage]    at System.Windows.Forms.CheckBox.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.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)
Edit:
Looks like its an avisynth plugin, un-installed avisynth and removed all the plug-ins and started again from clean and its working
__________________
The Internet: where men are men, women are men, and children are FBI Agents

Last edited by Carpo; 19th June 2011 at 14:22.
Carpo is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:21.


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