View Single Post
Old 21st July 2019, 11:16   #3  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
I can confirm than:

Quote:
A=LSMASHAudioSource("C:\tmp\2018-09-21.1900.wv.MS-v-FL.1sec-sample.mp4")
V=LSMASHVideoSource("C:\tmp\2018-09-21.1900.wv.MS-v-FL.1sec-sample.mp4") # MOV,MP4,3GP
or
A=DirectShowSource("C:\tmp\aud_graph.grf", video=False) # audio only (LAV Audio Decoder, video renderer removed)
V=DirectShowSource("C:\tmp\vid_graph.grf", audio=False) # video only (LAV Video Decoder, audio renderer removed)
AudioDub(V, A)
works without problem.
__________________
BeHappy, AviSynth audio transcoder.

Last edited by tebasuna51; 21st July 2019 at 11:18. Reason: typo
tebasuna51 is offline   Reply With Quote