View Single Post
Old 27th July 2009, 19:59   #9141  |  Link
TinTime
Registered User
 
Join Date: Jan 2009
Location: UK
Posts: 403
Quote:
Originally Posted by Thunderbolt8 View Post
is there a way to use -slowdown for 24fps sources, to slow them down to 23.976fps? it seems that eac3to always automatically assumes the source has 25 fps and it therefore uses a 1,024fps slowdown instead of only 0,024fps. the resulting length in my case is ~5 mins longer, while it should only be ~7 seconds longer.
You can use -changeTo23.976

If you've already demuxed the audio you need to specify the source speed too, like...

Code:
eac3to.exe input output -24.000 -changeTo23.976
TinTime is offline