logo Sign In

Post #392383

Author
Moth3r
Parent topic
Playing PAL files slower
Link to post in topic
https://originaltrilogy.com/post/id/392383/action/topic#392383
Date created
14-Jan-2010, 1:42 PM

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.