Difference between revisions of "Reggae tutorial: Saving audio in user selected format"

From MorphOS Library

(Added subchapters.)
(Introduction: some text)
Line 2: Line 2:
  
 
==Introduction==
 
==Introduction==
 +
Except of automatic media decoding, Reggae has also a feature on automatic encoding. There is one fundamental difference between these two however. In case of decoding, a format of decoded media, codec parameters, stream parameters, metadata, all this comes from the decoded datastream. When media are encoded, format, codec parameters and metadata have to be set by application.
 +
 
==Preparing Source Data==
 
==Preparing Source Data==
 
==Creating Format Selection GUI==
 
==Creating Format Selection GUI==

Revision as of 14:39, 30 September 2012

Grzegorz Kraszewski

Introduction

Except of automatic media decoding, Reggae has also a feature on automatic encoding. There is one fundamental difference between these two however. In case of decoding, a format of decoded media, codec parameters, stream parameters, metadata, all this comes from the decoded datastream. When media are encoded, format, codec parameters and metadata have to be set by application.

Preparing Source Data

Creating Format Selection GUI

Building Reggae Processing Chain

Saving Audio

Cleanup