ahh i didn't know about those extra little bits, I feel very informed now.Qyot27 wrote:Using AviSynth there's also ChangeFPS and ConvertFPS. ChangeFPS duplicates frames (deletes duplicates if it's a framerate reduction), ConvertFPS blends frames. AssumeFPS just speeds up the footage, and as long as you have the 'sync_audio=true' command in there, it won't screw anything up as far as the audio sync is concerned (the speed increase may be jarring, depending on how drastic the change is, though). Although, you have to tell AviSynth to correct the audio frequency after you do that; ChangeFPS and ConvertFPS don't require frequency resampling.jethropr wrote:yea i know, but when you aviscript them using "AssumeFPS (#)" it tends to mess things up after an encode. And this is the only way I know of for changing FPS's
Thanks for clarifing.