axcore / tartube

A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
1.92k stars 105 forks source link

Forcing specific audio download #617

Open KJThaDon opened 5 months ago

KJThaDon commented 5 months ago

Downloading a video that has 2 audio options, it seems to be grabbing the second one by default. The second one "English - Audio Description" is the one it's grabbing by default, but I want the first one.

Example video: https://tubitv.com/movies/100005007/cinnamon

axcore commented 5 months ago

Sorry, Tubi is not available in Europe so I can't test your video. If you want specific advice for that video, try asking on Reddit.

In general, you specify the audio track you want by specifying a video format selection, as described here, here and here.

When you have set up your format selection, add it to Tartube's download options (in the Videos tab, Edit > General download options..., in the Classic Mode tab, click the menu button in the top-right corner and select Edit download options...).

For example, to download all audio tracks, you would add this:

--audio-multistreams -f bestvideo+mergeall[vcodec=none]

tartube_format

Or, to download just the English track;

-f bv+ba[language=en]