C0D3D3V / bbb-dl

Downlaod BigBlueButton recordings. A simple scrapper for Big Blue Button lessons. Download and merge the audio and video files of a BigBlueButton conference from the conference replay url.
MIT License
67 stars 17 forks source link

change the output audiocodec #10

Closed AGPonomarev closed 3 years ago

AGPonomarev commented 3 years ago

Add the ability to change the output audiocodec

C0D3D3V commented 3 years ago

Sounds like a good feauture, might you want to try implementing it and doing a PullRequest?

AGPonomarev commented 3 years ago

Can this be done via ffmpeg? I'll try, but it won't be fast.

C0D3D3V commented 3 years ago

In principle the audio codec is controlled in the function mux_slideshow_with_webcam and mux_slideshow. In both cases, I just copy the codec from the original source with the parameter -c:a. To convert it to a different codec, you have to change this parameter.