fch1993
帖子: 213
注册时间: 2012-06-12 11:56

如何编码多声道的ALAC

想做个LAV解码的测试。

编码ALAC用ffmpeg没错吧。
我下载的是这个版本。
http://nmm-hd.org/newbbs/viewtopic.php?f=8&t=376#p3042

试了一下WAV编码ALAC,2.0声道的24bit编码后为16bit,5.1声道无法编码。

试了FOOBER2000的命令行。

foobar2000:-i %s -acodec alac %d
头像
06_taro
核心会员
核心会员
帖子: 998
注册时间: 2010-09-22 18:32
来自: United Kingdom
联系: 网站

Re: 如何编码多声道的ALAC

eac3to.exe "input" stdout.wav | qaac.exe --threading --rate keep --alac --ignorelength - -o "output.mp4"
或者
eac3to.exe "input" stdout.wav | refalac.exe --threading --rate keep --ignorelength - -o "output.mp4"

ffmpeg到目前為止alac的encoder似乎還不是完全標準的
つまんねー事聞くなよ!

I, personally, for me, believe (obviously sometimes) that my OS choice is right. That's me. I'm not telling you that you should believe it. Learn the facts, and the origins behind the facts, and make up your own damn mind. That's why you have one. (source)

Follow me: @06_taro

304——
为纪念伟大的宇宙史上最强压制304先生,联合国教科文组织决定,将每年的第304天,即平年的10月31日或者闰年的10月30日,定为世界304日。
fly
帖子: 3
注册时间: 2013-03-18 20:23

Re: 如何编码多声道的ALAC

最新版MediaCoder可以将DTA、THD等无损编码成ALAC,我就试过将24bit、7.1声道的dts-hd-ma转成的24bit、7.1声道的ALAC,直接拖入点转换就行了,很方便,,,

回到 “音频编码器 / Audio encoder”