View Single Post
Old 20th March 2010, 00:41   #1237  |  Link
ron spencer
DVD Magistrate
 
Join Date: Dec 2003
Location: Sodor
Posts: 991
I am getting an error with audio (from a HD mkv I made with AC3 448).

Error says

Getchannel: Attempted to request a channel that did not exist:

line is:

Video = DirectShowSource("U:\MEDIA\High Def Movies\test.mkv", fps=23.976, convertfps=true, audio=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = DirectShowSource("U:\MEDIA\High Def Movies\test.mkv", video=false)
Audio = Audio.GetChannel(1,3,2,5,6,4)

Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.Spline64Resize(720,480)

AudioDub(Video, Audio)
ron spencer is offline   Reply With Quote