View Single Post
Old 3rd February 2010, 20:26   #1168  |  Link
mikenadia
Registered User
 
Join Date: Nov 2007
Posts: 246
The file is still problematic.
What I did: I used DVD-Decrypter to get the "File-No splitting" (preprocessed with VOBlanker ) VOB. I will go to the unprocessed if needed.
I indexed that file with DGindex 1.5.7. HC does not hang now.I used HC to trim that file to the same 3678 frames.
I fed that to AVStoDVD and now Preview, Quenc and HC all give me 1879 frames.
So I decided to fed the original preprocessed VOB ( 3Gb).And I have that error (that disappear quickly because it is in the "Info" line of HC (last 5 sec).
Error loading Avisynth script, Change FPS: Ratio must be less than 10 for linear access; Set LINEAR=False
Problem in Line 9 of the avs file.
If I fed HC with a simple avs (using DGindex 1.5.7 to index the 3Gb VOB), no error : Everything is OK.
This is the avs file and the ini file.
Quote:
LoadPlugin("C:\Program Files\AVStoDVD\Lib\ffms2.dll")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")

# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = FFAudioSource("C:\test-TAXI2\Output\VTS_01_1.VOB", track = -1, cachefile = "C:\DOCUME~1\Owner\LOCALS~1\Temp\A2DFFA_" + String(Rand()) + ".cache")
Video = FFVideoSource("C:\test-TAXI2\Output\VTS_01_1.VOB", track = -1, cachefile = "C:\DOCUME~1\Owner\LOCALS~1\Temp\A2DFFV_" + String(Rand()) + ".cache", seekmode = 0)

Video = Video.ConvertToYV12(interlaced = true)
Video = Video.ChangeFPS("pal_video")
Video = Video.LeakKernelBob(1,7,false,false)
Video = Video.AddBorders(0,50,0,50)
Video = Video.Lanczos4Resize(720,576)
Video = Video.SeparateFields().SelectEvery(4,1,2).Weave()

AudioDub(Video, Audio)
Quote:
*INFILE C:\test-TAXI2\Output\DVD_11_VTS_01_1.avs
*AVSRELOAD
*OUTFILE C:\Documents and Settings\Owner\Desktop\New Folder\Output\DVD_11_VTS_01_1.m2v
*LOGFILE C:\test-TAXI2\Output\DVD_11_VTS_01_1.HCenc.log
*MAXBITRATE 9000
*BITRATE 6000
*PROFILE BEST
*ASPECT 16:9
*INTERLACED
*TFF
*BIAS 60
*DC_PREC 9
*MATRIX MPEG
*AQ 1
*LUMGAIN 0
*SMP
*PRIORITY IDLE
*WAIT 2
Thanks in advance.

On a unrelated note, it seems that if I fed a small VOB file (40 Mb) (just to have a DVD_Structure) and I keep the output size to DVD-5 (default) , I cannot get HC (only Quenc). Setting the output to "Custom" solves the issue.

Edit: The PAL"output" works only if saved as Default Preferences.

Last edited by mikenadia; 6th February 2010 at 18:57. Reason: Thanks MrC
mikenadia is offline   Reply With Quote