--Audio-lang-list not recognized

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
tsmith
Posts: 5
Joined: Sat Apr 08, 2017 3:04 pm

--Audio-lang-list not recognized

Post by tsmith »

The following works, but gets only the first audio track:

handbrakecli -i "C:\TESTin.mkv" -E copy -o "C:\TESTout.m4v" -f mp4 -w 1920 --loose-anamorphic --modulus 2 -e x264 -q 20 --vfr --encoder-preset=veryfast

To get all English tracks, I use:

handbrakecli -i "C:TESTin.mkv" --audio-lang-list eng --all-audio -E copy -o "C:\TESTout.m4v" -f mp4 -w 1920 --loose-anamorphic --modulus 2 -e x264 -q 20 --vfr --encoder-preset=veryfast

The result:
handbrakecli: unknown option -- audio-lang-list"
unknown option (--audio-lang-list)

This in on Windows 7 with HandBrakeCLI-1.0.3-win-x86_64. Thanks.
Deleted User 11865

Re: --Audio-lang-list not recognized

Post by Deleted User 11865 »

Are you sure you're running version 1.0.3? Check it with:

Code: Select all

HandBrakeCLI --version
tsmith
Posts: 5
Joined: Sat Apr 08, 2017 3:04 pm

Re: --Audio-lang-list not recognized

Post by tsmith »

Hmmm... "HandBrakeCLI --version" yields:
handbrakecli: unknown option -- version
unknown option (--version)

The ZIP I downloaded to install it is titled: HandBrakeCLI-1.0.3-win-x86_64.zip
tsmith
Posts: 5
Joined: Sat Apr 08, 2017 3:04 pm

Re: --Audio-lang-list not recognized

Post by tsmith »

Also, the resulting output from "HandbrakeCLI -help" doesn't include "--audio-lang-list" or "--all-audio" entries.
rollin_eng
Veteran User
Posts: 4840
Joined: Wed May 04, 2011 11:06 pm

Re: --Audio-lang-list not recognized

Post by rollin_eng »

Could you please post your logs, instructions can be found here:

viewtopic.php?f=6&t=31236
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: --Audio-lang-list not recognized

Post by s55 »

He already did
The result:
handbrakecli: unknown option -- audio-lang-list"
unknown option (--audio-lang-list)
Version may be on the -v flag. not --version.
rollin_eng
Veteran User
Posts: 4840
Joined: Wed May 04, 2011 11:06 pm

Re: --Audio-lang-list not recognized

Post by rollin_eng »

Sorry, I should clarify:

Could you please post your logs for your successful encode, instructions can be found here:

viewtopic.php?f=6&t=31236
tsmith
Posts: 5
Joined: Sat Apr 08, 2017 3:04 pm

Re: --Audio-lang-list not recognized

Post by tsmith »

Here's the link (I think).
https://pastebin.com/3Jaf2DvY
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: --Audio-lang-list not recognized

Post by s55 »

Code: Select all

HandBrake 0.10.2 (2015060900) - MinGW x86_64 - https://handbrake.fr
Do you have another version on your path?
tsmith
Posts: 5
Joined: Sat Apr 08, 2017 3:04 pm

Re: --Audio-lang-list not recognized

Post by tsmith »

Oops! :blush:

Thanks, I didn't even think to look at the date on the .exe file: 2015! I must have extracted 1.0.3 to another folder without knowing it.

THANK YOU!!
Post Reply