View Single Post
Old 21st July 2019, 15:57   #9  |  Link
TCmullet
Registered User
 
Join Date: Nov 2003
Posts: 365
Quote:
Originally Posted by sneaker_ger View Post
ffms can convert vfr to cfr as well:
E.g.
Code:
DirectShowSource("2018-09-21.1900.wv.MS-v-FL.1sec-sample.mp4", fps=59.94, convertfps=true)
is similar to
Code:
a=ffaudiosource("DirectShowSource("2018-09-21.1900.wv.MS-v-FL.1sec-sample.mp4")
v=ffvideosource("2018-09-21.1900.wv.MS-v-FL.1sec-sample.mp4", fpsnum=60000, fpsden=1001)
AudioDub(v, a)
Does that code work with my sample file? Are you implying that DSS won't blow up IF it's fed directly to ffaudiosource, even though it DOES blow when fed directly to Avisynth?
TCmullet is offline   Reply With Quote