View Full Version : vfr encoding error
ghjeong8408
8th January 2015, 16:35
http://i.imgur.com/BFKImfe.jpg
This one is a script for vfr 1st pass and it works.
http://i.imgur.com/ALJlCii.jpg
This one is a script for 2nd pass but it doesn't works. I've checked 2 txt files made by the 1st pass script and it is okay.
creaothceann
8th January 2015, 17:24
[code] (http://www.bbcode.org/examples/?id=15)
"GILR"?
Just get the BD. ;) (http://www.amazon.com/Girl-Leapt-Through-Time-Blu-ray/dp/B004LIYF62/ref=sr_1_1_twi_2?s=movies-tv&ie=UTF8&qid=1420734231&sr=1-1&keywords=The+Girl+Who+Leapt+Through+Time)
Asmodian
8th January 2015, 21:11
$199 for the bluray and $5.11 for the DVD?!
"it doesn't works" doesn't tell us much, in what way does it not work? Also, as creaothceann mentioned, please post the script as code instead of screen shots.
foxyshadis
9th January 2015, 02:41
Ah, I was right! I thought I recognized that movie. (The regular BD version is only $14, only the out-of-print US special edition is $199.)
Did you delete the d2v file after the first pass? Check if it's still there. I can't imagine any other reason it wouldn't work.
ghjeong8408
11th January 2015, 07:23
1 pass script for vfr encoding
LoadPlugin("C:\Program Files (x86)\MeGUI_2507_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\COWBOY_BEBOP_01\VIDEO_TS\VTS_01_CHAPTER_01_1.d2v")
LoadPlugin("C:\Program Files (x86)\MeGUI_2507_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(d2v="D:\COWBOY_BEBOP_01\VIDEO_TS\VTS_01_CHAPTER_01_1.d2v",output="D:\COWBOY_BEBOP_01\VIDEO_TS\tfm.txt")
tdecimate(mode=4,tcfv1=false,output="D:\COWBOY_BEBOP_01\VIDEO_TS\tdec.txt")
crop(344,224,-344,-224)
2 pass script for vfr encoding
LoadPlugin("C:\Program Files (x86)\MeGUI_2507_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\COWBOY_BEBOP_01\VIDEO_TS\VTS_01_1.d2v", cpu=4, info=3)
LoadPlugin("C:\Program Files (x86)\MeGUI_2507_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(d2v="D:\COWBOY_BEBOP_01\VIDEO_TS\VTS_01_1.d2v",input="D:\COWBOY_BEBOP_01\VIDEO_TS\tfm.txt")
tdecimate(mode=5,hybrid=2,tcfv1=false,vfrDec=1,input="D:\COWBOY_BEBOP_01\VIDEO_TS\tdec.txt",tfmIn="D:\COWBOY_BEBOP_01\VIDEO_TS\tfm.txt",mkvOut="D:\COWBOY_BEBOP_01\VIDEO_TS\timecodes.txt")
crop(8, 0, -8, 0)
gradfun2db()
TemporalCleaner(ythresh=3, cthresh=5)
fft3dfilter()
warpsharp()
import("C:\Program Files (x86)\AviSynth 2.5\plugins\LimitedSharpenFaster.avs")
Spline36Resize(640,480) # Spline36 (Neutral)
LimitedSharpenFaster()
_2dcleanyuy2(0,4,2,2,0,2,2)
temporalcleaner(2,2)
Error:
Mpeg2source: unable to load d2v file
StainlessS
11th January 2015, 14:13
Reduce your problem where you can
LoadPlugin("C:\Program Files (x86)\MeGUI_2507_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\COWBOY_BEBOP_01\VIDEO_TS\VTS_01_CHAPTER_01_1.d2v")
Return Last
LoadPlugin("C:\Program Files (x86)\MeGUI_2507_x86\tools\avisynth_plugin\TIVTC.dll")
tfm(d2v="D:\COWBOY_BEBOP_01\VIDEO_TS\VTS_01_CHAPTER_01_1.d2v",output="D:\COWBOY_BEBOP_01\VIDEO_TS\tfm.txt")
Return Last
tdecimate(mode=4,tcfv1=false,output="D:\COWBOY_BEBOP_01\VIDEO_TS\tdec.txt")
crop(344,224,-344,-224)
Does it play with the first return, ie does MPeg2Source work ok.
ghjeong8408
17th January 2015, 11:12
I don't have problem with the 1st pass script. The 2nd pass script doesn't work. How can I solve it?
The error message is: "Mpeg2source: unable to load d2v file"
Groucho2004
17th January 2015, 11:42
DGDecode_mpeg2source("D:\COWBOY_BEBOP_01\VIDEO_TS\VTS_01_CHAPTER_01_1.d2v")
DGDecode_mpeg2source("D:\COWBOY_BEBOP_01\VIDEO_TS\VTS_01_1.d2v", cpu=4, info=3)
Error:
Mpeg2source: unable to load d2v file
The most likely problem is that the d2v file does not exist. Another reason for this error may be that the file is already opened by another process.
I noticed that the file names for 1 pass/2 pass are different. I suppose that is by design?
ghjeong8408
18th January 2015, 16:37
Thank you. I think I'm almost there. I've solved that problem.
However, a new error message came out of the 2nd pass script: TDecimate: input error (cannot open input file).
DGDecode_mpeg2source("D:\COWBOY_BEBOP_01\VIDEO_TS\VTS_02_CHAPTER_01_1.d2v")
tfm(d2v="D:\COWBOY_BEBOP_01\VIDEO_TS\VTS_02_CHAPTER_01_1.d2v",input="D:\COWBOY_BEBOP_01\VIDEO_TS\tfm.txt")
tdecimate(mode=5,hybrid=2,tcfv1=false,vfrDec=1,input="D:\COWBOY_BEBOP_01\VIDEO_TS\tdec.txt",tfmIn="D:\COWBOY_BEBOP_01\VIDEO_TS\tfm.txt",mkvOut="D:\COWBOY_BEBOP_01\VIDEO_TS\timecodes.txt")
creaothceann
18th January 2015, 18:11
Bebop is also available as BD, if you want to go that route...
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.