View Single Post
Old 30th December 2009, 13:47   #1092  |  Link
flebber
Practising Schemer
 
Join Date: Feb 2008
Location: Newcastle, Australia
Posts: 791
Hi

Using your program for the first time today and I have had a lot of success its simple but configurable also. I had one question and one bug report.

Can I manually add in any avisynth filters in the editor?

I have had success with file types except for flv. Should I attempt to convert to other format like d2v be using AVStoDVD?

This was the error log

Code:
<30/12/2009 11:36:47 PM>
START PROCESS
<>

<30/12/2009 11:36:47 PM>
PROJECT SETTINGS

DVD Video Standard: PAL
DVD Titles number: 16
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: Burn DVD
DVD Label: Trading basics Mod 1 & 2
DVD Menu: Static Menu
Output Folder: C:\Documents and Settings\Family\My Documents
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: 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: 1
DVD Audio Language: EN - English
DVD Subs Language: EN - English
Chapthers Interval: 5
Use Source Chapters: 1
DVD Burning Drive: D: HL-DT-ST DVD-RAM GH22NP20 1.04
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>

<30/12/2009 11:36:47 PM>
TITLE 1 SOURCE FILES
Video: C:\Documents and Settings\Family\My Documents\My Videos\Tutorial\Investment\Beggining Trading - Informedtrades\Module 1 Technical Analysis Basics\Technical Analysis Lesson 1 - An Introduction to Technical Analysis.flv
Info: Sorenson H263 - 65 kbps - 320x240 - DAR 1.333 - 10 fps (CFR) -  - 2:54 minutes - 1742 frames
Audio: C:\Documents and Settings\Family\My Documents\My Videos\Tutorial\Investment\Beggining Trading - Informedtrades\Module 1 Technical Analysis Basics\Technical Analysis Lesson 1 - An Introduction to Technical Analysis.flv
Info: MPEG-2 Audio layer 3 - 64 kbps - CBR - 22050Hz - 1ch - 2:54 minutes
Subs: 
[MediaInfoLib - v0.7.25]
<>

<30/12/2009 11:36:47 PM>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")

Video = A2DVideoSource("C:\Documents and Settings\Family\My Documents\My Videos\Tutorial\Investment\Beggining Trading - Informedtrades\Module 1 Technical Analysis Basics\Technical Analysis Lesson 1 - An Introduction to Technical Analysis.flv", CacheFolder = "C:\DOCUME~1\Family\LOCALS~1\Temp")
Audio = A2DAudioSource("C:\Documents and Settings\Family\My Documents\My Videos\Tutorial\Investment\Beggining Trading - Informedtrades\Module 1 Technical Analysis Basics\Technical Analysis Lesson 1 - An Introduction to Technical Analysis.flv", CacheFolder = "C:\DOCUME~1\Family\LOCALS~1\Temp")

Video = Video.ConvertToYV12
Video = Video.ConvertFPS("pal_video")
Video = Video.Lanczos4Resize(352,288)
Video = Video.Tweak(0,1,0,1.5)
Video = Video.Sharpen(0.5,MMX=false)

Audio = Audio.SSRC(48000)
Audio = Audio.ConvertToMono

AudioDub(Video, Audio)
<>

<30/12/2009 11:36:47 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: QuEnc CBR 1-pass
Target Video FileSize: 172.8 MB
QuEnc Parameters: -i "C:\DOCUME~1\Family\LOCALS~1\Temp\Trading basics Mod 1 & 2_0_Title_01_Technical Analysis Lesson 1 - An Introduction to Technical Analysis.avs" -o "C:\Documents and Settings\Family\My Documents\Trading basics Mod 1 & 2_0_Title_01_Technical Analysis Lesson 1 - An Introduction to Technical Analysis.m2v" -b 8329 -1 -hq -novbr -scene -trell -aspectratio 4:3 -nointerlaced -mpeg2mux noaudio -dc 10 -priority 5 -auto -close
<>

<30/12/2009 11:37:01 PM>
PROCESS ABORTED DURING TITLE 1 VIDEO ENCODING OPERATIONS.

CHECK LOG FILE <C:\DOCUMENTS AND SETTINGS\FAMILY\MY DOCUMENTS\TRADING BASICS MOD 1 & 2_0.LOG> FOR MORE INFO.
<>

<30/12/2009 11:37:01 PM>
Log file created by AVStoDVD Release 2.2.5
<>
PS is there any reason I shouldn't use hcenc 0.24 with your program?

Last edited by flebber; 30th December 2009 at 14:20.
flebber is offline   Reply With Quote