View Single Post
Old 13th May 2010, 15:13   #1309  |  Link
nevragain
Registered User
 
Join Date: Apr 2007
Posts: 73
I Have a bug report. It seems that the bit-rate control was slightly off. I ended up with an mpeg-2 too large to fit on a single layer DVD even though I selected dvd-5 as the target.
I was attempting to remove black bars from a letter boxed source and get it to fit on a single dvd as I recorded on high quality on my dvd recorder (aprox 9000 cbr). I would suggest that you decrease the size of the dvd-5 preset as it appears too large.
Quote:
<5/12/2010 10:03:08 PM>
START PROCESS
<>

<5/12/2010 10:03:09 PM>
PROJECT SETTINGS

DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: MPEG2 File
DVD Label: DVD
DVD Menu: No Menu
Output Folder: K:\recorder\ts mov crp dvd-5
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Close all applications and shutdown system

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: 4500
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:\
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>

<5/12/2010 10:03:09 PM>
TITLE 1 SOURCE FILES
Video: K:\recorder\totally spies the movie.mpg
Info: MPEG-2 Video - 9056 kbps - 720x480 - DAR 1.333 - 29.97 fps (CFR) - Interlaced (TFF) - 1:24:12 hours - 151421 frames
Audio: K:\recorder\totally spies the movie.mpg
Info: AC3 - 384 kbps - CBR - 48000Hz - 2ch - 1:24:12 hours
Subs:
[]
<>

<5/12/2010 10:03:09 PM>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")

Video = A2DVideoSource("K:\recorder\totally spies the movie.mpg", CacheFolder = "C:\DOCUME~1\Owner\LOCALS~1\Temp")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("K:\recorder\totally spies the movie.mpg", CacheFolder = "C:\DOCUME~1\Owner\LOCALS~1\Temp")

Video = Video.ConvertToYV12(interlaced = true)
Video = Video.LeakKernelBob(1,7,false,false)
Video = Video.Crop(6,58,-6,-64)
Video = Video.Lanczos4Resize(720,480,0,8,0,-8)
Video = Video.SeparateFields().SelectEvery(4,1,2).Weave()

AudioDub(Video, Audio)
<>

<5/12/2010 10:03:09 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 4218.7 MB
HCenc Parameters: -ini "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_0_totally spies the movie.HCenc.ini"
HCenc ini file:
*INFILE C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_0_totally spies the movie.avs
*AVSRELOAD
*OUTFILE K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.m2v
*LOGFILE C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_0_totally spies the movie.HCenc.log
*MAXBITRATE 9000
*BITRATE 7005
*PROFILE BEST
*ASPECT 16:9
*INTERLACED
*TFF
*BIAS 70
*DC_PREC 10
*MATRIX MPEG
*AQ 2
*LUMGAIN 1
*NOSMP
*PRIORITY IDLE
*WAIT 2
<>

<5/13/2010 7:19:35 AM>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: FFmpegSource2 (cache off)
Created File: K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.m2v (4220.2 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 7065 kbps - 720x480 - DAR 1.778 - 29.97 fps (CFR) - Interlaced (TFF) - 1:24:07 hours - 151268 frames
<>

<5/13/2010 7:19:37 AM>
START AUDIO DEMUXING OPERATIONS
FFmpeg Parameters: -i "K:\recorder\totally spies the movie.mpg" -acodec copy "K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.ToFix.ac3"
<>

<5/13/2010 7:26:21 AM>
END AUDIO ENCODING OPERATIONS
Created File: K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.ac3 (231.3 MB)
OUTPUT AUDIO INFO: AC3 - 384 kbps - CBR - 48000Hz - 2ch - 1:24:12 hours
<>

<5/13/2010 7:26:21 AM>
START MUXING OPERATIONS
FFmpeg Parameters: -i "K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.m2v" -vcodec copy -i "K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.ac3" -acodec copy -f vob "K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.mpg"
<>
nevragain is offline   Reply With Quote