Please Help! I have a trouble playing 119.88 cbr AVI and vfr mp4/mkv files. Now many anime are distributed in such format, I do not know why, but I could not play them properly with any software player. Usually most parts of video are in 23-35 fps and played well, but closing credits are in more than 60 fps and could not be played, issues depends on player:

Media Player Classic: video plays very slow, audio goes much faster than video, cosing re-sync (for vfr) or video plays "jumpy" (for 120 fps)

Windows Media Player and hardware player: video plays slow, audio plays with often short pauses ("stutter").

MPlayer: video goes partly (second goes slow, then skip some part and goes slow again)

KMPlayer: video plays slow, audio goes faster, cosing re-sync.

I try to fix frame rate by AVISynth

DirectShowSource("...", fps = 119.88, convertfps = true)
FDecimate(23.976)

but playing this AVS directly I got the same problems.

Could anyone help me, please, I do not want to re-encode all the video! Does anyone knows how to play 120 fps/vfr without such kind of a problem?