determine number of audio tracks

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
imthenachoman
Posts: 7
Joined: Fri Jul 29, 2011 1:39 pm

determine number of audio tracks

Post by imthenachoman »

Is there anyway to use HandbrakeCLI to gleam/determine the number of audio tracks in an input file?
Deleted User 11865

Re: determine number of audio tracks

Post by Deleted User 11865 »

Code: Select all

HandBrakeCLI -i <input_file> -t 0
or

Code: Select all

HandBrakeCLI -i <input_file> -t <title_number> --scan
See:

Code: Select all

HandBrakeCLI --help
Post Reply