TAP3AH
5th August 2006, 21:21
I've lost a week trying to figure out how to change frame rate of DTS audio track. Any help would be appreciated.
I've ripped a PAL DVD and demuxed VOBs. Then I encoded video track using Avisynth, MeGUI & x264 codec, slowing down the frame rate from 25 to 24 fps. Then, I transcoded AC3 audio track with BeSweet, also slowing it down to the same frame rate:
BeSweet.exe -core( -input 1.ac3 -output 1b.ac3 ) -azid( --maximize ) -ota( -r 25000 24000 ) -ac3enc( -b 448 -6ch )
Now, I want to do the same thing with DTS track, but I don't know how. I tried with azidts:
azidts -auto6ch -core( -input 2.dts -output 2a.dts ) -azid( --maximize ) -ota( -r 25000 24000 )
but output file wasn't DTS. Is there a way to get DTS output with azidts? If not, are there any other solutions that exclude using commercial DTS encoders?
Thanks in advance
I've ripped a PAL DVD and demuxed VOBs. Then I encoded video track using Avisynth, MeGUI & x264 codec, slowing down the frame rate from 25 to 24 fps. Then, I transcoded AC3 audio track with BeSweet, also slowing it down to the same frame rate:
BeSweet.exe -core( -input 1.ac3 -output 1b.ac3 ) -azid( --maximize ) -ota( -r 25000 24000 ) -ac3enc( -b 448 -6ch )
Now, I want to do the same thing with DTS track, but I don't know how. I tried with azidts:
azidts -auto6ch -core( -input 2.dts -output 2a.dts ) -azid( --maximize ) -ota( -r 25000 24000 )
but output file wasn't DTS. Is there a way to get DTS output with azidts? If not, are there any other solutions that exclude using commercial DTS encoders?
Thanks in advance