MalloyDelacroix / DownloaderForReddit

The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
GNU General Public License v3.0
506 stars 47 forks source link

Audio issue #50

Closed mehti1367 closed 5 years ago

mehti1367 commented 5 years ago

Reddit splits video/audio and this app couldnt grab audio from links, is there anyway to grab audio and merge it with video file on this app ?

MalloyDelacroix commented 5 years ago

This has turned out to be a complicated issue. But I am working on it.

MalloyDelacroix commented 5 years ago

This feature has been added. Video links hosted on v.redd.it will now be downloaded with audio and the two files will be merged at the end of the download run. This feature does require FFmpeg to be installed in order to merge the two files.

The merger method is a little experimental and getting the video links from reddit is not as consistent as I would like. I expect there to be some more issues around this once this feature is released.

The update is available now if building from source, otherwise it will be available in the next release.

mehti1367 commented 5 years ago

@MalloyDelacroix much appreciated man!