更新或编辑表达式编码器4 sp2中的元数据 [英] Update or Edit the Metadata in expression encoder 4 sp2

查看:79
本文介绍了更新或编辑表达式编码器4 sp2中的元数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在实时作业中,我可以为这样的wma文件编码元数据:

In a Live Job, I can encode the Metadata for a wma file like this:

<代码>

<code>

    job.Metadata(MetadataNames.AlbumArtist)= txtArtist.Text

    job.Metadata(MetadataNames.AlbumArtist) = txtArtist.Text

    job.Metadata(MetadataNames.AlbumTitle)= txtAlbumTitle.Text

    job.Metadata(MetadataNames.AlbumTitle) = txtAlbumTitle.Text

    job.Metadata(MetadataNames 。类型)
= txtGenre .Text

    job.Metadata(MetadataNames.Genre) = txtGenre.Text

     ;等......

< / code>

</code>

&NBSP;&NBSP;如何编辑或更新现有文件的元数据而无需再次对该文件进行编码?

先谢谢你的帮助。

Tony

推荐答案

嗨Tony ,

Hi Tony,

您可以在转码EE4项目中重新加载wma文件,选择"Profile = Source";对于编解码器,修改"元数据"窗格中的元数据并重新编码。这将有效地仅传输数据而不重新编码音频流。由于这个原因,
编码操作非常快。

You can reload the wma file in a transcode EE4 project, select "Profile=Source" for the codec, modify the metadata in the Metadata pane and re-encode. This will effectively only transmux the data and not re-encode the audio stream. Because of the this, the encoding operation is very fast.

同样值得注意的是,在这种模式下并不支持所有配置文件。

It's also worth noting that not all profiles are supported in this mode.


这篇关于更新或编辑表达式编码器4 sp2中的元数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆