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
Is there anyway to download a specific codec of video or audio?
Other details
I want to download 1080p mp4 video in h.264(avc) codec and mp4 audio in mp4a codec. But I don't know how to do it.
The FormatOptions cannot choose codec apparently.
exportinterfaceFormatOptions{/** * Video quality; 360p, 720p, 1080p, etc... also accepts 'best' and 'bestefficiency'. */quality?: string;/** * Download type, can be: video, audio or video+audio */type?: 'video'|'audio'|'video+audio';/** * Language code, defaults to 'original'. */language?: string;/** * File format, use 'any' to download any format */format?: string;/** * InnerTube client. */client?: InnerTubeClient;}
Checklist
I am running the latest version.
I checked the documentation and found no answer.
I have searched the existing issues and made sure this is not a duplicate.
I have provided sufficient information.
The text was updated successfully, but these errors were encountered:
Question
Is there anyway to download a specific codec of video or audio?
Other details
I want to download 1080p mp4 video in
h.264(avc)
codec and mp4 audio inmp4a
codec. But I don't know how to do it.The
FormatOptions
cannot choose codec apparently.Checklist
The text was updated successfully, but these errors were encountered: