Where did the aggregate button go? #2015
Replies: 1 comment
-
I do not work for VDH. I'm just another user. It is my understanding that this functionality was intentionally not ported forward from past releases of VDH to the current one. But it's so ridiculously easy to merge 2 tracks using ffmpeg that this is hardly a hardship. It's roughly like this: ffmpeg -i "Audio track file name" -i "Video track file name" -codec: copy "Output file name" The quotation marks are not always required but they are safe to use in all cases. On Windows, you need the quotation marks if your file names include blanks, including in the directory path to the file. But it's best to get in the habit of using the quotation marks so you don't ever accidentally forget them when they're needed. And in case you're wondering, you do have ffmpeg. It resides in the same directory as the CoApp. That directory is listed in your system information you posted above. Just execute it from there. I see you are using Mac. I know diddly squat about Mac. I use Windows. You'll have to ask others how to execute programs from the command prompt on Mac. That is, if you don't already know. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
Almost all the videos I download come in two parts, Video and Sound and I used to be able to use the aggrigate button to combine them. But now I don't find it.
Has that option been removed?
Addon & CoApp version and details
version: 9.3.5.4
target: google
channel: stable
lang: en-US
coapp: {"found":true,"new_version":false,"path":"/Applications/net.downloadhelper.coapp.app/Contents/MacOS/vdhcoapp","version":"2.0.19"}
license: {"accepted":true,"email":"","key":"90414c1346ea4cf1"}
platform: arm64 mac
UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
{
"valid_license_message_has_been_displayed": true,
"used_history_button": true,
"view_options": {
"all_tabs": false,
"hide_downloaded": false,
"low_quality": false,
"show_button_clean": true,
"show_button_clean_all": false,
"show_button_convert_local": true,
"sort_by_status": true,
"sort_reverse": false
},
"use_legacy_ui": false,
"open_count_store": 2
}
Beta Was this translation helpful? Give feedback.
All reactions