View Single Post
Old 2nd February 2010, 19:00   #1165  |  Link
mikenadia
Registered User
 
Join Date: Nov 2007
Posts: 246
Output duration shorter than input.

I must do something wrong but I do not know what.
Output duration shorter than input. in 2.2.6, I had a warning telling me that (i clicked on Yes for test purposes: did not have that warning in 2.2.5 but same results).
The input is a Trimmed VOB from a DVD file. It plays OK in PowerDVD for the input duration.
Here is the log.
Quote:
<02/02/2010 12:50:37 PM>
START PROCESS
<>

<02/02/2010 12:50:37 PM>
PROJECT SETTINGS

DVD Video Standard: PAL
DVD Titles number: 1
DVD Size: 156/4450 MB (4%)
DVD Output Setup: DVD Folder
DVD Label: DVD
DVD Menu: No Menu
Output Folder: C:\Documents and Settings\Owner\Desktop\New Folder\Output
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Show Progress Status window

PREFERENCES

AVS Source Filter: A2DSource
AVS Resize Filter: Lanczos4Resize
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 6000
Video Profile Level 2: 6000
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
DVD Audio Format: 0
DVD Audio BitRate: 192
Keep DVD Compliat Audio: 1
Normalize Audio: 0
DVD Audio Language: EN - English
DVD Subs Language: EN - English
Chapthers Interval: 5
Use Source Chapters: 1
DVD Burning Drive: E: PHILIPS DVD+-RW DVD8701 5D24
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>

<02/02/2010 12:50:37 PM>
TITLE 1 SOURCE FILES
Video: C:\Documents and Settings\Owner\Desktop\New Folder\test.m2v
Info: MPEG-2 Video - 1410 kbps - 720x480 - DAR 1.778 - 23.976 fps (CFR) - Interlaced (TFF) - 2:33 minutes - 3674 frames
Audio:
Info:
Subs:
[MediaInfoLib - v0.7.26]
<>
<02/02/2010 12:50:37 PM>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")

Video = A2DVideoSource("C:\Documents and Settings\Owner\Desktop\New Folder\test.m2v", CacheFolder = "C:\DOCUME~1\Owner\LOCALS~1\Temp")

Video = Video.ConvertToYV12(interlaced = true)
#Using DGPulldown to upsize FPS
Video = Video.LeakKernelBob(1,7,false,false)
Video = Video.Lanczos4Resize(720,576)
Video = Video.SeparateFields().SelectEvery(4,1,2).Weave()

Return Video
<>
<02/02/2010 12:50:37 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: QuEnc CBR 1-pass
Target Video FileSize: 155 MB
QuEnc Parameters: -i "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_1_test.avs" -o "C:\Documents and Settings\Owner\Desktop\New Folder\Output\DVD_1_test.m2v" -b 8500 -1 -hq -novbr -scene -trell -aspectratio 16:9 -interlaced -tff -mpeg2mux noaudio -dc 10 -priority 5 -auto -close
<>
<02/02/2010 12:52:55 PM>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: DirectShowSource
Created File: C:\Documents and Settings\Owner\Desktop\New Folder\Output\DVD_1_test.m2v (40.5 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 8500 kbps - 720x576 - DAR 1.778 - 23.976 fps (CFR) - Interlaced (TFF) - 39 seconds - 958 frames
<>
<02/02/2010 12:52:55 PM>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "C:\Documents and Settings\Owner\Desktop\New Folder\Output\DVD_1_test.m2v" -srcfps 23.976 -destfps 25 -inplace -tff
<>
<02/02/2010 12:53:00 PM>
END PULLDOWN OPERATIONS
DGPulldown executed on File: C:\Documents and Settings\Owner\Desktop\New Folder\Output\DVD_1_test.m2v (40.5 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 8500 kbps - 720x576 - DAR 1.778 - 24 fps (CFR) - Progressive (2:2:2:2:2:2:2:2:2:2:2:3 Pulldown) - 39 seconds - 959 frames
<><02/02/2010 12:53:18 PM>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_1_BatchMux.ini"
BatchMux ini file:
-d "C:\Documents and Settings\Owner\Desktop\New Folder\Output\DVD_1\VIDEO_TS"
-mxp "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_1_MuxMan.mxp"
-l "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_1_MuxMan.log"
-muxman "C:\Program Files\AVStoDVD\MuxMan"
-prio LOW
-v "C:\Documents and Settings\Owner\Desktop\New Folder\Output\DVD_1_test.m2v"
-vidmode LB
<>
<02/02/2010 12:53:26 PM>
END DVD AUTHORING OPERATIONS
Created Folder: C:\Documents and Settings\Owner\Desktop\New Folder\Output\DVD_1 (41.2 MB)
<>
<02/02/2010 12:53:26 PM>
Log file created by AVStoDVD Release 2.2.6
small typo in log: "Preferences";Keep DVD Compliat Audio: 1 and Chapthers Interval: 5
Thanks in advance.

Last edited by mikenadia; 2nd February 2010 at 22:19.
mikenadia is offline   Reply With Quote