录音/制作/创作 吉他 扩声技术 视频技术 作品展示 生活 信息 更多... | 音频应用专卖店

大家使用SAW mixdown都是怎么选?

( 30 )
 
[收藏]
-  第 2 页  -

985
#16 08-8-25 00:47
我在SAWSTUDIO尝试了选择24BIT录音,希望转回16BIT44KHZ,请问24 BIT在mixdown的时候需要注意和设置什么吗?mixdown 24BIT出来WINDOWS MEDIA PLAYER播放不了```

6370
#17 08-8-25 03:16

回复 希布 的帖子

mixdown 24BIT出来WINDOWS MEDIA PLAYER播放不了```
[br][br]


估计是您选择了24Bit 的4byte unpacked传输模式(也叫32Bit填零高效传输模式),假如声卡不支持这种模式,那么将无法回放。


为了兼容性,您可以选择 24Bit 3byte packed(32位总线拆分传输模式),在SawStudio里的选项也就是 24Bit Packed



当然,我个人是猜的,是否真是如此,还望大师们批评指正。

1125
#18 08-8-25 04:21
借小馬發的圖片一用......

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x

5827
#19 08-8-25 08:51
dabeat哥是否想告诉我们重采样的结果?

8027
#20 08-8-25 11:16



估计是您选择了24Bit 的4byte unpacked传输模式(也叫32Bit填零高效传输模式), ...
[br][br]

据我了解,unpacked是为了以后重采样到更高bit率而用,一般情况用packed即可

13669
#21 08-8-25 11:41
對的......

When creating 20 or 24 bit files, the files can be stored in different formats.

The packed format actually stores the data in 3 bytes per sample, which allows for a max of 24 bits.

The unpacked format stores the data in a full DWORD (4 bytes per sample), which allows for a max of 32 bits, and therefore the filesize is actually larger.

The unpacked format was something I created as an extension into the future when the bit resolution grows beyond 24 bits. It can sometimes also possibly improve performance due to the fact that our current Pc's access data in DWORD chunks and the packed format requires multiple register shifts to compact and expand the data into the odd size 3 byte format, which translates into more internal manipulation to access each sample.

In most situations the difference may not be noticable.

For compatibility with other 24 bit wav files in most other software, you should use the default packed format.

Bob L

13669
#22 08-8-25 12:06
另外一位朋友問及錄音時是否應選擇 24/96

Obviously, you require more disk space and more cpu overhead to manipulate that much more data.

Its not so obvious whether you can really hear any beneficial results in the end, especially if you have to take the project back down to 44.1 for CD reproduction... now you introduce more processing and possible artifacts with whatever conversion method you choose...

You may be surprised how smooth and clean a project kept in the SAWStudio environment from start to finish can sound at 44.1 the whole way...

But... if you can afford the converters and the time to experiment... SAWStudio will allow you to go up to 400k and 24 bits... so enjoy the ride.

Bob L

6370
#23 08-8-25 12:21

回复 margindge 的帖子



据我了解,unpacked是为了以后重采样到更高bit率而用,一般情况用packed即可
[br][br]


鲍比老头子这样写,很容易让人联想到32Bit传输模式。


不过,这个项目,我也认为和传输模式无关。

985
#24 08-8-25 14:18
可以请dabeat哥图上的英文复制下来吗?小弟想借助google翻译猜测一下```
看图片好象看不到什么区别样子```10K,20K sine wav的10K,20K 是什么意思啊?

985
#25 08-8-25 14:22
还想知道dither在multitrack和mixdown会用到吗?请问通常dither应该如何使用啊?

13669
#26 08-8-25 15:19
如果要用 DITHER , 要到最後最後最後導出才用.........當然也可以不用, 直接導出16/44,  

也可把本來較高採樣的工程在 SAW 設為 16/44 然後直接導出 16/44.......

或 把工程對應原來音軌較高的採樣, 導出時 選16/44 同時也選 DITHER 1、2或3 > 導出

http://www.audiobar.net/viewthread.php?tid=119321&highlight=DITHER

[ 本帖最后由 himhui 于 08-8-25 15:26 编辑 ]

1125
#27 08-8-25 17:28

回复 abyss 的帖子

dabeat哥是否想告诉我们重采样的结果?


不是有甚麽特別意思的,小弟習慣把有參考價值的資料及圖片也存下來。(謝小馬)
剛巧這題目可能參考得上,便放上來交流一下。
自己便甚麽也選Highest.
見題目漸漸地談及格式上的問題,便發一下圖。

個人覺得格式上的選擇,最重要的是取決於
完成品存放在甚麽媒體及前期製作過程時的技術及認真程度
比起格式上的精度更為重要。

[ 本帖最后由 dabeat 于 08-8-25 17:29 编辑 ]
观众反应
:继续精彩的节目!``
:不客气

6370
#28 08-8-26 01:36

回复 margindge 的帖子



据我了解,unpacked是为了以后重采样到更高bit率而用,一般情况用packed即可
[br][br]


我又看了一下鲍比老爷子的意思,他貌似还是说4byte unpacked和 3byte packed 的问题。


4byte unpacked,其实就是24位采样位深用填零的方式(24Bit填零到32位,实际不会损失),变成32Bit总线传输模式。这样形如PCI总线会一次传输完成32Bit数据。他设置这个模式,估计是让用家将24Bit填零成32Bit,为一些设备提高传输效率而定。(RME音频卡直接支持这种传输模式)


而3byte packed,则是我们保存为兼容我们大多数专业声卡24Bit分批传输数据包规格。也就是说,为挤满32位总线,传输时,会将24Bit数据分批传输:24->8->16->16->8->24....如此循环。

985
#29 08-8-26 03:42
谢谢各位老师,请各位老师继续指教,先坐一旁学习些基础先!````

985
#30 08-8-26 03:58

回复 elunxp 的帖子




估计是您选择了24Bit 的4byte unpacked传输模式(也叫32Bit填零高效传输模式), ...


elunxp 老师,我是这样选的  24 bit packed!``


不好意思的就是,我没有讲清楚我是还有不是在SAW录音的24BIT的WAV,有个TRACK而且还是MP3在NUENDO转成的WAV,看了楼上老师们讲的是不是应该选择24 bit unpacked重采样才对呢?我的是RME FF800声卡```

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
您需要登录后才可以回帖 登录 | 注册

本版积分规则

搜索