chandler-stimson / live-stream-downloader

Download M3U8 live streams to the local disk
https://webextension.org/listing/hls-downloader.html
202 stars 70 forks source link

Audio and Video in separate streams #17

Closed arne182 closed 2 years ago

arne182 commented 2 years ago

Hi,

Some websites like Brightcove separate the audio and video track. Is there an easy way to combine them again?

chandler-stimson commented 2 years ago

With FFmpeg it is simple

ffmpeg -i video.mp4 -i audio.wav -c:v copy -c:a aac output.mp4

Alternatively use https://chrome.google.com/webstore/detail/media-converter-and-muxer/ocnfecjfebnllnapjjoncgjnnkfmobjc