Blue_MiSfit
7th June 2006, 11:47
really strange stuff here folks.
Every OTHER time I open a script in vdub/mpc/etc... the application unexpectedly closes. When the scripts do load, everything looks fine, but then the encoding usually unexpectedly closes.
Also, the last several encodes I made in MeGUI (some sopranos episodes in full res anamorphic x264/naac) have reported an error when attempting to mux the output of x264 - an MP4 file - into Matroska, along with the 5.1 LC-AAC track. The audio tracks are fine, however.
Versions:
AviSynth 2.56
x264 ~ 1 day old not sure of exact rev.
mkvtoolnix 1.6.5
MPC 6.4.9.0
DGIndex 1.4.7b5
Example Script:
LoadPlugin("DGDecode.dll")
LoadPlugin("RemoveGrainSSE3.dll")
mpeg2source("405.d2v")
crop( 8, 8, -8, -8)
removegrain(mode=5)
x264 settings:
deblocker -1,-1
2pass
all 8x8
subpel 6
trelis 1
keyframes 240/24
quant matrix: M4G_High_Detail_AVC.cfg
3 bframes, temporal prediction, all options enabled
5 mixed refs
Any ideas? I'm rather confused by it...
~MiSfit
Every OTHER time I open a script in vdub/mpc/etc... the application unexpectedly closes. When the scripts do load, everything looks fine, but then the encoding usually unexpectedly closes.
Also, the last several encodes I made in MeGUI (some sopranos episodes in full res anamorphic x264/naac) have reported an error when attempting to mux the output of x264 - an MP4 file - into Matroska, along with the 5.1 LC-AAC track. The audio tracks are fine, however.
Versions:
AviSynth 2.56
x264 ~ 1 day old not sure of exact rev.
mkvtoolnix 1.6.5
MPC 6.4.9.0
DGIndex 1.4.7b5
Example Script:
LoadPlugin("DGDecode.dll")
LoadPlugin("RemoveGrainSSE3.dll")
mpeg2source("405.d2v")
crop( 8, 8, -8, -8)
removegrain(mode=5)
x264 settings:
deblocker -1,-1
2pass
all 8x8
subpel 6
trelis 1
keyframes 240/24
quant matrix: M4G_High_Detail_AVC.cfg
3 bframes, temporal prediction, all options enabled
5 mixed refs
Any ideas? I'm rather confused by it...
~MiSfit