View Single Post
Old 21st May 2010, 19:36   #1330  |  Link
nevragain
Registered User
 
Join Date: Apr 2007
Posts: 73
Ok I've started with a blank project, selected NTSC as the output TV standard and added an ntsc compliant mpeg elementary stream. Despite this I'm still encountering the same issue. Does the use of DGIndex affect this issue?
Code:
**********************
** Project Settings **
**********************

Project_PathName: K:\recorder\ts mov crp dvd-5\DVD.a2d
Output_Folder: C:\Documents and Settings\Owner\My Documents
EditEncoderParams: 0
DeleteTemp: 1
DeleteWorking: 1
MultiThread: 1
DVD_Label: DVD
Post_Process: Show Progress Status window (default)
Output_Size: 4450
DVD_Size: DVD-5
Output_Setup: DVD Folder
Video_Standard: NTSC


*************
** Title 1 **
*************

[General]
TitleName: ts mov crp dvd5 bitrate_0_totally spies the movie
TimeTrimmed: 5052
InputVideoPathName: K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.d2v
InputVideoDescription: DGIndex - 6814 kbps - 720x480 - DAR 1.778 - 29.97 fps (CFR) - Interlaced (TFF) - 1:24:12 hours - 151419 frames
InputAudioPathName1: K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.ac3
InputAudioDescription1: AC3 - 384 kbps - CBR - 2ch - 48000Hz - 1:24:12 hours - External
InputAudioTrackNum1: 0
InputSubsPathName: 

[MediaInfo]
PathName: K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.d2v
FileName: ts mov crp dvd5 bitrate_0_totally spies the movie
FileExt: d2v
FileSize: 4267862465
Format: D2V
VideoTracksCount: 1
AudioTracksCount: 1
TextTracksCount: 
Time: 5052347
VideoTime: 5052347
VideoCompression: DGIndex
VideoBitRateMode: VBR
VideoAvgBitRate: 6814297
VideoMinBitRate: 
VideoMaxBitRate: 
VideoWidth: 720
VideoHeight: 480
VideoDAR: 1.778
VideoPAR: 1.185
VideoStandard: NTSC
VideoFrameRateMode: CFR
VideoFPS: 29.97003
VideoFrameCount: 151419
VideoScanType: Interlaced
VideoScanOrder: TFF
AudioID(1,0): 
AudioTime(1,0): 5052448
AudioCompression(1,0): AC3
AudioAvgBitRate(1,0): 384000
AudioBitRateMode(1,0): CBR
AudioChannels(1,0): 2
AudioSampleRate(1,0): 48000
AudioResolution(1,0): 
AudioLanguage(1,0): 
AudioDelay(1,0): 
ChaptersList: 

[Video]
VideoAutoSetup: 1
VideoIsToBeKept: 0
VideoProfile: QuEnc CBR 1-pass
VideoHCencAQ: 1
VideoHCencLumgain: 1
VideoHCencMatrix: MPEG
VideoHCencProfile: BEST
VideoResolution: 1
VideoAspectRatio: 1
VideoDVSource: 0
VideoInterlacedEncoding: 1
VideoFieldOrder: TFF
VideoCloseAllGOPs: 0
VideoBitRate: 6864
VideoAutoBitRate: 1

[Audio]
AudioAutoSetup1: 1
AudioIsToBeKept1: 1
AudioFormat1: 0
AudioChannelsMode1: 2.0
AudioLanguage1: EN - English
AudioBitRate1: 384
AudioNormalize1: 0
AudioFixAC31: 1
AudioAftenPad1: 0
AudioAftenDRC1: 5
AudioAftenBWFilter1: 0

[Subs]
SubsAutoSetup: 1
SubsLanguage: EN - English
SubsHardEncode: 0

[AVS]
AVSAutoSetup: 1
AVSAutoScript: 
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
LoadPlugin("C:\Program Files\AVStoDVD\DGIndex\DGDecode.dll")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")

Video = MPEG2Source("K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.d2v")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.ac3", CacheFolder = "K:\avs2dvd temp")

Video = Video.ConvertToYV12(interlaced = true)

AudioDub(Video, Audio)
AVSScript: 
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
LoadPlugin("C:\Program Files\AVStoDVD\DGIndex\DGDecode.dll")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")

Video = MPEG2Source("K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.d2v")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.ac3", CacheFolder = "K:\avs2dvd temp")

Video = Video.ConvertToYV12(interlaced = true)

AudioDub(Video, Audio)
AVSCrop: 0
CropDx: 0
CropSx: 0
CropUp: 0
CropDo: 0
AVSVerticalResize: 0
VResize: 100
AVSDeInterlace: 0
DeIntThreshold: 10
AVSTrim: 0
FrameStart: 0
FrameEnd: 151408
AVSTweak: 0
Hue: 0
Saturation: 1
Brightness: 0
Contrast: 1
AVSSharpen: 0
Sharpness: 0
AVSDelayAudio: 0
AudioDelay: 0
AVSAmplifyAudio: 0
AudioAmplify: 1
AVSFadeIO: 0
FadeIOFrames: 0

[Chapters]
ChaptersAutoSetup: 1
ChaptersList: 9000 18000 27000 36000 45000 54000 63000 72000 81000 90000 99000 108000 117000 126000 135000 144000




AVStoDVD Release 2.3.0 - by MrC
AVStoDVD Job <K:\recorder\ts mov crp dvd-5\DVD.a2d> created on date 5/21/2010 2:33:06 PM
nevragain is offline   Reply With Quote