View Single Post
Old 12th July 2019, 21:23   #11  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,883
Quote:
Originally Posted by Metal-HTPC View Post
It doesn't matter if I chose "changefps(50.00)" "changefps("pal_double") or "changefps(50, 1)" it always leads to the error "error: Evaluate: System exception - Integer Divide by Zero"
Can't you just let the indexer duplicate frames to 50fps progressive?

Code:
FFMpegSource2("source.m2ts", fpsnum=50000, fpsden=1000, atrack=-1)
FranceBB is offline   Reply With Quote