Scan output documentation

Discussion of the HandBrake command line interface (CLI)
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
nastus
New User
Posts: 1
Joined: Wed Jun 26, 2019 11:04 pm

Scan output documentation

Post by nastus »

Is there any documentation for the handbrake scan output? For example where can I find what the audio codec ids represent? Would there be some code somewhere I can reference?

Code: Select all

"AudioList": [
	{
		"Attributes": {
		"AltCommentary": false,
		"Commentary": false,
		"Default": false,
		"Normal": false,
		"Secondary": false,
		"VisuallyImpaired": false
	},
		"BitRate": 1536000,
		"ChannelCount": 6,
		"ChannelLayout": 1551,
		"ChannelLayoutName": "5.1(side)",
		"Codec": 8192,
		"CodecName": "dca",
		"Description": "English (DTS) (5.1 ch)",
		"LFECount": 1,
		"Language": "English",
		"LanguageCode": "eng",
		"SampleRate": 48000
	},
	{
		"Attributes": {
		"AltCommentary": false,
		"Commentary": false,
		"Default": false,
		"Normal": false,
		"Secondary": false,
		"VisuallyImpaired": false
	},
		"BitRate": 448000,
		"ChannelCount": 6,
		"ChannelLayout": 1551,
		"ChannelLayoutName": "5.1(side)",
		"Codec": 2048,
		"CodecName": "ac3",
		"Description": "English (AC3) (5.1 ch)",
		"LFECount": 1,
		"Language": "English",
		"LanguageCode": "eng",
		"SampleRate": 48000
	}
]
HandBrake version (e.g., 1.0.0): 1.1.0
Post Reply