aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

Video Downloads as either audio only or video only #171

Closed MadMartian closed 1 year ago

MadMartian commented 1 year ago

Sometimes downloading a video from a non-YT source will download the video without audio. There is also an option to download the audio separately.

image

A suitable work-around for this issue is running the following ffmpeg command:

ffmpeg -i "video.mp4" -i "audio-only.aac" -c:v copy -c:a copy "fixed-av.mp4"
paulrouget commented 1 year ago

@MadMartian this is fixed in the upcoming release (2.0.1).