View Single Post
Old 11th May 2010, 01:04   #1304  |  Link
bagheera1
Registered User
 
bagheera1's Avatar
 
Join Date: Oct 2005
Posts: 46
I do add the avs file in the main window. it shows up in the edit window as:

____________________________
Video = Import("D:\Video\movie\movie--simple-avisource.avs")
Audio = Import("D:\Video\movie\movie--simple-avisource.avs")

Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.AddBorders(0,24,0,24)
Video = Video.Spline16Resize(720,480)

AudioDub(Video, Audio)

____________________

my video is allready the size I want, 704 x 480, so I dont need the resize.
I then delete the unwanted lines to get:

_______________
Import("D:\Video\movie\movie--simple-avisource.avs")
________________

then I change the audio bitrate from 448 to 192, and the script goes back to:
________________
Video = Import("D:\Video\movie\movie--simple-avisource.avs")
Audio = Import("D:\Video\movie\movie--simple-avisource.avs")

Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.AddBorders(0,24,0,24)
Video = Video.Spline16Resize(720,480)

AudioDub(Video, Audio)
___________________

this behavior has been like this for as long as I can remember.
I thought it was by design.

oh yea, the keep compliant check boxes on the audio/video tab of the preferences has no effect on this behavior.
bagheera1 is offline   Reply With Quote