SoMuchForSubtlety / f1viewer

🏎️ TUI for F1TV
GNU General Public License v3.0
758 stars 65 forks source link

[HELP] Download Videos Including All Audios - FFMPEG #196

Closed Vallesuski closed 3 years ago

Vallesuski commented 3 years ago

Hi, I have been downloading videos with FFMPEG in f1viewer based on following code -->

"command": ["ffmpeg", "-i", "$url", "-c", "copy", "$title.mp4"],

What should be the right command line to use in order to download the file with all audios included? As it is today only downloads 1 audio, not all of them.

How should look the command line?

Thanks for your help.

Vallesuski commented 3 years ago

I was able to download all audios reviewing these 2 issues already created -->

https://github.com/SoMuchForSubtlety/f1viewer/issues/100 https://github.com/SoMuchForSubtlety/f1viewer/issues/107

losbeekos commented 2 years ago

So what is your command @Vallesuski?

Vallesuski commented 2 years ago

So what is your command @Vallesuski?

Since I like to download in 1080p quality I use this --> ffmpeg -i URL -map 0:p:5 -c copy name.ts