View Single Post
Old 6th September 2009, 16:58   #970  |  Link
Richardw322
Registered User
 
Join Date: Jun 2007
Posts: 59
I am having a little problem and I could use some help. I am trying to make a DVD from a MP4 file. I get a runtime error when QENC starts saying that the App requested the runtime to terminate in an unusual way. The video is AVC 320x240 29.97 fps progressive. Says to see the log in which I see nothing. Here is the log file:
<9/6/2009 10:29:22 AM>
START PROCESS
<>

<9/6/2009 10:29:22 AM>
PROJECT SETTINGS

DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4435/4435 MB (100%)
DVD Output Setup: ISO UDF Image
DVD Label: Beast of Hollow Mountain
DVD Menu: No Menu
Output Folder: G:\Output
Save Log file: Yes
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Show Progress Status window

<>

<9/6/2009 10:29:22 AM>
TITLE 1 SOURCE FILES
Video: C:\Users\richard\Desktop\Beast of Hollow Mountain.mp4
Info: AVC - 511 kbps - 320x240 - DAR 1.304 - 29.97 fps - Progressive - 1:18:54 hours - 141890 frames
Audio: C:\Users\richard\Desktop\Beast of Hollow Mountain.mp4
Info: AAC LC - 64 kbps - VBR - 48000Hz - 2ch - 1:18:53 hours
Subs:
[MediaInfoLib - v0.7.19]
<>

<9/6/2009 10:29:22 AM>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")

Video = A2DVideoSource("C:\Users\richard\Desktop\Beast of Hollow Mountain.mp4", CacheFolder = "G:\Temp")
Audio = A2DAudioSource("C:\Users\richard\Desktop\Beast of Hollow Mountain.mp4", CacheFolder = "G:\Temp")

Video = Video.ConvertToYV12
Video = Video.ChangeFPS(29.97)
Video = Video.AddBorders(3,0,3,0)
Video = Video.Lanczos4Resize(352,240)


AudioDub(Video, Audio)
<>

<9/6/2009 10:29:22 AM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: QuEnc CBR 1-pass
Target Video FileSize: 4245.5 MB
QuEnc Parameters: -i "G:\Temp\Beast of Hollow Mountain_0_Beast of Hollow Mountain.avs" -o "G:\Output\Beast of Hollow Mountain_0_Beast of Hollow Mountain.m2v" -b 7523 -1 -hq -novbr -scene -trell -aspectratio 4:3 -nointerlaced -mpeg2mux noaudio -dc 10 -priority 5 -auto -close
<>

<9/6/2009 10:30:04 AM>
PROCESS ABORTED DURING TITLE 1 VIDEO ENCODING OPERATIONS.

CHECK LOG FILE <G:\OUTPUT\BEAST OF HOLLOW MOUNTAIN_0.LOG> FOR MORE INFO.
<>

<9/6/2009 10:30:04 AM>
Log file created by AVStoDVD Release 2.2.1
<>

HELP!!
Richardw322 is offline   Reply With Quote