Changes between Version 37 and Version 38 of Encode/HighQualityAudio
- Timestamp:
- Jan 27, 2014, 6:37:57 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/HighQualityAudio
v37 v38 5 5 6 6 Avoid transcoding from lossy format to another lossy format if possible. Transcode to lossy from the lossless source (if you have it) or just don't transcode by copying the lossy source audio track, instead. 7 8 Another option if you have a lossless source is to transcode it to another lossless codec, like [[http://superuser.com/a/339031/39364|flac ]]. 7 9 8 10 == Generation loss == … … 13 15 == Copying audio tracks == 14 16 15 If the target container format supports the audio codec of the source file then really consider just muxing it into the output file . MKV supports virtually any audio codec.[[BR]]17 If the target container format supports the audio codec of the source file then really consider just muxing it into the output file without any re-encoding needed. MKV supports virtually any audio codec.[[BR]] 16 18 This can be achieved by specifying 'copy' as the audio codec. 17 19 Example:[[BR]]
