View Single Post
Old 16th July 2016, 12:33   #14040  |  Link
duedel
Registered User
 
Join Date: Nov 2014
Posts: 36
I just tested this:
Code:
ffmpeg -i "dtsHD_MA_track.dts" -bsf:a dca_core -c:a copy "dtsCore.dts"
produces a bit-idenctical file to

Code:
eac3to "dtsHD_MA_track.dts" "dtsCore.dts" -core
with a recent zeranoe ffmpeg build.


Quote:
Originally Posted by Sparktank View Post
Hmm. Interesting.

https://github.com/foo86/dcadec/blob/master/README.md




I believe you can't. Madshi uses custom builds of lav/ffmpeg which he would need to update.

Only manual updates that don't cause lots of issues seem to be:
libFLAC.dll
libdcadec.dll
dtsdecoderdll.dll (although should be deprecated now; depending how far ff-dcadec has come)



The official git for FFMPEG shows a lot of activity (from foo86) for dcadec over his github page.

https://git.ffmpeg.org/gitweb/ffmpeg...ommit&s=dcadec

Thanks for pointing it out.

Will definitely have to keep my eyes open in the future.

Zeranoe builds should have all the latest commits, no?
Will have to adjust my workflow to use ffmpeg
duedel is offline