One way would be to use an AviSynth script thus:
AviSource("your25fpsfile.avi")
AssumeFPS("ntsc_film", sync_audio=true)
which will play at 23.976fps in any media player.
Another option would be to use the ReClock DirectShow filter.
One way would be to use an AviSynth script thus:
AviSource("your25fpsfile.avi")
AssumeFPS("ntsc_film", sync_audio=true)
which will play at 23.976fps in any media player.
Another option would be to use the ReClock DirectShow filter.