You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extra steps to reproduce the problem?
(1) Download this video from youtube with default audio track
(2) Then try to transcode it with shaka-packager
What is the expected result? It is expected to be successfully transcoded
What happens instead? It throws error like below
packager_main.cc:624] Failed to initialize packager: 3 (INVALID_ARGUMENT): Unknown/invalid language specified: iw |
language_utils.cc:136] No equivalent 3-letter language code for iw
I need help, please. Thanks in advance
The text was updated successfully, but these errors were encountered:
MP4s contain language metadata using 3-letter language codes only, so we map 2-letter codes to 3-letter codes to make this work. It looks like our 2-letter-to-3-letter language code map is missing an entry.
The 3-letter code for Hebrew is "heb", so "iw" should map to "heb".
System info
Operating System: Docker image alpine:3.18
Shaka Packager Version: v3.3.0
Issue and steps to reproduce the problem
Packager Command:
Extra steps to reproduce the problem?
(1) Download this video from youtube with default audio track
(2) Then try to transcode it with shaka-packager
What is the expected result?
It is expected to be successfully transcoded
What happens instead?
It throws error like below
I need help, please. Thanks in advance
The text was updated successfully, but these errors were encountered: