Log in

View Full Version : Eac3to problem fps


Xor
9th August 2014, 20:31
Hi,
please help me i need to convert a track from 25 to 23.9 fps i run this command:

d:\eac3to327>eac3to.exe "TWILIGHT-ENG.AC3" CHANGE TO 23.976

Respond:
AC3, 2.0 channels, 1:37:03, 192kbps, 48kHz
This audio conversion is not supported.


Why? Command is correct?

poisondeathray
9th August 2014, 21:45
Hi,
please help me i need to convert a track from 25 to 23.9 fps i run this command:

d:\eac3to327>eac3to.exe "TWILIGHT-ENG.AC3" CHANGE TO 23.976

Respond:
AC3, 2.0 channels, 1:37:03, 192kbps, 48kHz
This audio conversion is not supported.


Why? Command is correct?



-slowdown

http://en.wikibooks.org/wiki/Eac3to/How_to_Use



d:\eac3to327>eac3to.exe "TWILIGHT-ENG.AC3" "output.ac3" -slowdown

microchip8
9th August 2014, 22:43
Hi,
please help me i need to convert a track from 25 to 23.9 fps i run this command:

d:\eac3to327>eac3to.exe "TWILIGHT-ENG.AC3" CHANGE TO 23.976

Respond:
AC3, 2.0 channels, 1:37:03, 192kbps, 48kHz
This audio conversion is not supported.


Why? Command is correct?

Command is not correct. There's no CHANGE TO option. It's -changeTo23.976

But you should be using -slowdown anyways

tebasuna51
10th August 2014, 00:58
Like a audio file (AC3) don't have fps you can define the initial fps and after change the audio duration to another fps with:

eac3to.exe "TWILIGHT-ENG.AC3" "output.ac3" -25.000 -changeTo23.976

equivalent to the short way:

eac3to.exe "TWILIGHT-ENG.AC3" "output.ac3" -slowdown

If you want change 24 fps to 23.976 you only can use:

eac3to.exe "TWILIGHT-ENG.AC3" "output.ac3" -24.000 -changeTo23.976

Xor
10th August 2014, 15:13
Like a audio file (AC3) don't have fps you can define the initial fps and after change the audio duration to another fps with:

eac3to.exe "TWILIGHT-ENG.AC3" "output.ac3" -25.000 -changeTo23.976

equivalent to the short way:

eac3to.exe "TWILIGHT-ENG.AC3" "output.ac3" -slowdown

If you want change 24 fps to 23.976 you only can use:

eac3to.exe "TWILIGHT-ENG.AC3" "output.ac3" -24.000 -changeTo23.976

Thanks :D